Shades of Chatelle #AA9CB0
Tints of Chatelle #AA9CB0
RGB
CMYK
RGB Variations
Color information
#AA9CB0 (or 0xAA9CB0) is known color: Chatelle. HEX triplet: AA, 9C and B0. RGB value is (170,156,176). Sum of RGB (Red+Green+Blue) = 170+156+176=502 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.86% from 502); Green value is 156 (61.33% from 255 or 31.08% from 502); Blue value is 176 (69.14% from 255 or 35.06% from 502); Max value from RGB is 176 - color contains mainly: blue. Hex color #AA9CB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9CB0 is #55634F. Grayscale: #A2A2A2. Windows color (decimal): -5595984 or 11574442. OLE color: 11574442.
HSL color Cylindrical-coordinate representation of color #AA9CB0: hue angle of 282º degrees, saturation: 0.11, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AA9CB0 is Cyan = 0.03, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 170 | 156 | 176 | - |
| CMYK | 0.03 | 0.11 | 0 | 0.31 |
| HSL | 282º | 0.11% | 0.65% | - |
| HSV(B) | 282º | 0.11% | 0.69% | - |
| XYZ | 36.3 | 35.46 | 46 | - |
| YUV | 162.47 | 135.64 | 133.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 156 | 176 | 0.03 | 0.11 | 0 | 0.31 | 282 | 0.11 | 0.65 |
| Hex | AA | 9C | B0 | 3 | B | 0 | 1F | 11A | B | 41 |
| Octal | 252 | 234 | 260 | 3 | 13 | 0 | 37 | 432 | 13 | 101 |
| Binary | 10101010 | 10011100 | 10110000 | 11 | 1011 | 0 | 11111 | 100011010 | 1011 | 1000001 |
Color Harmonies of #AA9CB0
Complementary color
Monochromatic Colors of #AA9CB0
Black with #AA9CB0
Text Example
Text Example
White with #AA9CB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9CB0; }
p { color: rgb(170,156,176); }
H1.HeaderClassName
{
color: #AA9CB0;
}
.AnyTagClassName
{
color: #AA9CB0;
}
</style>
background-color css
<style>
a { background-color: #AA9CB0; }
a { background-color: rgb(170,156,176); }
div.DivClassName
{
background-color: #AA9CB0;
}
.BgClassName
{
background-color: #AA9CB0;
}
</style>
border-color css
<style>
span { border-color: #AA9CB0; }
span { border-color: rgb(170,156,176); }
td.TdClassName
{
border-color: #AA9CB0;
}
.TagClassName
{
border-color: #AA9CB0;
}
</style>