Shades of Chatelle #AAA1AE
Tints of Chatelle #AAA1AE
RGB
CMYK
RGB Variations
Color information
#AAA1AE (or 0xAAA1AE) is known color: Chatelle. HEX triplet: AA, A1 and AE. RGB value is (170,161,174). Sum of RGB (Red+Green+Blue) = 170+161+174=505 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.66% from 505); Green value is 161 (63.28% from 255 or 31.88% from 505); Blue value is 174 (68.36% from 255 or 34.46% from 505); Max value from RGB is 174 - color contains mainly: blue. Hex color #AAA1AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA1AE is #555E51. Grayscale: #A5A5A5. Windows color (decimal): -5594706 or 11444650. OLE color: 11444650.
HSL color Cylindrical-coordinate representation of color #AAA1AE: hue angle of 281.54º degrees, saturation: 0.07, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #AAA1AE is Cyan = 0.02, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 170 | 161 | 174 | - |
| CMYK | 0.02 | 0.07 | 0 | 0.32 |
| HSL | 281.54º | 0.07% | 0.66% | - |
| HSV(B) | 281.54º | 0.07% | 0.68% | - |
| XYZ | 36.96 | 37.09 | 45.26 | - |
| YUV | 165.17 | 132.98 | 131.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 161 | 174 | 0.02 | 0.07 | 0 | 0.32 | 281.54 | 0.07 | 0.66 |
| Hex | AA | A1 | AE | 2 | 7 | 0 | 20 | 11A | 7 | 42 |
| Octal | 252 | 241 | 256 | 2 | 7 | 0 | 40 | 432 | 7 | 102 |
| Binary | 10101010 | 10100001 | 10101110 | 10 | 111 | 0 | 100000 | 100011010 | 111 | 1000010 |
Color Harmonies of #AAA1AE
Complementary color
Monochromatic Colors of #AAA1AE
Black with #AAA1AE
Text Example
Text Example
White with #AAA1AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA1AE; }
p { color: rgb(170,161,174); }
H1.HeaderClassName
{
color: #AAA1AE;
}
.AnyTagClassName
{
color: #AAA1AE;
}
</style>
background-color css
<style>
a { background-color: #AAA1AE; }
a { background-color: rgb(170,161,174); }
div.DivClassName
{
background-color: #AAA1AE;
}
.BgClassName
{
background-color: #AAA1AE;
}
</style>
border-color css
<style>
span { border-color: #AAA1AE; }
span { border-color: rgb(170,161,174); }
td.TdClassName
{
border-color: #AAA1AE;
}
.TagClassName
{
border-color: #AAA1AE;
}
</style>