Shades of Cloudy #A9A69F
Tints of Cloudy #A9A69F
RGB
CMYK
RGB Variations
Color information
#A9A69F (or 0xA9A69F) is known color: Cloudy. HEX triplet: A9, A6 and 9F. RGB value is (169,166,159). Sum of RGB (Red+Green+Blue) = 169+166+159=494 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.21% from 494); Green value is 166 (65.23% from 255 or 33.60% from 494); Blue value is 159 (62.5% from 255 or 32.19% from 494); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A69F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9A69F is #565960. Grayscale: #A6A6A6. Windows color (decimal): -5658977 or 10462889. OLE color: 10462889.
HSL color Cylindrical-coordinate representation of color #A9A69F: hue angle of 42º 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 #A9A69F is Cyan = 0, Magento = 0.02, Yellow = 0.06 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 166 | 159 | - |
| CMYK | 0 | 0.02 | 0.06 | 0.34 |
| HSL | 42º | 0.05% | 0.64% | - |
| HSV(B) | 42º | 0.06% | 0.66% | - |
| XYZ | 36.26 | 38.21 | 38.27 | - |
| YUV | 166.1 | 123.99 | 130.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 166 | 159 | 0 | 0.02 | 0.06 | 0.34 | 42 | 0.05 | 0.64 |
| Hex | A9 | A6 | 9F | 0 | 2 | 6 | 22 | 2A | 5 | 40 |
| Octal | 251 | 246 | 237 | 0 | 2 | 6 | 42 | 52 | 5 | 100 |
| Binary | 10101001 | 10100110 | 10011111 | 0 | 10 | 110 | 100010 | 101010 | 101 | 1000000 |
Color Harmonies of #A9A69F
Complementary color
Monochromatic Colors of #A9A69F
Black with #A9A69F
Text Example
Text Example
White with #A9A69F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9A69F; }
p { color: rgb(169,166,159); }
H1.HeaderClassName
{
color: #A9A69F;
}
.AnyTagClassName
{
color: #A9A69F;
}
</style>
background-color css
<style>
a { background-color: #A9A69F; }
a { background-color: rgb(169,166,159); }
div.DivClassName
{
background-color: #A9A69F;
}
.BgClassName
{
background-color: #A9A69F;
}
</style>
border-color css
<style>
span { border-color: #A9A69F; }
span { border-color: rgb(169,166,159); }
td.TdClassName
{
border-color: #A9A69F;
}
.TagClassName
{
border-color: #A9A69F;
}
</style>