Shades of Cloudy #A9A399
Tints of Cloudy #A9A399
RGB
CMYK
RGB Variations
Color information
#A9A399 (or 0xA9A399) is known color: Cloudy. HEX triplet: A9, A3 and 99. RGB value is (169,163,153). Sum of RGB (Red+Green+Blue) = 169+163+153=485 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.85% from 485); Green value is 163 (64.06% from 255 or 33.61% from 485); Blue value is 153 (60.16% from 255 or 31.55% from 485); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A399 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9A399 is #565C66. Grayscale: #A3A3A3. Windows color (decimal): -5659751 or 10068905. OLE color: 10068905.
HSL color Cylindrical-coordinate representation of color #A9A399: hue angle of 37.5º degrees, saturation: 0.09, 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 #A9A399 is Cyan = 0, Magento = 0.04, Yellow = 0.09 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 163 | 153 | - |
| CMYK | 0 | 0.04 | 0.09 | 0.34 |
| HSL | 37.5º | 0.09% | 0.63% | - |
| HSV(B) | 37.5º | 0.09% | 0.66% | - |
| XYZ | 35.21 | 36.93 | 35.41 | - |
| YUV | 163.65 | 121.99 | 131.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 163 | 153 | 0 | 0.04 | 0.09 | 0.34 | 37.5 | 0.09 | 0.63 |
| Hex | A9 | A3 | 99 | 0 | 4 | 9 | 22 | 26 | 9 | 3F |
| Octal | 251 | 243 | 231 | 0 | 4 | 11 | 42 | 46 | 11 | 77 |
| Binary | 10101001 | 10100011 | 10011001 | 0 | 100 | 1001 | 100010 | 100110 | 1001 | 111111 |
Color Harmonies of #A9A399
Complementary color
Monochromatic Colors of #A9A399
Black with #A9A399
Text Example
Text Example
White with #A9A399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9A399; }
p { color: rgb(169,163,153); }
H1.HeaderClassName
{
color: #A9A399;
}
.AnyTagClassName
{
color: #A9A399;
}
</style>
background-color css
<style>
a { background-color: #A9A399; }
a { background-color: rgb(169,163,153); }
div.DivClassName
{
background-color: #A9A399;
}
.BgClassName
{
background-color: #A9A399;
}
</style>
border-color css
<style>
span { border-color: #A9A399; }
span { border-color: rgb(169,163,153); }
td.TdClassName
{
border-color: #A9A399;
}
.TagClassName
{
border-color: #A9A399;
}
</style>