Shades of Chatelle #AA9BAE
Tints of Chatelle #AA9BAE
RGB
CMYK
RGB Variations
Color information
#AA9BAE (or 0xAA9BAE) is known color: Chatelle. HEX triplet: AA, 9B and AE. RGB value is (170,155,174). Sum of RGB (Red+Green+Blue) = 170+155+174=499 (66% of max value = 765). Red value is 170 (66.80% from 255 or 34.07% from 499); Green value is 155 (60.94% from 255 or 31.06% from 499); Blue value is 174 (68.36% from 255 or 34.87% from 499); Max value from RGB is 174 - color contains mainly: blue. Hex color #AA9BAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9BAE is #556451. Grayscale: #A1A1A1. Windows color (decimal): -5596242 or 11443114. OLE color: 11443114.
HSL color Cylindrical-coordinate representation of color #AA9BAE: hue angle of 287.37º degrees, saturation: 0.1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AA9BAE is Cyan = 0.02, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 170 | 155 | 174 | - |
| CMYK | 0.02 | 0.11 | 0 | 0.32 |
| HSL | 287.37º | 0.1% | 0.65% | - |
| HSV(B) | 287.37º | 0.11% | 0.68% | - |
| XYZ | 35.94 | 35.04 | 44.91 | - |
| YUV | 161.65 | 134.97 | 133.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 155 | 174 | 0.02 | 0.11 | 0 | 0.32 | 287.37 | 0.1 | 0.65 |
| Hex | AA | 9B | AE | 2 | B | 0 | 20 | 11F | A | 41 |
| Octal | 252 | 233 | 256 | 2 | 13 | 0 | 40 | 437 | 12 | 101 |
| Binary | 10101010 | 10011011 | 10101110 | 10 | 1011 | 0 | 100000 | 100011111 | 1010 | 1000001 |
Color Harmonies of #AA9BAE
Complementary color
Monochromatic Colors of #AA9BAE
Black with #AA9BAE
Text Example
Text Example
White with #AA9BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9BAE; }
p { color: rgb(170,155,174); }
H1.HeaderClassName
{
color: #AA9BAE;
}
.AnyTagClassName
{
color: #AA9BAE;
}
</style>
background-color css
<style>
a { background-color: #AA9BAE; }
a { background-color: rgb(170,155,174); }
div.DivClassName
{
background-color: #AA9BAE;
}
.BgClassName
{
background-color: #AA9BAE;
}
</style>
border-color css
<style>
span { border-color: #AA9BAE; }
span { border-color: rgb(170,155,174); }
td.TdClassName
{
border-color: #AA9BAE;
}
.TagClassName
{
border-color: #AA9BAE;
}
</style>