Shades of Cloudy #AAA094
Tints of Cloudy #AAA094
RGB
CMYK
RGB Variations
Color information
#AAA094 (or 0xAAA094) is known color: Cloudy. HEX triplet: AA, A0 and 94. RGB value is (170,160,148). Sum of RGB (Red+Green+Blue) = 170+160+148=478 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.56% from 478); Green value is 160 (62.89% from 255 or 33.47% from 478); Blue value is 148 (58.20% from 255 or 30.96% from 478); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA094 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA094 is #555F6B. Grayscale: #A1A1A1. Windows color (decimal): -5594988 or 9740458. OLE color: 9740458.
HSL color Cylindrical-coordinate representation of color #AAA094: hue angle of 32.73º degrees, saturation: 0.11, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AAA094 is Cyan = 0, Magento = 0.06, Yellow = 0.13 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 160 | 148 | - |
| CMYK | 0 | 0.06 | 0.13 | 0.33 |
| HSL | 32.73º | 0.11% | 0.62% | - |
| HSV(B) | 32.73º | 0.13% | 0.67% | - |
| XYZ | 34.49 | 35.83 | 33.11 | - |
| YUV | 161.62 | 120.31 | 133.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 160 | 148 | 0 | 0.06 | 0.13 | 0.33 | 32.73 | 0.11 | 0.62 |
| Hex | AA | A0 | 94 | 0 | 6 | D | 21 | 21 | B | 3E |
| Octal | 252 | 240 | 224 | 0 | 6 | 15 | 41 | 41 | 13 | 76 |
| Binary | 10101010 | 10100000 | 10010100 | 0 | 110 | 1101 | 100001 | 100001 | 1011 | 111110 |
Color Harmonies of #AAA094
Complementary color
Monochromatic Colors of #AAA094
Black with #AAA094
Text Example
Text Example
White with #AAA094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA094; }
p { color: rgb(170,160,148); }
H1.HeaderClassName
{
color: #AAA094;
}
.AnyTagClassName
{
color: #AAA094;
}
</style>
background-color css
<style>
a { background-color: #AAA094; }
a { background-color: rgb(170,160,148); }
div.DivClassName
{
background-color: #AAA094;
}
.BgClassName
{
background-color: #AAA094;
}
</style>
border-color css
<style>
span { border-color: #AAA094; }
span { border-color: rgb(170,160,148); }
td.TdClassName
{
border-color: #AAA094;
}
.TagClassName
{
border-color: #AAA094;
}
</style>