Shades of Cloudy #AAA5A1
Tints of Cloudy #AAA5A1
RGB
CMYK
RGB Variations
Color information
#AAA5A1 (or 0xAAA5A1) is known color: Cloudy. HEX triplet: AA, A5 and A1. RGB value is (170,165,161). Sum of RGB (Red+Green+Blue) = 170+165+161=496 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.27% from 496); Green value is 165 (64.84% from 255 or 33.27% from 496); Blue value is 161 (63.28% from 255 or 32.46% from 496); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA5A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA5A1 is #555A5E. Grayscale: #A6A6A6. Windows color (decimal): -5593695 or 10593706. OLE color: 10593706.
HSL color Cylindrical-coordinate representation of color #AAA5A1: hue angle of 26.67º degrees, saturation: 0.05, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #AAA5A1 is Cyan = 0, Magento = 0.03, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 165 | 161 | - |
| CMYK | 0 | 0.03 | 0.05 | 0.33 |
| HSL | 26.67º | 0.05% | 0.65% | - |
| HSV(B) | 26.67º | 0.05% | 0.67% | - |
| XYZ | 36.47 | 38.03 | 39.14 | - |
| YUV | 166.04 | 125.16 | 130.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 165 | 161 | 0 | 0.03 | 0.05 | 0.33 | 26.67 | 0.05 | 0.65 |
| Hex | AA | A5 | A1 | 0 | 3 | 5 | 21 | 1B | 5 | 41 |
| Octal | 252 | 245 | 241 | 0 | 3 | 5 | 41 | 33 | 5 | 101 |
| Binary | 10101010 | 10100101 | 10100001 | 0 | 11 | 101 | 100001 | 11011 | 101 | 1000001 |
Color Harmonies of #AAA5A1
Complementary color
Monochromatic Colors of #AAA5A1
Black with #AAA5A1
Text Example
Text Example
White with #AAA5A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA5A1; }
p { color: rgb(170,165,161); }
H1.HeaderClassName
{
color: #AAA5A1;
}
.AnyTagClassName
{
color: #AAA5A1;
}
</style>
background-color css
<style>
a { background-color: #AAA5A1; }
a { background-color: rgb(170,165,161); }
div.DivClassName
{
background-color: #AAA5A1;
}
.BgClassName
{
background-color: #AAA5A1;
}
</style>
border-color css
<style>
span { border-color: #AAA5A1; }
span { border-color: rgb(170,165,161); }
td.TdClassName
{
border-color: #AAA5A1;
}
.TagClassName
{
border-color: #AAA5A1;
}
</style>