Shades of Chatelle #AA9DB0
Tints of Chatelle #AA9DB0
RGB
CMYK
RGB Variations
Color information
#AA9DB0 (or 0xAA9DB0) is known color: Chatelle. HEX triplet: AA, 9D and B0. RGB value is (170,157,176). Sum of RGB (Red+Green+Blue) = 170+157+176=503 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.80% from 503); Green value is 157 (61.72% from 255 or 31.21% from 503); Blue value is 176 (69.14% from 255 or 34.99% from 503); Max value from RGB is 176 - color contains mainly: blue. Hex color #AA9DB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9DB0 is #55624F. Grayscale: #A2A2A2. Windows color (decimal): -5595728 or 11574698. OLE color: 11574698.
HSL color Cylindrical-coordinate representation of color #AA9DB0: hue angle of 281.05º 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 #AA9DB0 is Cyan = 0.03, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
RGB | 170 | 157 | 176 | - |
CMYK | 0.03 | 0.11 | 0 | 0.31 |
HSL | 281.05º | 0.11% | 0.65% | - |
HSV(B) | 281.05º | 0.11% | 0.69% | - |
XYZ | 36.47 | 35.79 | 46.06 | - |
YUV | 163.05 | 135.31 | 132.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 170 | 157 | 176 | 0.03 | 0.11 | 0 | 0.31 | 281.05 | 0.11 | 0.65 |
Hex | AA | 9D | B0 | 3 | B | 0 | 1F | 119 | B | 41 |
Octal | 252 | 235 | 260 | 3 | 13 | 0 | 37 | 431 | 13 | 101 |
Binary | 10101010 | 10011101 | 10110000 | 11 | 1011 | 0 | 11111 | 100011001 | 1011 | 1000001 |
Color Harmonies of #AA9DB0
Complementary color
Monochromatic Colors of #AA9DB0
Black with #AA9DB0
Text Example
Text Example
White with #AA9DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9DB0; }
p { color: rgb(170,157,176); }
H1.HeaderClassName
{
color: #AA9DB0;
}
.AnyTagClassName
{
color: #AA9DB0;
}
</style>
background-color css
<style>
a { background-color: #AA9DB0; }
a { background-color: rgb(170,157,176); }
div.DivClassName
{
background-color: #AA9DB0;
}
.BgClassName
{
background-color: #AA9DB0;
}
</style>
border-color css
<style>
span { border-color: #AA9DB0; }
span { border-color: rgb(170,157,176); }
td.TdClassName
{
border-color: #AA9DB0;
}
.TagClassName
{
border-color: #AA9DB0;
}
</style>