Shades of Cloudy #AAA49D
Tints of Cloudy #AAA49D
RGB
CMYK
RGB Variations
Color information
#AAA49D (or 0xAAA49D) is known color: Cloudy. HEX triplet: AA, A4 and 9D. RGB value is (170,164,157). Sum of RGB (Red+Green+Blue) = 170+164+157=491 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.62% from 491); Green value is 164 (64.45% from 255 or 33.40% from 491); Blue value is 157 (61.72% from 255 or 31.98% from 491); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA49D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA49D is #555B62. Grayscale: #A5A5A5. Windows color (decimal): -5593955 or 10331306. OLE color: 10331306.
HSL color Cylindrical-coordinate representation of color #AAA49D: hue angle of 32.31º 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 #AAA49D is Cyan = 0, Magento = 0.04, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 164 | 157 | - |
| CMYK | 0 | 0.04 | 0.08 | 0.33 |
| HSL | 32.31º | 0.07% | 0.64% | - |
| HSV(B) | 32.31º | 0.08% | 0.67% | - |
| XYZ | 35.94 | 37.53 | 37.25 | - |
| YUV | 165 | 123.49 | 131.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 164 | 157 | 0 | 0.04 | 0.08 | 0.33 | 32.31 | 0.07 | 0.64 |
| Hex | AA | A4 | 9D | 0 | 4 | 8 | 21 | 20 | 7 | 40 |
| Octal | 252 | 244 | 235 | 0 | 4 | 10 | 41 | 40 | 7 | 100 |
| Binary | 10101010 | 10100100 | 10011101 | 0 | 100 | 1000 | 100001 | 100000 | 111 | 1000000 |
Color Harmonies of #AAA49D
Complementary color
Monochromatic Colors of #AAA49D
Black with #AAA49D
Text Example
Text Example
White with #AAA49D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA49D; }
p { color: rgb(170,164,157); }
H1.HeaderClassName
{
color: #AAA49D;
}
.AnyTagClassName
{
color: #AAA49D;
}
</style>
background-color css
<style>
a { background-color: #AAA49D; }
a { background-color: rgb(170,164,157); }
div.DivClassName
{
background-color: #AAA49D;
}
.BgClassName
{
background-color: #AAA49D;
}
</style>
border-color css
<style>
span { border-color: #AAA49D; }
span { border-color: rgb(170,164,157); }
td.TdClassName
{
border-color: #AAA49D;
}
.TagClassName
{
border-color: #AAA49D;
}
</style>