Shades of Chatelle #AA9BAF
Tints of Chatelle #AA9BAF
RGB
CMYK
RGB Variations
Color information
#AA9BAF (or 0xAA9BAF) is known color: Chatelle. HEX triplet: AA, 9B and AF. RGB value is (170,155,175). Sum of RGB (Red+Green+Blue) = 170+155+175=500 (66% of max value = 765). Red value is 170 (66.80% from 255 or 34% from 500); Green value is 155 (60.94% from 255 or 31% from 500); Blue value is 175 (68.75% from 255 or 35% from 500); Max value from RGB is 175 - color contains mainly: blue. Hex color #AA9BAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9BAF is #556450. Grayscale: #A1A1A1. Windows color (decimal): -5596241 or 11508650. OLE color: 11508650.
HSL color Cylindrical-coordinate representation of color #AA9BAF: hue angle of 285º 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 #AA9BAF is Cyan = 0.03, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 170 | 155 | 175 | - |
| CMYK | 0.03 | 0.11 | 0 | 0.31 |
| HSL | 285º | 0.11% | 0.65% | - |
| HSV(B) | 285º | 0.11% | 0.69% | - |
| XYZ | 36.04 | 35.08 | 45.43 | - |
| YUV | 161.77 | 135.47 | 133.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 155 | 175 | 0.03 | 0.11 | 0 | 0.31 | 285 | 0.11 | 0.65 |
| Hex | AA | 9B | AF | 3 | B | 0 | 1F | 11D | B | 41 |
| Octal | 252 | 233 | 257 | 3 | 13 | 0 | 37 | 435 | 13 | 101 |
| Binary | 10101010 | 10011011 | 10101111 | 11 | 1011 | 0 | 11111 | 100011101 | 1011 | 1000001 |
Color Harmonies of #AA9BAF
Complementary color
Monochromatic Colors of #AA9BAF
Black with #AA9BAF
Text Example
Text Example
White with #AA9BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9BAF; }
p { color: rgb(170,155,175); }
H1.HeaderClassName
{
color: #AA9BAF;
}
.AnyTagClassName
{
color: #AA9BAF;
}
</style>
background-color css
<style>
a { background-color: #AA9BAF; }
a { background-color: rgb(170,155,175); }
div.DivClassName
{
background-color: #AA9BAF;
}
.BgClassName
{
background-color: #AA9BAF;
}
</style>
border-color css
<style>
span { border-color: #AA9BAF; }
span { border-color: rgb(170,155,175); }
td.TdClassName
{
border-color: #AA9BAF;
}
.TagClassName
{
border-color: #AA9BAF;
}
</style>