Shades of Cloudy #AAA397
Tints of Cloudy #AAA397
RGB
CMYK
RGB Variations
Color information
#AAA397 (or 0xAAA397) is known color: Cloudy. HEX triplet: AA, A3 and 97. RGB value is (170,163,151). Sum of RGB (Red+Green+Blue) = 170+163+151=484 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.12% from 484); Green value is 163 (64.06% from 255 or 33.68% from 484); Blue value is 151 (59.38% from 255 or 31.20% from 484); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA397 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA397 is #555C68. Grayscale: #A3A3A3. Windows color (decimal): -5594217 or 9937834. OLE color: 9937834.
HSL color Cylindrical-coordinate representation of color #AAA397: hue angle of 37.89º degrees, saturation: 0.1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AAA397 is Cyan = 0, Magento = 0.04, Yellow = 0.11 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 163 | 151 | - |
| CMYK | 0 | 0.04 | 0.11 | 0.33 |
| HSL | 37.89º | 0.1% | 0.63% | - |
| HSV(B) | 37.89º | 0.11% | 0.67% | - |
| XYZ | 35.26 | 36.97 | 34.56 | - |
| YUV | 163.73 | 120.82 | 132.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 163 | 151 | 0 | 0.04 | 0.11 | 0.33 | 37.89 | 0.1 | 0.63 |
| Hex | AA | A3 | 97 | 0 | 4 | B | 21 | 26 | A | 3F |
| Octal | 252 | 243 | 227 | 0 | 4 | 13 | 41 | 46 | 12 | 77 |
| Binary | 10101010 | 10100011 | 10010111 | 0 | 100 | 1011 | 100001 | 100110 | 1010 | 111111 |
Color Harmonies of #AAA397
Complementary color
Monochromatic Colors of #AAA397
Black with #AAA397
Text Example
Text Example
White with #AAA397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA397; }
p { color: rgb(170,163,151); }
H1.HeaderClassName
{
color: #AAA397;
}
.AnyTagClassName
{
color: #AAA397;
}
</style>
background-color css
<style>
a { background-color: #AAA397; }
a { background-color: rgb(170,163,151); }
div.DivClassName
{
background-color: #AAA397;
}
.BgClassName
{
background-color: #AAA397;
}
</style>
border-color css
<style>
span { border-color: #AAA397; }
span { border-color: rgb(170,163,151); }
td.TdClassName
{
border-color: #AAA397;
}
.TagClassName
{
border-color: #AAA397;
}
</style>