Shades of Cloudy #A9A096
Tints of Cloudy #A9A096
RGB
CMYK
RGB Variations
Color information
#A9A096 (or 0xA9A096) is known color: Cloudy. HEX triplet: A9, A0 and 96. RGB value is (169,160,150). Sum of RGB (Red+Green+Blue) = 169+160+150=479 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.28% from 479); Green value is 160 (62.89% from 255 or 33.40% from 479); Blue value is 150 (58.98% from 255 or 31.32% from 479); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A096 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9A096 is #565F69. Grayscale: #A1A1A1. Windows color (decimal): -5660522 or 9871529. OLE color: 9871529.
HSL color Cylindrical-coordinate representation of color #A9A096: hue angle of 31.58º degrees, saturation: 0.1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A9A096 is Cyan = 0, Magento = 0.05, Yellow = 0.11 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 160 | 150 | - |
| CMYK | 0 | 0.05 | 0.11 | 0.34 |
| HSL | 31.58º | 0.1% | 0.63% | - |
| HSV(B) | 31.58º | 0.11% | 0.66% | - |
| XYZ | 34.44 | 35.78 | 33.95 | - |
| YUV | 161.55 | 121.48 | 133.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 160 | 150 | 0 | 0.05 | 0.11 | 0.34 | 31.58 | 0.1 | 0.63 |
| Hex | A9 | A0 | 96 | 0 | 5 | B | 22 | 20 | A | 3F |
| Octal | 251 | 240 | 226 | 0 | 5 | 13 | 42 | 40 | 12 | 77 |
| Binary | 10101001 | 10100000 | 10010110 | 0 | 101 | 1011 | 100010 | 100000 | 1010 | 111111 |
Color Harmonies of #A9A096
Complementary color
Monochromatic Colors of #A9A096
Black with #A9A096
Text Example
Text Example
White with #A9A096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9A096; }
p { color: rgb(169,160,150); }
H1.HeaderClassName
{
color: #A9A096;
}
.AnyTagClassName
{
color: #A9A096;
}
</style>
background-color css
<style>
a { background-color: #A9A096; }
a { background-color: rgb(169,160,150); }
div.DivClassName
{
background-color: #A9A096;
}
.BgClassName
{
background-color: #A9A096;
}
</style>
border-color css
<style>
span { border-color: #A9A096; }
span { border-color: rgb(169,160,150); }
td.TdClassName
{
border-color: #A9A096;
}
.TagClassName
{
border-color: #A9A096;
}
</style>