Shades of Chatelle #AAA2AB
Tints of Chatelle #AAA2AB
RGB
CMYK
RGB Variations
Color information
#AAA2AB (or 0xAAA2AB) is known color: Chatelle. HEX triplet: AA, A2 and AB. RGB value is (170,162,171). Sum of RGB (Red+Green+Blue) = 170+162+171=503 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.80% from 503); Green value is 162 (63.67% from 255 or 32.21% from 503); Blue value is 171 (67.19% from 255 or 34.00% from 503); Max value from RGB is 171 - color contains mainly: blue. Hex color #AAA2AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA2AB is #555D54. Grayscale: #A5A5A5. Windows color (decimal): -5594453 or 11248298. OLE color: 11248298.
HSL color Cylindrical-coordinate representation of color #AAA2AB: hue angle of 293.33º 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 #AAA2AB is Cyan = 0.01, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 162 | 171 | - |
| CMYK | 0.01 | 0.05 | 0 | 0.33 |
| HSL | 293.33º | 0.05% | 0.65% | - |
| HSV(B) | 293.33º | 0.05% | 0.67% | - |
| XYZ | 36.85 | 37.33 | 43.79 | - |
| YUV | 165.42 | 131.15 | 131.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 162 | 171 | 0.01 | 0.05 | 0 | 0.33 | 293.33 | 0.05 | 0.65 |
| Hex | AA | A2 | AB | 1 | 5 | 0 | 21 | 125 | 5 | 41 |
| Octal | 252 | 242 | 253 | 1 | 5 | 0 | 41 | 445 | 5 | 101 |
| Binary | 10101010 | 10100010 | 10101011 | 1 | 101 | 0 | 100001 | 100100101 | 101 | 1000001 |
Color Harmonies of #AAA2AB
Complementary color
Monochromatic Colors of #AAA2AB
Black with #AAA2AB
Text Example
Text Example
White with #AAA2AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA2AB; }
p { color: rgb(170,162,171); }
H1.HeaderClassName
{
color: #AAA2AB;
}
.AnyTagClassName
{
color: #AAA2AB;
}
</style>
background-color css
<style>
a { background-color: #AAA2AB; }
a { background-color: rgb(170,162,171); }
div.DivClassName
{
background-color: #AAA2AB;
}
.BgClassName
{
background-color: #AAA2AB;
}
</style>
border-color css
<style>
span { border-color: #AAA2AB; }
span { border-color: rgb(170,162,171); }
td.TdClassName
{
border-color: #AAA2AB;
}
.TagClassName
{
border-color: #AAA2AB;
}
</style>