Shades of Cloudy #AAA59D
Tints of Cloudy #AAA59D
RGB
CMYK
RGB Variations
Color information
#AAA59D (or 0xAAA59D) is known color: Cloudy. HEX triplet: AA, A5 and 9D. RGB value is (170,165,157). Sum of RGB (Red+Green+Blue) = 170+165+157=492 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.55% from 492); Green value is 165 (64.84% from 255 or 33.54% from 492); Blue value is 157 (61.72% from 255 or 31.91% from 492); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA59D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA59D is #555A62. Grayscale: #A5A5A5. Windows color (decimal): -5593699 or 10331562. OLE color: 10331562.
HSL color Cylindrical-coordinate representation of color #AAA59D: hue angle of 36.92º degrees, saturation: 0.07, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #AAA59D is Cyan = 0, Magento = 0.03, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 165 | 157 | - |
| CMYK | 0 | 0.03 | 0.08 | 0.33 |
| HSL | 36.92º | 0.07% | 0.64% | - |
| HSV(B) | 36.92º | 0.08% | 0.67% | - |
| XYZ | 36.12 | 37.89 | 37.31 | - |
| YUV | 165.58 | 123.16 | 131.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 165 | 157 | 0 | 0.03 | 0.08 | 0.33 | 36.92 | 0.07 | 0.64 |
| Hex | AA | A5 | 9D | 0 | 3 | 8 | 21 | 25 | 7 | 40 |
| Octal | 252 | 245 | 235 | 0 | 3 | 10 | 41 | 45 | 7 | 100 |
| Binary | 10101010 | 10100101 | 10011101 | 0 | 11 | 1000 | 100001 | 100101 | 111 | 1000000 |
Color Harmonies of #AAA59D
Complementary color
Monochromatic Colors of #AAA59D
Black with #AAA59D
Text Example
Text Example
White with #AAA59D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA59D; }
p { color: rgb(170,165,157); }
H1.HeaderClassName
{
color: #AAA59D;
}
.AnyTagClassName
{
color: #AAA59D;
}
</style>
background-color css
<style>
a { background-color: #AAA59D; }
a { background-color: rgb(170,165,157); }
div.DivClassName
{
background-color: #AAA59D;
}
.BgClassName
{
background-color: #AAA59D;
}
</style>
border-color css
<style>
span { border-color: #AAA59D; }
span { border-color: rgb(170,165,157); }
td.TdClassName
{
border-color: #AAA59D;
}
.TagClassName
{
border-color: #AAA59D;
}
</style>