Shades of Cloudy #AAA193
Tints of Cloudy #AAA193
RGB
CMYK
RGB Variations
Color information
#AAA193 (or 0xAAA193) is known color: Cloudy. HEX triplet: AA, A1 and 93. RGB value is (170,161,147). Sum of RGB (Red+Green+Blue) = 170+161+147=478 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.56% from 478); Green value is 161 (63.28% from 255 or 33.68% from 478); Blue value is 147 (57.81% from 255 or 30.75% from 478); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA193 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA193 is #555E6C. Grayscale: #A2A2A2. Windows color (decimal): -5594733 or 9675178. OLE color: 9675178.
HSL color Cylindrical-coordinate representation of color #AAA193: hue angle of 36.52º degrees, saturation: 0.12, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AAA193 is Cyan = 0, Magento = 0.05, Yellow = 0.14 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 161 | 147 | - |
| CMYK | 0 | 0.05 | 0.14 | 0.33 |
| HSL | 36.52º | 0.12% | 0.62% | - |
| HSV(B) | 36.52º | 0.14% | 0.67% | - |
| XYZ | 34.59 | 36.14 | 32.76 | - |
| YUV | 162.1 | 119.48 | 133.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 161 | 147 | 0 | 0.05 | 0.14 | 0.33 | 36.52 | 0.12 | 0.62 |
| Hex | AA | A1 | 93 | 0 | 5 | E | 21 | 25 | C | 3E |
| Octal | 252 | 241 | 223 | 0 | 5 | 16 | 41 | 45 | 14 | 76 |
| Binary | 10101010 | 10100001 | 10010011 | 0 | 101 | 1110 | 100001 | 100101 | 1100 | 111110 |
Color Harmonies of #AAA193
Complementary color
Monochromatic Colors of #AAA193
Black with #AAA193
Text Example
Text Example
White with #AAA193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA193; }
p { color: rgb(170,161,147); }
H1.HeaderClassName
{
color: #AAA193;
}
.AnyTagClassName
{
color: #AAA193;
}
</style>
background-color css
<style>
a { background-color: #AAA193; }
a { background-color: rgb(170,161,147); }
div.DivClassName
{
background-color: #AAA193;
}
.BgClassName
{
background-color: #AAA193;
}
</style>
border-color css
<style>
span { border-color: #AAA193; }
span { border-color: rgb(170,161,147); }
td.TdClassName
{
border-color: #AAA193;
}
.TagClassName
{
border-color: #AAA193;
}
</style>