Shades of Chatelle #AA9FAE
Tints of Chatelle #AA9FAE
RGB
CMYK
RGB Variations
Color information
#AA9FAE (or 0xAA9FAE) is known color: Chatelle. HEX triplet: AA, 9F and AE. RGB value is (170,159,174). Sum of RGB (Red+Green+Blue) = 170+159+174=503 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.80% from 503); Green value is 159 (62.5% from 255 or 31.61% from 503); Blue value is 174 (68.36% from 255 or 34.59% from 503); Max value from RGB is 174 - color contains mainly: blue. Hex color #AA9FAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9FAE is #556051. Grayscale: #A3A3A3. Windows color (decimal): -5595218 or 11444138. OLE color: 11444138.
HSL color Cylindrical-coordinate representation of color #AA9FAE: hue angle of 284º degrees, saturation: 0.08, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #AA9FAE is Cyan = 0.02, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 170 | 159 | 174 | - |
| CMYK | 0.02 | 0.09 | 0 | 0.32 |
| HSL | 284º | 0.08% | 0.65% | - |
| HSV(B) | 284º | 0.09% | 0.68% | - |
| XYZ | 36.62 | 36.4 | 45.14 | - |
| YUV | 164 | 133.64 | 132.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 159 | 174 | 0.02 | 0.09 | 0 | 0.32 | 284 | 0.08 | 0.65 |
| Hex | AA | 9F | AE | 2 | 9 | 0 | 20 | 11C | 8 | 41 |
| Octal | 252 | 237 | 256 | 2 | 11 | 0 | 40 | 434 | 10 | 101 |
| Binary | 10101010 | 10011111 | 10101110 | 10 | 1001 | 0 | 100000 | 100011100 | 1000 | 1000001 |
Color Harmonies of #AA9FAE
Complementary color
Monochromatic Colors of #AA9FAE
Black with #AA9FAE
Text Example
Text Example
White with #AA9FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9FAE; }
p { color: rgb(170,159,174); }
H1.HeaderClassName
{
color: #AA9FAE;
}
.AnyTagClassName
{
color: #AA9FAE;
}
</style>
background-color css
<style>
a { background-color: #AA9FAE; }
a { background-color: rgb(170,159,174); }
div.DivClassName
{
background-color: #AA9FAE;
}
.BgClassName
{
background-color: #AA9FAE;
}
</style>
border-color css
<style>
span { border-color: #AA9FAE; }
span { border-color: rgb(170,159,174); }
td.TdClassName
{
border-color: #AA9FAE;
}
.TagClassName
{
border-color: #AA9FAE;
}
</style>