Shades of Cloudy #AAA195
Tints of Cloudy #AAA195
RGB
CMYK
RGB Variations
Color information
#AAA195 (or 0xAAA195) is known color: Cloudy. HEX triplet: AA, A1 and 95. RGB value is (170,161,149). Sum of RGB (Red+Green+Blue) = 170+161+149=480 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.42% from 480); Green value is 161 (63.28% from 255 or 33.54% from 480); Blue value is 149 (58.59% from 255 or 31.04% from 480); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA195 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA195 is #555E6A. Grayscale: #A2A2A2. Windows color (decimal): -5594731 or 9806250. OLE color: 9806250.
HSL color Cylindrical-coordinate representation of color #AAA195: hue angle of 34.29º 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 #AAA195 is Cyan = 0, Magento = 0.05, Yellow = 0.12 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 161 | 149 | - |
| CMYK | 0 | 0.05 | 0.12 | 0.33 |
| HSL | 34.29º | 0.11% | 0.63% | - |
| HSV(B) | 34.29º | 0.12% | 0.67% | - |
| XYZ | 34.75 | 36.21 | 33.59 | - |
| YUV | 162.32 | 120.48 | 133.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 161 | 149 | 0 | 0.05 | 0.12 | 0.33 | 34.29 | 0.11 | 0.63 |
| Hex | AA | A1 | 95 | 0 | 5 | C | 21 | 22 | B | 3F |
| Octal | 252 | 241 | 225 | 0 | 5 | 14 | 41 | 42 | 13 | 77 |
| Binary | 10101010 | 10100001 | 10010101 | 0 | 101 | 1100 | 100001 | 100010 | 1011 | 111111 |
Color Harmonies of #AAA195
Complementary color
Monochromatic Colors of #AAA195
Black with #AAA195
Text Example
Text Example
White with #AAA195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA195; }
p { color: rgb(170,161,149); }
H1.HeaderClassName
{
color: #AAA195;
}
.AnyTagClassName
{
color: #AAA195;
}
</style>
background-color css
<style>
a { background-color: #AAA195; }
a { background-color: rgb(170,161,149); }
div.DivClassName
{
background-color: #AAA195;
}
.BgClassName
{
background-color: #AAA195;
}
</style>
border-color css
<style>
span { border-color: #AAA195; }
span { border-color: rgb(170,161,149); }
td.TdClassName
{
border-color: #AAA195;
}
.TagClassName
{
border-color: #AAA195;
}
</style>