Shades of Heather #ADB7C0
Tints of Heather #ADB7C0
RGB
CMYK
RGB Variations
Color information
#ADB7C0 (or 0xADB7C0) is known color: Heather. HEX triplet: AD, B7 and C0. RGB value is (173,183,192). Sum of RGB (Red+Green+Blue) = 173+183+192=548 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.57% from 548); Green value is 183 (71.88% from 255 or 33.39% from 548); Blue value is 192 (75.39% from 255 or 35.04% from 548); Max value from RGB is 192 - color contains mainly: blue. Hex color #ADB7C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADB7C0 is #52483F. Grayscale: #B4B4B4. Windows color (decimal): -5392448 or 12629933. OLE color: 12629933.
HSL color Cylindrical-coordinate representation of color #ADB7C0: hue angle of 208.42º 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 #ADB7C0 is Cyan = 0.10, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 173 | 183 | 192 | - |
| CMYK | 0.10 | 0.05 | 0 | 0.25 |
| HSL | 208.42º | 0.13% | 0.72% | - |
| HSV(B) | 208.42º | 0.1% | 0.75% | - |
| XYZ | 43.68 | 46.56 | 56.55 | - |
| YUV | 181.04 | 134.19 | 122.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 183 | 192 | 0.10 | 0.05 | 0 | 0.25 | 208.42 | 0.13 | 0.72 |
| Hex | AD | B7 | C0 | A | 5 | 0 | 19 | D0 | D | 48 |
| Octal | 255 | 267 | 300 | 12 | 5 | 0 | 31 | 320 | 15 | 110 |
| Binary | 10101101 | 10110111 | 11000000 | 1010 | 101 | 0 | 11001 | 11010000 | 1101 | 1001000 |
Color Harmonies of #ADB7C0
Complementary color
Monochromatic Colors of #ADB7C0
Black with #ADB7C0
Text Example
Text Example
White with #ADB7C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB7C0; }
p { color: rgb(173,183,192); }
H1.HeaderClassName
{
color: #ADB7C0;
}
.AnyTagClassName
{
color: #ADB7C0;
}
</style>
background-color css
<style>
a { background-color: #ADB7C0; }
a { background-color: rgb(173,183,192); }
div.DivClassName
{
background-color: #ADB7C0;
}
.BgClassName
{
background-color: #ADB7C0;
}
</style>
border-color css
<style>
span { border-color: #ADB7C0; }
span { border-color: rgb(173,183,192); }
td.TdClassName
{
border-color: #ADB7C0;
}
.TagClassName
{
border-color: #ADB7C0;
}
</style>