Shades of Chatelle #AD9AB2
Tints of Chatelle #AD9AB2
RGB
CMYK
RGB Variations
Color information
#AD9AB2 (or 0xAD9AB2) is known color: Chatelle. HEX triplet: AD, 9A and B2. RGB value is (173,154,178). Sum of RGB (Red+Green+Blue) = 173+154+178=505 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.26% from 505); Green value is 154 (60.55% from 255 or 30.50% from 505); Blue value is 178 (69.92% from 255 or 35.25% from 505); Max value from RGB is 178 - color contains mainly: blue. Hex color #AD9AB2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9AB2 is #52654D. Grayscale: #A2A2A2. Windows color (decimal): -5399886 or 11705005. OLE color: 11705005.
HSL color Cylindrical-coordinate representation of color #AD9AB2: hue angle of 287.5º degrees, saturation: 0.13, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AD9AB2 is Cyan = 0.03, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
RGB | 173 | 154 | 178 | - |
CMYK | 0.03 | 0.13 | 0 | 0.30 |
HSL | 287.5º | 0.13% | 0.65% | - |
HSV(B) | 287.5º | 0.13% | 0.7% | - |
XYZ | 36.83 | 35.21 | 46.97 | - |
YUV | 162.42 | 136.79 | 135.55 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 154 | 178 | 0.03 | 0.13 | 0 | 0.30 | 287.5 | 0.13 | 0.65 |
Hex | AD | 9A | B2 | 3 | D | 0 | 1E | 120 | D | 41 |
Octal | 255 | 232 | 262 | 3 | 15 | 0 | 36 | 440 | 15 | 101 |
Binary | 10101101 | 10011010 | 10110010 | 11 | 1101 | 0 | 11110 | 100100000 | 1101 | 1000001 |
Color Harmonies of #AD9AB2
Complementary color
Monochromatic Colors of #AD9AB2
Black with #AD9AB2
Text Example
Text Example
White with #AD9AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9AB2; }
p { color: rgb(173,154,178); }
H1.HeaderClassName
{
color: #AD9AB2;
}
.AnyTagClassName
{
color: #AD9AB2;
}
</style>
background-color css
<style>
a { background-color: #AD9AB2; }
a { background-color: rgb(173,154,178); }
div.DivClassName
{
background-color: #AD9AB2;
}
.BgClassName
{
background-color: #AD9AB2;
}
</style>
border-color css
<style>
span { border-color: #AD9AB2; }
span { border-color: rgb(173,154,178); }
td.TdClassName
{
border-color: #AD9AB2;
}
.TagClassName
{
border-color: #AD9AB2;
}
</style>