Shades of Chatelle #ADA0B8
Tints of Chatelle #ADA0B8
RGB
CMYK
RGB Variations
Color information
#ADA0B8 (or 0xADA0B8) is known color: Chatelle. HEX triplet: AD, A0 and B8. RGB value is (173,160,184). Sum of RGB (Red+Green+Blue) = 173+160+184=517 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.46% from 517); Green value is 160 (62.89% from 255 or 30.95% from 517); Blue value is 184 (72.27% from 255 or 35.59% from 517); Max value from RGB is 184 - color contains mainly: blue. Hex color #ADA0B8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA0B8 is #525F47. Grayscale: #A6A6A6. Windows color (decimal): -5398344 or 12099757. OLE color: 12099757.
HSL color Cylindrical-coordinate representation of color #ADA0B8: hue angle of 272.5º degrees, saturation: 0.14, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ADA0B8 is Cyan = 0.06, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 173 | 160 | 184 | - |
| CMYK | 0.06 | 0.13 | 0 | 0.28 |
| HSL | 272.5º | 0.14% | 0.67% | - |
| HSV(B) | 272.5º | 0.13% | 0.72% | - |
| XYZ | 38.46 | 37.49 | 50.56 | - |
| YUV | 166.62 | 137.81 | 132.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 160 | 184 | 0.06 | 0.13 | 0 | 0.28 | 272.5 | 0.14 | 0.67 |
| Hex | AD | A0 | B8 | 6 | D | 0 | 1C | 110 | E | 43 |
| Octal | 255 | 240 | 270 | 6 | 15 | 0 | 34 | 420 | 16 | 103 |
| Binary | 10101101 | 10100000 | 10111000 | 110 | 1101 | 0 | 11100 | 100010000 | 1110 | 1000011 |
Color Harmonies of #ADA0B8
Complementary color
Monochromatic Colors of #ADA0B8
Black with #ADA0B8
Text Example
Text Example
White with #ADA0B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA0B8; }
p { color: rgb(173,160,184); }
H1.HeaderClassName
{
color: #ADA0B8;
}
.AnyTagClassName
{
color: #ADA0B8;
}
</style>
background-color css
<style>
a { background-color: #ADA0B8; }
a { background-color: rgb(173,160,184); }
div.DivClassName
{
background-color: #ADA0B8;
}
.BgClassName
{
background-color: #ADA0B8;
}
</style>
border-color css
<style>
span { border-color: #ADA0B8; }
span { border-color: rgb(173,160,184); }
td.TdClassName
{
border-color: #ADA0B8;
}
.TagClassName
{
border-color: #ADA0B8;
}
</style>