Shades of Cloudy #AAA49C
Tints of Cloudy #AAA49C
RGB
CMYK
RGB Variations
Color information
#AAA49C (or 0xAAA49C) is known color: Cloudy. HEX triplet: AA, A4 and 9C. RGB value is (170,164,156). Sum of RGB (Red+Green+Blue) = 170+164+156=490 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.69% from 490); Green value is 164 (64.45% from 255 or 33.47% from 490); Blue value is 156 (61.33% from 255 or 31.84% from 490); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA49C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA49C is #555B63. Grayscale: #A4A4A4. Windows color (decimal): -5593956 or 10265770. OLE color: 10265770.
HSL color Cylindrical-coordinate representation of color #AAA49C: hue angle of 34.29º 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 #AAA49C is Cyan = 0, Magento = 0.04, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 164 | 156 | - |
| CMYK | 0 | 0.04 | 0.08 | 0.33 |
| HSL | 34.29º | 0.08% | 0.64% | - |
| HSV(B) | 34.29º | 0.08% | 0.67% | - |
| XYZ | 35.85 | 37.5 | 36.8 | - |
| YUV | 164.88 | 122.99 | 131.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 164 | 156 | 0 | 0.04 | 0.08 | 0.33 | 34.29 | 0.08 | 0.64 |
| Hex | AA | A4 | 9C | 0 | 4 | 8 | 21 | 22 | 8 | 40 |
| Octal | 252 | 244 | 234 | 0 | 4 | 10 | 41 | 42 | 10 | 100 |
| Binary | 10101010 | 10100100 | 10011100 | 0 | 100 | 1000 | 100001 | 100010 | 1000 | 1000000 |
Color Harmonies of #AAA49C
Complementary color
Monochromatic Colors of #AAA49C
Black with #AAA49C
Text Example
Text Example
White with #AAA49C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA49C; }
p { color: rgb(170,164,156); }
H1.HeaderClassName
{
color: #AAA49C;
}
.AnyTagClassName
{
color: #AAA49C;
}
</style>
background-color css
<style>
a { background-color: #AAA49C; }
a { background-color: rgb(170,164,156); }
div.DivClassName
{
background-color: #AAA49C;
}
.BgClassName
{
background-color: #AAA49C;
}
</style>
border-color css
<style>
span { border-color: #AAA49C; }
span { border-color: rgb(170,164,156); }
td.TdClassName
{
border-color: #AAA49C;
}
.TagClassName
{
border-color: #AAA49C;
}
</style>