Shades of Cloudy #A9A095
Tints of Cloudy #A9A095
RGB
CMYK
RGB Variations
Color information
#A9A095 (or 0xA9A095) is known color: Cloudy. HEX triplet: A9, A0 and 95. RGB value is (169,160,149). Sum of RGB (Red+Green+Blue) = 169+160+149=478 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.36% from 478); Green value is 160 (62.89% from 255 or 33.47% from 478); Blue value is 149 (58.59% from 255 or 31.17% from 478); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A095 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9A095 is #565F6A. Grayscale: #A1A1A1. Windows color (decimal): -5660523 or 9805993. OLE color: 9805993.
HSL color Cylindrical-coordinate representation of color #A9A095: hue angle of 33º degrees, saturation: 0.1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A9A095 is Cyan = 0, Magento = 0.05, Yellow = 0.12 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 160 | 149 | - |
| CMYK | 0 | 0.05 | 0.12 | 0.34 |
| HSL | 33º | 0.1% | 0.62% | - |
| HSV(B) | 33º | 0.12% | 0.66% | - |
| XYZ | 34.36 | 35.75 | 33.52 | - |
| YUV | 161.44 | 120.98 | 133.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 160 | 149 | 0 | 0.05 | 0.12 | 0.34 | 33 | 0.1 | 0.62 |
| Hex | A9 | A0 | 95 | 0 | 5 | C | 22 | 21 | A | 3E |
| Octal | 251 | 240 | 225 | 0 | 5 | 14 | 42 | 41 | 12 | 76 |
| Binary | 10101001 | 10100000 | 10010101 | 0 | 101 | 1100 | 100010 | 100001 | 1010 | 111110 |
Color Harmonies of #A9A095
Complementary color
Monochromatic Colors of #A9A095
Black with #A9A095
Text Example
Text Example
White with #A9A095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9A095; }
p { color: rgb(169,160,149); }
H1.HeaderClassName
{
color: #A9A095;
}
.AnyTagClassName
{
color: #A9A095;
}
</style>
background-color css
<style>
a { background-color: #A9A095; }
a { background-color: rgb(169,160,149); }
div.DivClassName
{
background-color: #A9A095;
}
.BgClassName
{
background-color: #A9A095;
}
</style>
border-color css
<style>
span { border-color: #A9A095; }
span { border-color: rgb(169,160,149); }
td.TdClassName
{
border-color: #A9A095;
}
.TagClassName
{
border-color: #A9A095;
}
</style>