Shades of Cloudy #A9A29A
Tints of Cloudy #A9A29A
RGB
CMYK
RGB Variations
Color information
#A9A29A (or 0xA9A29A) is known color: Cloudy. HEX triplet: A9, A2 and 9A. RGB value is (169,162,154). Sum of RGB (Red+Green+Blue) = 169+162+154=485 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.85% from 485); Green value is 162 (63.67% from 255 or 33.40% from 485); Blue value is 154 (60.55% from 255 or 31.75% from 485); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A29A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9A29A is #565D65. Grayscale: #A3A3A3. Windows color (decimal): -5660006 or 10134185. OLE color: 10134185.
HSL color Cylindrical-coordinate representation of color #A9A29A: hue angle of 32º 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 #A9A29A is Cyan = 0, Magento = 0.04, Yellow = 0.09 and Black (K on CMYK) = 0.34.
Color convert
RGB | 169 | 162 | 154 | - |
CMYK | 0 | 0.04 | 0.09 | 0.34 |
HSL | 32º | 0.08% | 0.63% | - |
HSV(B) | 32º | 0.09% | 0.66% | - |
XYZ | 35.12 | 36.61 | 35.79 | - |
YUV | 163.18 | 122.82 | 132.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 169 | 162 | 154 | 0 | 0.04 | 0.09 | 0.34 | 32 | 0.08 | 0.63 |
Hex | A9 | A2 | 9A | 0 | 4 | 9 | 22 | 20 | 8 | 3F |
Octal | 251 | 242 | 232 | 0 | 4 | 11 | 42 | 40 | 10 | 77 |
Binary | 10101001 | 10100010 | 10011010 | 0 | 100 | 1001 | 100010 | 100000 | 1000 | 111111 |
Color Harmonies of #A9A29A
Complementary color
Monochromatic Colors of #A9A29A
Black with #A9A29A
Text Example
Text Example
White with #A9A29A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9A29A; }
p { color: rgb(169,162,154); }
H1.HeaderClassName
{
color: #A9A29A;
}
.AnyTagClassName
{
color: #A9A29A;
}
</style>
background-color css
<style>
a { background-color: #A9A29A; }
a { background-color: rgb(169,162,154); }
div.DivClassName
{
background-color: #A9A29A;
}
.BgClassName
{
background-color: #A9A29A;
}
</style>
border-color css
<style>
span { border-color: #A9A29A; }
span { border-color: rgb(169,162,154); }
td.TdClassName
{
border-color: #A9A29A;
}
.TagClassName
{
border-color: #A9A29A;
}
</style>