Shades of Chatelle #AA9DB1
Tints of Chatelle #AA9DB1
RGB
CMYK
RGB Variations
Color information
#AA9DB1 (or 0xAA9DB1) is known color: Chatelle. HEX triplet: AA, 9D and B1. RGB value is (170,157,177). Sum of RGB (Red+Green+Blue) = 170+157+177=504 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.73% from 504); Green value is 157 (61.72% from 255 or 31.15% from 504); Blue value is 177 (69.53% from 255 or 35.12% from 504); Max value from RGB is 177 - color contains mainly: blue. Hex color #AA9DB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9DB1 is #55624E. Grayscale: #A3A3A3. Windows color (decimal): -5595727 or 11640234. OLE color: 11640234.
HSL color Cylindrical-coordinate representation of color #AA9DB1: hue angle of 279º 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 #AA9DB1 is Cyan = 0.04, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 170 | 157 | 177 | - |
| CMYK | 0.04 | 0.11 | 0 | 0.31 |
| HSL | 279º | 0.11% | 0.65% | - |
| HSV(B) | 279º | 0.11% | 0.69% | - |
| XYZ | 36.57 | 35.83 | 46.58 | - |
| YUV | 163.17 | 135.81 | 132.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 157 | 177 | 0.04 | 0.11 | 0 | 0.31 | 279 | 0.11 | 0.65 |
| Hex | AA | 9D | B1 | 4 | B | 0 | 1F | 117 | B | 41 |
| Octal | 252 | 235 | 261 | 4 | 13 | 0 | 37 | 427 | 13 | 101 |
| Binary | 10101010 | 10011101 | 10110001 | 100 | 1011 | 0 | 11111 | 100010111 | 1011 | 1000001 |
Color Harmonies of #AA9DB1
Complementary color
Monochromatic Colors of #AA9DB1
Black with #AA9DB1
Text Example
Text Example
White with #AA9DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9DB1; }
p { color: rgb(170,157,177); }
H1.HeaderClassName
{
color: #AA9DB1;
}
.AnyTagClassName
{
color: #AA9DB1;
}
</style>
background-color css
<style>
a { background-color: #AA9DB1; }
a { background-color: rgb(170,157,177); }
div.DivClassName
{
background-color: #AA9DB1;
}
.BgClassName
{
background-color: #AA9DB1;
}
</style>
border-color css
<style>
span { border-color: #AA9DB1; }
span { border-color: rgb(170,157,177); }
td.TdClassName
{
border-color: #AA9DB1;
}
.TagClassName
{
border-color: #AA9DB1;
}
</style>