Shades of Chatelle #AA9AAE
Tints of Chatelle #AA9AAE
RGB
CMYK
RGB Variations
Color information
#AA9AAE (or 0xAA9AAE) is known color: Chatelle. HEX triplet: AA, 9A and AE. RGB value is (170,154,174). Sum of RGB (Red+Green+Blue) = 170+154+174=498 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.14% from 498); Green value is 154 (60.55% from 255 or 30.92% from 498); Blue value is 174 (68.36% from 255 or 34.94% from 498); Max value from RGB is 174 - color contains mainly: blue. Hex color #AA9AAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9AAE is #556551. Grayscale: #A1A1A1. Windows color (decimal): -5596498 or 11442858. OLE color: 11442858.
HSL color Cylindrical-coordinate representation of color #AA9AAE: hue angle of 288º degrees, saturation: 0.11, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AA9AAE is Cyan = 0.02, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 170 | 154 | 174 | - |
| CMYK | 0.02 | 0.11 | 0 | 0.32 |
| HSL | 288º | 0.11% | 0.64% | - |
| HSV(B) | 288º | 0.11% | 0.68% | - |
| XYZ | 35.77 | 34.71 | 44.86 | - |
| YUV | 161.06 | 135.3 | 134.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 154 | 174 | 0.02 | 0.11 | 0 | 0.32 | 288 | 0.11 | 0.64 |
| Hex | AA | 9A | AE | 2 | B | 0 | 20 | 120 | B | 40 |
| Octal | 252 | 232 | 256 | 2 | 13 | 0 | 40 | 440 | 13 | 100 |
| Binary | 10101010 | 10011010 | 10101110 | 10 | 1011 | 0 | 100000 | 100100000 | 1011 | 1000000 |
Color Harmonies of #AA9AAE
Complementary color
Monochromatic Colors of #AA9AAE
Black with #AA9AAE
Text Example
Text Example
White with #AA9AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9AAE; }
p { color: rgb(170,154,174); }
H1.HeaderClassName
{
color: #AA9AAE;
}
.AnyTagClassName
{
color: #AA9AAE;
}
</style>
background-color css
<style>
a { background-color: #AA9AAE; }
a { background-color: rgb(170,154,174); }
div.DivClassName
{
background-color: #AA9AAE;
}
.BgClassName
{
background-color: #AA9AAE;
}
</style>
border-color css
<style>
span { border-color: #AA9AAE; }
span { border-color: rgb(170,154,174); }
td.TdClassName
{
border-color: #AA9AAE;
}
.TagClassName
{
border-color: #AA9AAE;
}
</style>