Shades of Cloudy #A9A09A
Tints of Cloudy #A9A09A
RGB
CMYK
RGB Variations
Color information
#A9A09A (or 0xA9A09A) is known color: Cloudy. HEX triplet: A9, A0 and 9A. RGB value is (169,160,154). Sum of RGB (Red+Green+Blue) = 169+160+154=483 (63% of max value = 765). Red value is 169 (66.41% from 255 or 34.99% from 483); Green value is 160 (62.89% from 255 or 33.13% from 483); Blue value is 154 (60.55% from 255 or 31.88% from 483); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A09A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9A09A is #565F65. Grayscale: #A2A2A2. Windows color (decimal): -5660518 or 10133673. OLE color: 10133673.
HSL color Cylindrical-coordinate representation of color #A9A09A: hue angle of 24º degrees, saturation: 0.08, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A9A09A is Cyan = 0, Magento = 0.05, Yellow = 0.09 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 160 | 154 | - |
| CMYK | 0 | 0.05 | 0.09 | 0.34 |
| HSL | 24º | 0.08% | 0.63% | - |
| HSV(B) | 24º | 0.09% | 0.66% | - |
| XYZ | 34.77 | 35.91 | 35.67 | - |
| YUV | 162.01 | 123.48 | 132.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 160 | 154 | 0 | 0.05 | 0.09 | 0.34 | 24 | 0.08 | 0.63 |
| Hex | A9 | A0 | 9A | 0 | 5 | 9 | 22 | 18 | 8 | 3F |
| Octal | 251 | 240 | 232 | 0 | 5 | 11 | 42 | 30 | 10 | 77 |
| Binary | 10101001 | 10100000 | 10011010 | 0 | 101 | 1001 | 100010 | 11000 | 1000 | 111111 |
Color Harmonies of #A9A09A
Complementary color
Monochromatic Colors of #A9A09A
Black with #A9A09A
Text Example
Text Example
White with #A9A09A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9A09A; }
p { color: rgb(169,160,154); }
H1.HeaderClassName
{
color: #A9A09A;
}
.AnyTagClassName
{
color: #A9A09A;
}
</style>
background-color css
<style>
a { background-color: #A9A09A; }
a { background-color: rgb(169,160,154); }
div.DivClassName
{
background-color: #A9A09A;
}
.BgClassName
{
background-color: #A9A09A;
}
</style>
border-color css
<style>
span { border-color: #A9A09A; }
span { border-color: rgb(169,160,154); }
td.TdClassName
{
border-color: #A9A09A;
}
.TagClassName
{
border-color: #A9A09A;
}
</style>