Shades of Chatelle #AA9EAC
Tints of Chatelle #AA9EAC
RGB
CMYK
RGB Variations
Color information
#AA9EAC (or 0xAA9EAC) is known color: Chatelle. HEX triplet: AA, 9E and AC. RGB value is (170,158,172). Sum of RGB (Red+Green+Blue) = 170+158+172=500 (66% of max value = 765). Red value is 170 (66.80% from 255 or 34% from 500); Green value is 158 (62.11% from 255 or 31.6% from 500); Blue value is 172 (67.58% from 255 or 34.4% from 500); Max value from RGB is 172 - color contains mainly: blue. Hex color #AA9EAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9EAC is #556153. Grayscale: #A3A3A3. Windows color (decimal): -5595476 or 11312810. OLE color: 11312810.
HSL color Cylindrical-coordinate representation of color #AA9EAC: hue angle of 291.43º degrees, saturation: 0.08, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #AA9EAC is Cyan = 0.01, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 158 | 172 | - |
| CMYK | 0.01 | 0.08 | 0 | 0.33 |
| HSL | 291.43º | 0.08% | 0.65% | - |
| HSV(B) | 291.43º | 0.08% | 0.67% | - |
| XYZ | 36.25 | 35.98 | 44.06 | - |
| YUV | 163.18 | 132.98 | 132.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 158 | 172 | 0.01 | 0.08 | 0 | 0.33 | 291.43 | 0.08 | 0.65 |
| Hex | AA | 9E | AC | 1 | 8 | 0 | 21 | 123 | 8 | 41 |
| Octal | 252 | 236 | 254 | 1 | 10 | 0 | 41 | 443 | 10 | 101 |
| Binary | 10101010 | 10011110 | 10101100 | 1 | 1000 | 0 | 100001 | 100100011 | 1000 | 1000001 |
Color Harmonies of #AA9EAC
Complementary color
Monochromatic Colors of #AA9EAC
Black with #AA9EAC
Text Example
Text Example
White with #AA9EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9EAC; }
p { color: rgb(170,158,172); }
H1.HeaderClassName
{
color: #AA9EAC;
}
.AnyTagClassName
{
color: #AA9EAC;
}
</style>
background-color css
<style>
a { background-color: #AA9EAC; }
a { background-color: rgb(170,158,172); }
div.DivClassName
{
background-color: #AA9EAC;
}
.BgClassName
{
background-color: #AA9EAC;
}
</style>
border-color css
<style>
span { border-color: #AA9EAC; }
span { border-color: rgb(170,158,172); }
td.TdClassName
{
border-color: #AA9EAC;
}
.TagClassName
{
border-color: #AA9EAC;
}
</style>