Shades of Chatelle #AA9BAD
Tints of Chatelle #AA9BAD
RGB
CMYK
RGB Variations
Color information
#AA9BAD (or 0xAA9BAD) is known color: Chatelle. HEX triplet: AA, 9B and AD. RGB value is (170,155,173). Sum of RGB (Red+Green+Blue) = 170+155+173=498 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.14% from 498); Green value is 155 (60.94% from 255 or 31.12% from 498); Blue value is 173 (67.97% from 255 or 34.74% from 498); Max value from RGB is 173 - color contains mainly: blue. Hex color #AA9BAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9BAD is #556452. Grayscale: #A1A1A1. Windows color (decimal): -5596243 or 11377578. OLE color: 11377578.
HSL color Cylindrical-coordinate representation of color #AA9BAD: hue angle of 290º degrees, saturation: 0.1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AA9BAD is Cyan = 0.02, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 170 | 155 | 173 | - |
| CMYK | 0.02 | 0.10 | 0 | 0.32 |
| HSL | 290º | 0.1% | 0.64% | - |
| HSV(B) | 290º | 0.1% | 0.68% | - |
| XYZ | 35.84 | 35.01 | 44.4 | - |
| YUV | 161.54 | 134.47 | 134.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 155 | 173 | 0.02 | 0.10 | 0 | 0.32 | 290 | 0.1 | 0.64 |
| Hex | AA | 9B | AD | 2 | A | 0 | 20 | 122 | A | 40 |
| Octal | 252 | 233 | 255 | 2 | 12 | 0 | 40 | 442 | 12 | 100 |
| Binary | 10101010 | 10011011 | 10101101 | 10 | 1010 | 0 | 100000 | 100100010 | 1010 | 1000000 |
Color Harmonies of #AA9BAD
Complementary color
Monochromatic Colors of #AA9BAD
Black with #AA9BAD
Text Example
Text Example
White with #AA9BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9BAD; }
p { color: rgb(170,155,173); }
H1.HeaderClassName
{
color: #AA9BAD;
}
.AnyTagClassName
{
color: #AA9BAD;
}
</style>
background-color css
<style>
a { background-color: #AA9BAD; }
a { background-color: rgb(170,155,173); }
div.DivClassName
{
background-color: #AA9BAD;
}
.BgClassName
{
background-color: #AA9BAD;
}
</style>
border-color css
<style>
span { border-color: #AA9BAD; }
span { border-color: rgb(170,155,173); }
td.TdClassName
{
border-color: #AA9BAD;
}
.TagClassName
{
border-color: #AA9BAD;
}
</style>