Shades of Cloudy #AAA69D
Tints of Cloudy #AAA69D
RGB
CMYK
RGB Variations
Color information
#AAA69D (or 0xAAA69D) is known color: Cloudy. HEX triplet: AA, A6 and 9D. RGB value is (170,166,157). Sum of RGB (Red+Green+Blue) = 170+166+157=493 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.48% from 493); Green value is 166 (65.23% from 255 or 33.67% from 493); Blue value is 157 (61.72% from 255 or 31.85% from 493); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA69D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA69D is #555962. Grayscale: #A6A6A6. Windows color (decimal): -5593443 or 10331818. OLE color: 10331818.
HSL color Cylindrical-coordinate representation of color #AAA69D: hue angle of 41.54º 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 #AAA69D is Cyan = 0, Magento = 0.02, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 166 | 157 | - |
| CMYK | 0 | 0.02 | 0.08 | 0.33 |
| HSL | 41.54º | 0.07% | 0.64% | - |
| HSV(B) | 41.54º | 0.08% | 0.67% | - |
| XYZ | 36.3 | 38.25 | 37.37 | - |
| YUV | 166.17 | 122.83 | 130.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 166 | 157 | 0 | 0.02 | 0.08 | 0.33 | 41.54 | 0.07 | 0.64 |
| Hex | AA | A6 | 9D | 0 | 2 | 8 | 21 | 2A | 7 | 40 |
| Octal | 252 | 246 | 235 | 0 | 2 | 10 | 41 | 52 | 7 | 100 |
| Binary | 10101010 | 10100110 | 10011101 | 0 | 10 | 1000 | 100001 | 101010 | 111 | 1000000 |
Color Harmonies of #AAA69D
Complementary color
Monochromatic Colors of #AAA69D
Black with #AAA69D
Text Example
Text Example
White with #AAA69D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA69D; }
p { color: rgb(170,166,157); }
H1.HeaderClassName
{
color: #AAA69D;
}
.AnyTagClassName
{
color: #AAA69D;
}
</style>
background-color css
<style>
a { background-color: #AAA69D; }
a { background-color: rgb(170,166,157); }
div.DivClassName
{
background-color: #AAA69D;
}
.BgClassName
{
background-color: #AAA69D;
}
</style>
border-color css
<style>
span { border-color: #AAA69D; }
span { border-color: rgb(170,166,157); }
td.TdClassName
{
border-color: #AAA69D;
}
.TagClassName
{
border-color: #AAA69D;
}
</style>