Shades of Cloudy #AAA294
Tints of Cloudy #AAA294
RGB
CMYK
RGB Variations
Color information
#AAA294 (or 0xAAA294) is known color: Cloudy. HEX triplet: AA, A2 and 94. RGB value is (170,162,148). Sum of RGB (Red+Green+Blue) = 170+162+148=480 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.42% from 480); Green value is 162 (63.67% from 255 or 33.75% from 480); Blue value is 148 (58.20% from 255 or 30.83% from 480); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA294 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA294 is #555D6B. Grayscale: #A2A2A2. Windows color (decimal): -5594476 or 9740970. OLE color: 9740970.
HSL color Cylindrical-coordinate representation of color #AAA294: hue angle of 38.18º 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 #AAA294 is Cyan = 0, Magento = 0.05, Yellow = 0.13 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 162 | 148 | - |
| CMYK | 0 | 0.05 | 0.13 | 0.33 |
| HSL | 38.18º | 0.11% | 0.62% | - |
| HSV(B) | 38.18º | 0.13% | 0.67% | - |
| XYZ | 34.84 | 36.52 | 33.23 | - |
| YUV | 162.8 | 119.65 | 133.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 162 | 148 | 0 | 0.05 | 0.13 | 0.33 | 38.18 | 0.11 | 0.62 |
| Hex | AA | A2 | 94 | 0 | 5 | D | 21 | 26 | B | 3E |
| Octal | 252 | 242 | 224 | 0 | 5 | 15 | 41 | 46 | 13 | 76 |
| Binary | 10101010 | 10100010 | 10010100 | 0 | 101 | 1101 | 100001 | 100110 | 1011 | 111110 |
Color Harmonies of #AAA294
Complementary color
Monochromatic Colors of #AAA294
Black with #AAA294
Text Example
Text Example
White with #AAA294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA294; }
p { color: rgb(170,162,148); }
H1.HeaderClassName
{
color: #AAA294;
}
.AnyTagClassName
{
color: #AAA294;
}
</style>
background-color css
<style>
a { background-color: #AAA294; }
a { background-color: rgb(170,162,148); }
div.DivClassName
{
background-color: #AAA294;
}
.BgClassName
{
background-color: #AAA294;
}
</style>
border-color css
<style>
span { border-color: #AAA294; }
span { border-color: rgb(170,162,148); }
td.TdClassName
{
border-color: #AAA294;
}
.TagClassName
{
border-color: #AAA294;
}
</style>