Shades of Cloudy #ACA8A3
Tints of Cloudy #ACA8A3
RGB
CMYK
RGB Variations
Color information
#ACA8A3 (or 0xACA8A3) is known color: Cloudy. HEX triplet: AC, A8 and A3. RGB value is (172,168,163). Sum of RGB (Red+Green+Blue) = 172+168+163=503 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.19% from 503); Green value is 168 (66.02% from 255 or 33.40% from 503); Blue value is 163 (64.06% from 255 or 32.41% from 503); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA8A3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA8A3 is #53575C. Grayscale: #A8A8A8. Windows color (decimal): -5461853 or 10725548. OLE color: 10725548.
HSL color Cylindrical-coordinate representation of color #ACA8A3: hue angle of 33.33º degrees, saturation: 0.05, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #ACA8A3 is Cyan = 0, Magento = 0.02, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 168 | 163 | - |
| CMYK | 0 | 0.02 | 0.05 | 0.33 |
| HSL | 33.33º | 0.05% | 0.66% | - |
| HSV(B) | 33.33º | 0.05% | 0.67% | - |
| XYZ | 37.63 | 39.42 | 40.28 | - |
| YUV | 168.63 | 124.83 | 130.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 168 | 163 | 0 | 0.02 | 0.05 | 0.33 | 33.33 | 0.05 | 0.66 |
| Hex | AC | A8 | A3 | 0 | 2 | 5 | 21 | 21 | 5 | 42 |
| Octal | 254 | 250 | 243 | 0 | 2 | 5 | 41 | 41 | 5 | 102 |
| Binary | 10101100 | 10101000 | 10100011 | 0 | 10 | 101 | 100001 | 100001 | 101 | 1000010 |
Color Harmonies of #ACA8A3
Complementary color
Monochromatic Colors of #ACA8A3
Black with #ACA8A3
Text Example
Text Example
White with #ACA8A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACA8A3; }
p { color: rgb(172,168,163); }
H1.HeaderClassName
{
color: #ACA8A3;
}
.AnyTagClassName
{
color: #ACA8A3;
}
</style>
background-color css
<style>
a { background-color: #ACA8A3; }
a { background-color: rgb(172,168,163); }
div.DivClassName
{
background-color: #ACA8A3;
}
.BgClassName
{
background-color: #ACA8A3;
}
</style>
border-color css
<style>
span { border-color: #ACA8A3; }
span { border-color: rgb(172,168,163); }
td.TdClassName
{
border-color: #ACA8A3;
}
.TagClassName
{
border-color: #ACA8A3;
}
</style>