Shades of Chatelle #AD9BB1
Tints of Chatelle #AD9BB1
RGB
CMYK
RGB Variations
Color information
#AD9BB1 (or 0xAD9BB1) is known color: Chatelle. HEX triplet: AD, 9B and B1. RGB value is (173,155,177). Sum of RGB (Red+Green+Blue) = 173+155+177=505 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.26% from 505); Green value is 155 (60.94% from 255 or 30.69% from 505); Blue value is 177 (69.53% from 255 or 35.05% from 505); Max value from RGB is 177 - color contains mainly: blue. Hex color #AD9BB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9BB1 is #52644E. Grayscale: #A2A2A2. Windows color (decimal): -5399631 or 11639725. OLE color: 11639725.
HSL color Cylindrical-coordinate representation of color #AD9BB1: hue angle of 289.09º degrees, saturation: 0.12, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AD9BB1 is Cyan = 0.02, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 155 | 177 | - |
| CMYK | 0.02 | 0.12 | 0 | 0.31 |
| HSL | 289.09º | 0.12% | 0.65% | - |
| HSV(B) | 289.09º | 0.12% | 0.69% | - |
| XYZ | 36.89 | 35.5 | 46.5 | - |
| YUV | 162.89 | 135.96 | 135.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 155 | 177 | 0.02 | 0.12 | 0 | 0.31 | 289.09 | 0.12 | 0.65 |
| Hex | AD | 9B | B1 | 2 | C | 0 | 1F | 121 | C | 41 |
| Octal | 255 | 233 | 261 | 2 | 14 | 0 | 37 | 441 | 14 | 101 |
| Binary | 10101101 | 10011011 | 10110001 | 10 | 1100 | 0 | 11111 | 100100001 | 1100 | 1000001 |
Color Harmonies of #AD9BB1
Complementary color
Monochromatic Colors of #AD9BB1
Black with #AD9BB1
Text Example
Text Example
White with #AD9BB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9BB1; }
p { color: rgb(173,155,177); }
H1.HeaderClassName
{
color: #AD9BB1;
}
.AnyTagClassName
{
color: #AD9BB1;
}
</style>
background-color css
<style>
a { background-color: #AD9BB1; }
a { background-color: rgb(173,155,177); }
div.DivClassName
{
background-color: #AD9BB1;
}
.BgClassName
{
background-color: #AD9BB1;
}
</style>
border-color css
<style>
span { border-color: #AD9BB1; }
span { border-color: rgb(173,155,177); }
td.TdClassName
{
border-color: #AD9BB1;
}
.TagClassName
{
border-color: #AD9BB1;
}
</style>