Shades of Cloudy #AAA29C
Tints of Cloudy #AAA29C
RGB
CMYK
RGB Variations
Color information
#AAA29C (or 0xAAA29C) is known color: Cloudy. HEX triplet: AA, A2 and 9C. RGB value is (170,162,156). Sum of RGB (Red+Green+Blue) = 170+162+156=488 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.84% from 488); Green value is 162 (63.67% from 255 or 33.20% from 488); Blue value is 156 (61.33% from 255 or 31.97% from 488); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA29C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA29C is #555D63. Grayscale: #A3A3A3. Windows color (decimal): -5594468 or 10265258. OLE color: 10265258.
HSL color Cylindrical-coordinate representation of color #AAA29C: hue angle of 25.71º degrees, saturation: 0.08, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #AAA29C is Cyan = 0, Magento = 0.05, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 162 | 156 | - |
| CMYK | 0 | 0.05 | 0.08 | 0.33 |
| HSL | 25.71º | 0.08% | 0.64% | - |
| HSV(B) | 25.71º | 0.08% | 0.67% | - |
| XYZ | 35.5 | 36.79 | 36.68 | - |
| YUV | 163.71 | 123.65 | 132.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 162 | 156 | 0 | 0.05 | 0.08 | 0.33 | 25.71 | 0.08 | 0.64 |
| Hex | AA | A2 | 9C | 0 | 5 | 8 | 21 | 1A | 8 | 40 |
| Octal | 252 | 242 | 234 | 0 | 5 | 10 | 41 | 32 | 10 | 100 |
| Binary | 10101010 | 10100010 | 10011100 | 0 | 101 | 1000 | 100001 | 11010 | 1000 | 1000000 |
Color Harmonies of #AAA29C
Complementary color
Monochromatic Colors of #AAA29C
Black with #AAA29C
Text Example
Text Example
White with #AAA29C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA29C; }
p { color: rgb(170,162,156); }
H1.HeaderClassName
{
color: #AAA29C;
}
.AnyTagClassName
{
color: #AAA29C;
}
</style>
background-color css
<style>
a { background-color: #AAA29C; }
a { background-color: rgb(170,162,156); }
div.DivClassName
{
background-color: #AAA29C;
}
.BgClassName
{
background-color: #AAA29C;
}
</style>
border-color css
<style>
span { border-color: #AAA29C; }
span { border-color: rgb(170,162,156); }
td.TdClassName
{
border-color: #AAA29C;
}
.TagClassName
{
border-color: #AAA29C;
}
</style>