Shades of Cloudy #AAA49B
Tints of Cloudy #AAA49B
RGB
CMYK
RGB Variations
Color information
#AAA49B (or 0xAAA49B) is known color: Cloudy. HEX triplet: AA, A4 and 9B. RGB value is (170,164,155). Sum of RGB (Red+Green+Blue) = 170+164+155=489 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.76% from 489); Green value is 164 (64.45% from 255 or 33.54% from 489); Blue value is 155 (60.94% from 255 or 31.70% from 489); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA49B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA49B is #555B64. Grayscale: #A4A4A4. Windows color (decimal): -5593957 or 10200234. OLE color: 10200234.
HSL color Cylindrical-coordinate representation of color #AAA49B: hue angle of 36º degrees, saturation: 0.08, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #AAA49B is Cyan = 0, Magento = 0.04, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 164 | 155 | - |
| CMYK | 0 | 0.04 | 0.09 | 0.33 |
| HSL | 36º | 0.08% | 0.64% | - |
| HSV(B) | 36º | 0.09% | 0.67% | - |
| XYZ | 35.77 | 37.46 | 36.36 | - |
| YUV | 164.77 | 122.49 | 131.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 164 | 155 | 0 | 0.04 | 0.09 | 0.33 | 36 | 0.08 | 0.64 |
| Hex | AA | A4 | 9B | 0 | 4 | 9 | 21 | 24 | 8 | 40 |
| Octal | 252 | 244 | 233 | 0 | 4 | 11 | 41 | 44 | 10 | 100 |
| Binary | 10101010 | 10100100 | 10011011 | 0 | 100 | 1001 | 100001 | 100100 | 1000 | 1000000 |
Color Harmonies of #AAA49B
Complementary color
Monochromatic Colors of #AAA49B
Black with #AAA49B
Text Example
Text Example
White with #AAA49B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA49B; }
p { color: rgb(170,164,155); }
H1.HeaderClassName
{
color: #AAA49B;
}
.AnyTagClassName
{
color: #AAA49B;
}
</style>
background-color css
<style>
a { background-color: #AAA49B; }
a { background-color: rgb(170,164,155); }
div.DivClassName
{
background-color: #AAA49B;
}
.BgClassName
{
background-color: #AAA49B;
}
</style>
border-color css
<style>
span { border-color: #AAA49B; }
span { border-color: rgb(170,164,155); }
td.TdClassName
{
border-color: #AAA49B;
}
.TagClassName
{
border-color: #AAA49B;
}
</style>