Shades of Chatelle #ADABB0
Tints of Chatelle #ADABB0
RGB
CMYK
RGB Variations
Color information
#ADABB0 (or 0xADABB0) is known color: Chatelle. HEX triplet: AD, AB and B0. RGB value is (173,171,176). Sum of RGB (Red+Green+Blue) = 173+171+176=520 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.27% from 520); Green value is 171 (67.19% from 255 or 32.88% from 520); Blue value is 176 (69.14% from 255 or 33.85% from 520); Max value from RGB is 176 - color contains mainly: blue. Hex color #ADABB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADABB0 is #52544F. Grayscale: #ACACAC. Windows color (decimal): -5395536 or 11578285. OLE color: 11578285.
HSL color Cylindrical-coordinate representation of color #ADABB0: hue angle of 264º degrees, saturation: 0.03, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #ADABB0 is Cyan = 0.02, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
RGB | 173 | 171 | 176 | - |
CMYK | 0.02 | 0.03 | 0 | 0.31 |
HSL | 264º | 0.03% | 0.68% | - |
HSV(B) | 264º | 0.03% | 0.69% | - |
XYZ | 39.63 | 41.14 | 46.93 | - |
YUV | 172.17 | 130.16 | 128.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 171 | 176 | 0.02 | 0.03 | 0 | 0.31 | 264 | 0.03 | 0.68 |
Hex | AD | AB | B0 | 2 | 3 | 0 | 1F | 108 | 3 | 44 |
Octal | 255 | 253 | 260 | 2 | 3 | 0 | 37 | 410 | 3 | 104 |
Binary | 10101101 | 10101011 | 10110000 | 10 | 11 | 0 | 11111 | 100001000 | 11 | 1000100 |
Color Harmonies of #ADABB0
Complementary color
Monochromatic Colors of #ADABB0
Black with #ADABB0
Text Example
Text Example
White with #ADABB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADABB0; }
p { color: rgb(173,171,176); }
H1.HeaderClassName
{
color: #ADABB0;
}
.AnyTagClassName
{
color: #ADABB0;
}
</style>
background-color css
<style>
a { background-color: #ADABB0; }
a { background-color: rgb(173,171,176); }
div.DivClassName
{
background-color: #ADABB0;
}
.BgClassName
{
background-color: #ADABB0;
}
</style>
border-color css
<style>
span { border-color: #ADABB0; }
span { border-color: rgb(173,171,176); }
td.TdClassName
{
border-color: #ADABB0;
}
.TagClassName
{
border-color: #ADABB0;
}
</style>