Shades of Cloudy #AAA298
Tints of Cloudy #AAA298
RGB
CMYK
RGB Variations
Color information
#AAA298 (or 0xAAA298) is known color: Cloudy. HEX triplet: AA, A2 and 98. RGB value is (170,162,152). Sum of RGB (Red+Green+Blue) = 170+162+152=484 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.12% from 484); Green value is 162 (63.67% from 255 or 33.47% from 484); Blue value is 152 (59.77% from 255 or 31.40% from 484); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA298 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA298 is #555D67. Grayscale: #A3A3A3. Windows color (decimal): -5594472 or 10003114. OLE color: 10003114.
HSL color Cylindrical-coordinate representation of color #AAA298: hue angle of 33.33º 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 #AAA298 is Cyan = 0, Magento = 0.05, Yellow = 0.11 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 162 | 152 | - |
| CMYK | 0 | 0.05 | 0.11 | 0.33 |
| HSL | 33.33º | 0.1% | 0.63% | - |
| HSV(B) | 33.33º | 0.11% | 0.67% | - |
| XYZ | 35.17 | 36.65 | 34.93 | - |
| YUV | 163.25 | 121.65 | 132.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 162 | 152 | 0 | 0.05 | 0.11 | 0.33 | 33.33 | 0.1 | 0.63 |
| Hex | AA | A2 | 98 | 0 | 5 | B | 21 | 21 | A | 3F |
| Octal | 252 | 242 | 230 | 0 | 5 | 13 | 41 | 41 | 12 | 77 |
| Binary | 10101010 | 10100010 | 10011000 | 0 | 101 | 1011 | 100001 | 100001 | 1010 | 111111 |
Color Harmonies of #AAA298
Complementary color
Monochromatic Colors of #AAA298
Black with #AAA298
Text Example
Text Example
White with #AAA298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA298; }
p { color: rgb(170,162,152); }
H1.HeaderClassName
{
color: #AAA298;
}
.AnyTagClassName
{
color: #AAA298;
}
</style>
background-color css
<style>
a { background-color: #AAA298; }
a { background-color: rgb(170,162,152); }
div.DivClassName
{
background-color: #AAA298;
}
.BgClassName
{
background-color: #AAA298;
}
</style>
border-color css
<style>
span { border-color: #AAA298; }
span { border-color: rgb(170,162,152); }
td.TdClassName
{
border-color: #AAA298;
}
.TagClassName
{
border-color: #AAA298;
}
</style>