mostly black
Enter any color value (e.g., #37b906, rgb 244 9 55, gold).
We care about the protection of your data. Read our Privacy Policy.
#a1a1a1 color RGB value is (161,161,161)
#a1a1a1 color CMYK value
#a1a1a1 color HSL value
HSV(or HSB) | 0° | 0 | 63.1 |
XYZ | 33.876 | 35.64 | 38.812 |
Yxy | 0.313 | 0.329 | 35.64 |
LAB | 66.244 | 0.004 | -0.007 |
LUV | 66.244 | 0.001 | -0.011 |
Hunter-LAB | 59.699 | -3.185 | 3.244 |
CIE-LCH | 66.244 | 0.008 | 296.813 |
Base | Red | Green | Blue |
---|---|---|---|
Hex | A1 | A1 | A1 |
Decimal | 161 | 161 | 161 |
Octal | 241 | 241 | 241 |
Binary | 10100001 | 10100001 | 10100001 |
This text has a font color of #a1a1a1.
<span style="color:#a1a1a1">Text here</span>
This paragraph has a background color of #a1a1a1.
<p style="background-color:#a1a1a1;">Content here</p>
This element has a border color of #a1a1a1.
<div style="border:1px #a1a1a1;">Content here</div>
.text {color:#a1a1a1;}
.background {background-color:#a1a1a1;}
.border {border:1px solid #a1a1a1;}
.text-shadow {border:1px solid #a1a1a1;}
A shade is achieved by adding black to any pure hue, while a tint is created by mixing white to any pure color. In this example, #020202 is the darkest color, while #f6f6f6 is the lightest one.