Shades of Cloudy #ACA8A2
Tints of Cloudy #ACA8A2
RGB
CMYK
RGB Variations
Color information
#ACA8A2 (or 0xACA8A2) is known color: Cloudy. HEX triplet: AC, A8 and A2. RGB value is (172,168,162). Sum of RGB (Red+Green+Blue) = 172+168+162=502 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.26% from 502); Green value is 168 (66.02% from 255 or 33.47% from 502); Blue value is 162 (63.67% from 255 or 32.27% from 502); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA8A2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA8A2 is #53575D. Grayscale: #A8A8A8. Windows color (decimal): -5461854 or 10660012. OLE color: 10660012.
HSL color Cylindrical-coordinate representation of color #ACA8A2: hue angle of 36º degrees, saturation: 0.06, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #ACA8A2 is Cyan = 0, Magento = 0.02, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
RGB | 172 | 168 | 162 | - |
CMYK | 0 | 0.02 | 0.06 | 0.33 |
HSL | 36º | 0.06% | 0.65% | - |
HSV(B) | 36º | 0.06% | 0.67% | - |
XYZ | 37.54 | 39.38 | 39.81 | - |
YUV | 168.51 | 124.33 | 130.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 168 | 162 | 0 | 0.02 | 0.06 | 0.33 | 36 | 0.06 | 0.65 |
Hex | AC | A8 | A2 | 0 | 2 | 6 | 21 | 24 | 6 | 41 |
Octal | 254 | 250 | 242 | 0 | 2 | 6 | 41 | 44 | 6 | 101 |
Binary | 10101100 | 10101000 | 10100010 | 0 | 10 | 110 | 100001 | 100100 | 110 | 1000001 |
Color Harmonies of #ACA8A2
Complementary color
Monochromatic Colors of #ACA8A2
Black with #ACA8A2
Text Example
Text Example
White with #ACA8A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACA8A2; }
p { color: rgb(172,168,162); }
H1.HeaderClassName
{
color: #ACA8A2;
}
.AnyTagClassName
{
color: #ACA8A2;
}
</style>
background-color css
<style>
a { background-color: #ACA8A2; }
a { background-color: rgb(172,168,162); }
div.DivClassName
{
background-color: #ACA8A2;
}
.BgClassName
{
background-color: #ACA8A2;
}
</style>
border-color css
<style>
span { border-color: #ACA8A2; }
span { border-color: rgb(172,168,162); }
td.TdClassName
{
border-color: #ACA8A2;
}
.TagClassName
{
border-color: #ACA8A2;
}
</style>