Shades of Cloudy #A9A49F
Tints of Cloudy #A9A49F
RGB
CMYK
RGB Variations
Color information
#A9A49F (or 0xA9A49F) is known color: Cloudy. HEX triplet: A9, A4 and 9F. RGB value is (169,164,159). Sum of RGB (Red+Green+Blue) = 169+164+159=492 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.35% from 492); Green value is 164 (64.45% from 255 or 33.33% from 492); Blue value is 159 (62.5% from 255 or 32.32% from 492); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A49F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9A49F is #565B60. Grayscale: #A4A4A4. Windows color (decimal): -5659489 or 10462377. OLE color: 10462377.
HSL color Cylindrical-coordinate representation of color #A9A49F: hue angle of 30º degrees, saturation: 0.05, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #A9A49F is Cyan = 0, Magento = 0.03, Yellow = 0.06 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 164 | 159 | - |
| CMYK | 0 | 0.03 | 0.06 | 0.34 |
| HSL | 30º | 0.05% | 0.64% | - |
| HSV(B) | 30º | 0.06% | 0.66% | - |
| XYZ | 35.9 | 37.49 | 38.15 | - |
| YUV | 164.93 | 124.66 | 130.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 164 | 159 | 0 | 0.03 | 0.06 | 0.34 | 30 | 0.05 | 0.64 |
| Hex | A9 | A4 | 9F | 0 | 3 | 6 | 22 | 1E | 5 | 40 |
| Octal | 251 | 244 | 237 | 0 | 3 | 6 | 42 | 36 | 5 | 100 |
| Binary | 10101001 | 10100100 | 10011111 | 0 | 11 | 110 | 100010 | 11110 | 101 | 1000000 |
Color Harmonies of #A9A49F
Complementary color
Monochromatic Colors of #A9A49F
Black with #A9A49F
Text Example
Text Example
White with #A9A49F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9A49F; }
p { color: rgb(169,164,159); }
H1.HeaderClassName
{
color: #A9A49F;
}
.AnyTagClassName
{
color: #A9A49F;
}
</style>
background-color css
<style>
a { background-color: #A9A49F; }
a { background-color: rgb(169,164,159); }
div.DivClassName
{
background-color: #A9A49F;
}
.BgClassName
{
background-color: #A9A49F;
}
</style>
border-color css
<style>
span { border-color: #A9A49F; }
span { border-color: rgb(169,164,159); }
td.TdClassName
{
border-color: #A9A49F;
}
.TagClassName
{
border-color: #A9A49F;
}
</style>