Shades of Heather #ADB9C0
Tints of Heather #ADB9C0
RGB
CMYK
RGB Variations
Color information
#ADB9C0 (or 0xADB9C0) is known color: Heather. HEX triplet: AD, B9 and C0. RGB value is (173,185,192). Sum of RGB (Red+Green+Blue) = 173+185+192=550 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.45% from 550); Green value is 185 (72.66% from 255 or 33.64% from 550); Blue value is 192 (75.39% from 255 or 34.91% from 550); Max value from RGB is 192 - color contains mainly: blue. Hex color #ADB9C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADB9C0 is #52463F. Grayscale: #B6B6B6. Windows color (decimal): -5391936 or 12630445. OLE color: 12630445.
HSL color Cylindrical-coordinate representation of color #ADB9C0: hue angle of 202.11º 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 #ADB9C0 is Cyan = 0.10, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 173 | 185 | 192 | - |
| CMYK | 0.10 | 0.04 | 0 | 0.25 |
| HSL | 202.11º | 0.13% | 0.72% | - |
| HSV(B) | 202.11º | 0.1% | 0.75% | - |
| XYZ | 44.1 | 47.39 | 56.69 | - |
| YUV | 182.21 | 133.52 | 121.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 185 | 192 | 0.10 | 0.04 | 0 | 0.25 | 202.11 | 0.13 | 0.72 |
| Hex | AD | B9 | C0 | A | 4 | 0 | 19 | CA | D | 48 |
| Octal | 255 | 271 | 300 | 12 | 4 | 0 | 31 | 312 | 15 | 110 |
| Binary | 10101101 | 10111001 | 11000000 | 1010 | 100 | 0 | 11001 | 11001010 | 1101 | 1001000 |
Color Harmonies of #ADB9C0
Complementary color
Monochromatic Colors of #ADB9C0
Black with #ADB9C0
Text Example
Text Example
White with #ADB9C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB9C0; }
p { color: rgb(173,185,192); }
H1.HeaderClassName
{
color: #ADB9C0;
}
.AnyTagClassName
{
color: #ADB9C0;
}
</style>
background-color css
<style>
a { background-color: #ADB9C0; }
a { background-color: rgb(173,185,192); }
div.DivClassName
{
background-color: #ADB9C0;
}
.BgClassName
{
background-color: #ADB9C0;
}
</style>
border-color css
<style>
span { border-color: #ADB9C0; }
span { border-color: rgb(173,185,192); }
td.TdClassName
{
border-color: #ADB9C0;
}
.TagClassName
{
border-color: #ADB9C0;
}
</style>