Shades of Cloudy #ACA8A1
Tints of Cloudy #ACA8A1
RGB
CMYK
RGB Variations
Color information
#ACA8A1 (or 0xACA8A1) is known color: Cloudy. HEX triplet: AC, A8 and A1. RGB value is (172,168,161). Sum of RGB (Red+Green+Blue) = 172+168+161=501 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.33% from 501); Green value is 168 (66.02% from 255 or 33.53% from 501); Blue value is 161 (63.28% from 255 or 32.14% from 501); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA8A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA8A1 is #53575E. Grayscale: #A8A8A8. Windows color (decimal): -5461855 or 10594476. OLE color: 10594476.
HSL color Cylindrical-coordinate representation of color #ACA8A1: hue angle of 38.18º 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 #ACA8A1 is Cyan = 0, Magento = 0.02, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 168 | 161 | - |
| CMYK | 0 | 0.02 | 0.06 | 0.33 |
| HSL | 38.18º | 0.06% | 0.65% | - |
| HSV(B) | 38.18º | 0.06% | 0.67% | - |
| XYZ | 37.45 | 39.35 | 39.34 | - |
| YUV | 168.4 | 123.83 | 130.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 168 | 161 | 0 | 0.02 | 0.06 | 0.33 | 38.18 | 0.06 | 0.65 |
| Hex | AC | A8 | A1 | 0 | 2 | 6 | 21 | 26 | 6 | 41 |
| Octal | 254 | 250 | 241 | 0 | 2 | 6 | 41 | 46 | 6 | 101 |
| Binary | 10101100 | 10101000 | 10100001 | 0 | 10 | 110 | 100001 | 100110 | 110 | 1000001 |
Color Harmonies of #ACA8A1
Complementary color
Monochromatic Colors of #ACA8A1
Black with #ACA8A1
Text Example
Text Example
White with #ACA8A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACA8A1; }
p { color: rgb(172,168,161); }
H1.HeaderClassName
{
color: #ACA8A1;
}
.AnyTagClassName
{
color: #ACA8A1;
}
</style>
background-color css
<style>
a { background-color: #ACA8A1; }
a { background-color: rgb(172,168,161); }
div.DivClassName
{
background-color: #ACA8A1;
}
.BgClassName
{
background-color: #ACA8A1;
}
</style>
border-color css
<style>
span { border-color: #ACA8A1; }
span { border-color: rgb(172,168,161); }
td.TdClassName
{
border-color: #ACA8A1;
}
.TagClassName
{
border-color: #ACA8A1;
}
</style>