Shades of Cloudy #AAA59E
Tints of Cloudy #AAA59E
RGB
CMYK
RGB Variations
Color information
#AAA59E (or 0xAAA59E) is known color: Cloudy. HEX triplet: AA, A5 and 9E. RGB value is (170,165,158). Sum of RGB (Red+Green+Blue) = 170+165+158=493 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.48% from 493); Green value is 165 (64.84% from 255 or 33.47% from 493); Blue value is 158 (62.11% from 255 or 32.05% from 493); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA59E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA59E is #555A61. Grayscale: #A5A5A5. Windows color (decimal): -5593698 or 10397098. OLE color: 10397098.
HSL color Cylindrical-coordinate representation of color #AAA59E: hue angle of 35º degrees, saturation: 0.07, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #AAA59E is Cyan = 0, Magento = 0.03, Yellow = 0.07 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 165 | 158 | - |
| CMYK | 0 | 0.03 | 0.07 | 0.33 |
| HSL | 35º | 0.07% | 0.64% | - |
| HSV(B) | 35º | 0.07% | 0.67% | - |
| XYZ | 36.2 | 37.92 | 37.76 | - |
| YUV | 165.7 | 123.66 | 131.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 165 | 158 | 0 | 0.03 | 0.07 | 0.33 | 35 | 0.07 | 0.64 |
| Hex | AA | A5 | 9E | 0 | 3 | 7 | 21 | 23 | 7 | 40 |
| Octal | 252 | 245 | 236 | 0 | 3 | 7 | 41 | 43 | 7 | 100 |
| Binary | 10101010 | 10100101 | 10011110 | 0 | 11 | 111 | 100001 | 100011 | 111 | 1000000 |
Color Harmonies of #AAA59E
Complementary color
Monochromatic Colors of #AAA59E
Black with #AAA59E
Text Example
Text Example
White with #AAA59E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA59E; }
p { color: rgb(170,165,158); }
H1.HeaderClassName
{
color: #AAA59E;
}
.AnyTagClassName
{
color: #AAA59E;
}
</style>
background-color css
<style>
a { background-color: #AAA59E; }
a { background-color: rgb(170,165,158); }
div.DivClassName
{
background-color: #AAA59E;
}
.BgClassName
{
background-color: #AAA59E;
}
</style>
border-color css
<style>
span { border-color: #AAA59E; }
span { border-color: rgb(170,165,158); }
td.TdClassName
{
border-color: #AAA59E;
}
.TagClassName
{
border-color: #AAA59E;
}
</style>