mostly black
Enter any color value (e.g., #6e9ee1, rgb 244 9 55, gold).
We care about the protection of your data. Read our Privacy Policy.
#acacac color RGB value is (172,172,172)
#acacac color CMYK value
#acacac color HSL value
HSV(or HSB) | 0° | 0 | 67.5 |
XYZ | 39.212 | 41.254 | 44.926 |
Yxy | 0.313 | 0.329 | 41.254 |
LAB | 70.354 | 0.004 | -0.008 |
LUV | 70.354 | 0.001 | -0.012 |
Hunter-LAB | 64.229 | -3.427 | 3.49 |
CIE-LCH | 70.354 | 0.009 | 296.813 |
Base | Red | Green | Blue |
---|---|---|---|
Hex | AC | AC | AC |
Decimal | 172 | 172 | 172 |
Octal | 254 | 254 | 254 |
Binary | 10101100 | 10101100 | 10101100 |
This text has a font color of #acacac.
<span style="color:#acacac">Text here</span>
This paragraph has a background color of #acacac.
<p style="background-color:#acacac;">Content here</p>
This element has a border color of #acacac.
<div style="border:1px #acacac;">Content here</div>
.text {color:#acacac;}
.background {background-color:#acacac;}
.border {border:1px solid #acacac;}
.text-shadow {border:1px solid #acacac;}
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.