Shades of Cloudy #AAA399
Tints of Cloudy #AAA399
RGB
CMYK
RGB Variations
Color information
#AAA399 (or 0xAAA399) is known color: Cloudy. HEX triplet: AA, A3 and 99. RGB value is (170,163,153). Sum of RGB (Red+Green+Blue) = 170+163+153=486 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.98% from 486); Green value is 163 (64.06% from 255 or 33.54% from 486); Blue value is 153 (60.16% from 255 or 31.48% from 486); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA399 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA399 is #555C66. Grayscale: #A4A4A4. Windows color (decimal): -5594215 or 10068906. OLE color: 10068906.
HSL color Cylindrical-coordinate representation of color #AAA399: hue angle of 35.29º degrees, saturation: 0.09, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AAA399 is Cyan = 0, Magento = 0.04, Yellow = 0.1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 163 | 153 | - |
| CMYK | 0 | 0.04 | 0.1 | 0.33 |
| HSL | 35.29º | 0.09% | 0.63% | - |
| HSV(B) | 35.29º | 0.1% | 0.67% | - |
| XYZ | 35.42 | 37.04 | 35.42 | - |
| YUV | 163.95 | 121.82 | 132.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 163 | 153 | 0 | 0.04 | 0.1 | 0.33 | 35.29 | 0.09 | 0.63 |
| Hex | AA | A3 | 99 | 0 | 4 | A | 21 | 23 | 9 | 3F |
| Octal | 252 | 243 | 231 | 0 | 4 | 12 | 41 | 43 | 11 | 77 |
| Binary | 10101010 | 10100011 | 10011001 | 0 | 100 | 1010 | 100001 | 100011 | 1001 | 111111 |
Color Harmonies of #AAA399
Complementary color
Monochromatic Colors of #AAA399
Black with #AAA399
Text Example
Text Example
White with #AAA399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA399; }
p { color: rgb(170,163,153); }
H1.HeaderClassName
{
color: #AAA399;
}
.AnyTagClassName
{
color: #AAA399;
}
</style>
background-color css
<style>
a { background-color: #AAA399; }
a { background-color: rgb(170,163,153); }
div.DivClassName
{
background-color: #AAA399;
}
.BgClassName
{
background-color: #AAA399;
}
</style>
border-color css
<style>
span { border-color: #AAA399; }
span { border-color: rgb(170,163,153); }
td.TdClassName
{
border-color: #AAA399;
}
.TagClassName
{
border-color: #AAA399;
}
</style>