Shades of Heather #ADB6C0
Tints of Heather #ADB6C0
RGB
CMYK
RGB Variations
Color information
#ADB6C0 (or 0xADB6C0) is known color: Heather. HEX triplet: AD, B6 and C0. RGB value is (173,182,192). Sum of RGB (Red+Green+Blue) = 173+182+192=547 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.63% from 547); Green value is 182 (71.48% from 255 or 33.27% from 547); Blue value is 192 (75.39% from 255 or 35.10% from 547); Max value from RGB is 192 - color contains mainly: blue. Hex color #ADB6C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADB6C0 is #52493F. Grayscale: #B4B4B4. Windows color (decimal): -5392704 or 12629677. OLE color: 12629677.
HSL color Cylindrical-coordinate representation of color #ADB6C0: hue angle of 211.58º degrees, saturation: 0.13, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ADB6C0 is Cyan = 0.10, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
RGB | 173 | 182 | 192 | - |
CMYK | 0.10 | 0.05 | 0 | 0.25 |
HSL | 211.58º | 0.13% | 0.72% | - |
HSV(B) | 211.58º | 0.1% | 0.75% | - |
XYZ | 43.48 | 46.15 | 56.48 | - |
YUV | 180.45 | 134.52 | 122.69 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 182 | 192 | 0.10 | 0.05 | 0 | 0.25 | 211.58 | 0.13 | 0.72 |
Hex | AD | B6 | C0 | A | 5 | 0 | 19 | D4 | D | 48 |
Octal | 255 | 266 | 300 | 12 | 5 | 0 | 31 | 324 | 15 | 110 |
Binary | 10101101 | 10110110 | 11000000 | 1010 | 101 | 0 | 11001 | 11010100 | 1101 | 1001000 |
Color Harmonies of #ADB6C0
Complementary color
Monochromatic Colors of #ADB6C0
Black with #ADB6C0
Text Example
Text Example
White with #ADB6C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB6C0; }
p { color: rgb(173,182,192); }
H1.HeaderClassName
{
color: #ADB6C0;
}
.AnyTagClassName
{
color: #ADB6C0;
}
</style>
background-color css
<style>
a { background-color: #ADB6C0; }
a { background-color: rgb(173,182,192); }
div.DivClassName
{
background-color: #ADB6C0;
}
.BgClassName
{
background-color: #ADB6C0;
}
</style>
border-color css
<style>
span { border-color: #ADB6C0; }
span { border-color: rgb(173,182,192); }
td.TdClassName
{
border-color: #ADB6C0;
}
.TagClassName
{
border-color: #ADB6C0;
}
</style>