Shades of Cloudy #ACA9A1
Tints of Cloudy #ACA9A1
RGB
CMYK
RGB Variations
Color information
#ACA9A1 (or 0xACA9A1) is known color: Cloudy. HEX triplet: AC, A9 and A1. RGB value is (172,169,161). Sum of RGB (Red+Green+Blue) = 172+169+161=502 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.26% from 502); Green value is 169 (66.41% from 255 or 33.67% from 502); Blue value is 161 (63.28% from 255 or 32.07% from 502); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA9A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA9A1 is #53565E. Grayscale: #A9A9A9. Windows color (decimal): -5461599 or 10594732. OLE color: 10594732.
HSL color Cylindrical-coordinate representation of color #ACA9A1: hue angle of 43.64º 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 #ACA9A1 is Cyan = 0, Magento = 0.02, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 169 | 161 | - |
| CMYK | 0 | 0.02 | 0.06 | 0.33 |
| HSL | 43.64º | 0.06% | 0.65% | - |
| HSV(B) | 43.64º | 0.06% | 0.67% | - |
| XYZ | 37.63 | 39.72 | 39.4 | - |
| YUV | 168.99 | 123.49 | 130.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 169 | 161 | 0 | 0.02 | 0.06 | 0.33 | 43.64 | 0.06 | 0.65 |
| Hex | AC | A9 | A1 | 0 | 2 | 6 | 21 | 2C | 6 | 41 |
| Octal | 254 | 251 | 241 | 0 | 2 | 6 | 41 | 54 | 6 | 101 |
| Binary | 10101100 | 10101001 | 10100001 | 0 | 10 | 110 | 100001 | 101100 | 110 | 1000001 |
Color Harmonies of #ACA9A1
Complementary color
Monochromatic Colors of #ACA9A1
Black with #ACA9A1
Text Example
Text Example
White with #ACA9A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACA9A1; }
p { color: rgb(172,169,161); }
H1.HeaderClassName
{
color: #ACA9A1;
}
.AnyTagClassName
{
color: #ACA9A1;
}
</style>
background-color css
<style>
a { background-color: #ACA9A1; }
a { background-color: rgb(172,169,161); }
div.DivClassName
{
background-color: #ACA9A1;
}
.BgClassName
{
background-color: #ACA9A1;
}
</style>
border-color css
<style>
span { border-color: #ACA9A1; }
span { border-color: rgb(172,169,161); }
td.TdClassName
{
border-color: #ACA9A1;
}
.TagClassName
{
border-color: #ACA9A1;
}
</style>