Shades of Cloudy #AAA295
Tints of Cloudy #AAA295
RGB
CMYK
RGB Variations
Color information
#AAA295 (or 0xAAA295) is known color: Cloudy. HEX triplet: AA, A2 and 95. RGB value is (170,162,149). Sum of RGB (Red+Green+Blue) = 170+162+149=481 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.34% from 481); Green value is 162 (63.67% from 255 or 33.68% from 481); Blue value is 149 (58.59% from 255 or 30.98% from 481); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA295 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA295 is #555D6A. Grayscale: #A2A2A2. Windows color (decimal): -5594475 or 9806506. OLE color: 9806506.
HSL color Cylindrical-coordinate representation of color #AAA295: hue angle of 37.14º degrees, saturation: 0.11, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AAA295 is Cyan = 0, Magento = 0.05, Yellow = 0.12 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 162 | 149 | - |
| CMYK | 0 | 0.05 | 0.12 | 0.33 |
| HSL | 37.14º | 0.11% | 0.63% | - |
| HSV(B) | 37.14º | 0.12% | 0.67% | - |
| XYZ | 34.92 | 36.56 | 33.65 | - |
| YUV | 162.91 | 120.15 | 133.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 162 | 149 | 0 | 0.05 | 0.12 | 0.33 | 37.14 | 0.11 | 0.63 |
| Hex | AA | A2 | 95 | 0 | 5 | C | 21 | 25 | B | 3F |
| Octal | 252 | 242 | 225 | 0 | 5 | 14 | 41 | 45 | 13 | 77 |
| Binary | 10101010 | 10100010 | 10010101 | 0 | 101 | 1100 | 100001 | 100101 | 1011 | 111111 |
Color Harmonies of #AAA295
Complementary color
Monochromatic Colors of #AAA295
Black with #AAA295
Text Example
Text Example
White with #AAA295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA295; }
p { color: rgb(170,162,149); }
H1.HeaderClassName
{
color: #AAA295;
}
.AnyTagClassName
{
color: #AAA295;
}
</style>
background-color css
<style>
a { background-color: #AAA295; }
a { background-color: rgb(170,162,149); }
div.DivClassName
{
background-color: #AAA295;
}
.BgClassName
{
background-color: #AAA295;
}
</style>
border-color css
<style>
span { border-color: #AAA295; }
span { border-color: rgb(170,162,149); }
td.TdClassName
{
border-color: #AAA295;
}
.TagClassName
{
border-color: #AAA295;
}
</style>