Shades of Chatelle #AD9CB0
Tints of Chatelle #AD9CB0
RGB
CMYK
RGB Variations
Color information
#AD9CB0 (or 0xAD9CB0) is known color: Chatelle. HEX triplet: AD, 9C and B0. RGB value is (173,156,176). Sum of RGB (Red+Green+Blue) = 173+156+176=505 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.26% from 505); Green value is 156 (61.33% from 255 or 30.89% from 505); Blue value is 176 (69.14% from 255 or 34.85% from 505); Max value from RGB is 176 - color contains mainly: blue. Hex color #AD9CB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9CB0 is #52634F. Grayscale: #A3A3A3. Windows color (decimal): -5399376 or 11574445. OLE color: 11574445.
HSL color Cylindrical-coordinate representation of color #AD9CB0: hue angle of 291º 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 #AD9CB0 is Cyan = 0.02, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 156 | 176 | - |
| CMYK | 0.02 | 0.11 | 0 | 0.31 |
| HSL | 291º | 0.11% | 0.65% | - |
| HSV(B) | 291º | 0.11% | 0.69% | - |
| XYZ | 36.96 | 35.8 | 46.04 | - |
| YUV | 163.36 | 135.13 | 134.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 156 | 176 | 0.02 | 0.11 | 0 | 0.31 | 291 | 0.11 | 0.65 |
| Hex | AD | 9C | B0 | 2 | B | 0 | 1F | 123 | B | 41 |
| Octal | 255 | 234 | 260 | 2 | 13 | 0 | 37 | 443 | 13 | 101 |
| Binary | 10101101 | 10011100 | 10110000 | 10 | 1011 | 0 | 11111 | 100100011 | 1011 | 1000001 |
Color Harmonies of #AD9CB0
Complementary color
Monochromatic Colors of #AD9CB0
Black with #AD9CB0
Text Example
Text Example
White with #AD9CB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9CB0; }
p { color: rgb(173,156,176); }
H1.HeaderClassName
{
color: #AD9CB0;
}
.AnyTagClassName
{
color: #AD9CB0;
}
</style>
background-color css
<style>
a { background-color: #AD9CB0; }
a { background-color: rgb(173,156,176); }
div.DivClassName
{
background-color: #AD9CB0;
}
.BgClassName
{
background-color: #AD9CB0;
}
</style>
border-color css
<style>
span { border-color: #AD9CB0; }
span { border-color: rgb(173,156,176); }
td.TdClassName
{
border-color: #AD9CB0;
}
.TagClassName
{
border-color: #AD9CB0;
}
</style>