Shades of Caper #ADB978
Tints of Caper #ADB978
RGB
CMYK
RGB Variations
Color information
#ADB978 (or 0xADB978) is known color: Caper. HEX triplet: AD, B9 and 78. RGB value is (173,185,120). Sum of RGB (Red+Green+Blue) = 173+185+120=478 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.19% from 478); Green value is 185 (72.66% from 255 or 38.70% from 478); Blue value is 120 (47.27% from 255 or 25.10% from 478); Max value from RGB is 185 - color contains mainly: green. Hex color #ADB978 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB978 is #524687. Grayscale: #AEAEAE. Windows color (decimal): -5392008 or 7911853. OLE color: 7911853.
HSL color Cylindrical-coordinate representation of color #ADB978: hue angle of 71.08º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #ADB978 is Cyan = 0.06, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 185 | 120 | - |
| CMYK | 0.06 | 0 | 0.35 | 0.27 |
| HSL | 71.08º | 0.32% | 0.6% | - |
| HSV(B) | 71.08º | 0.35% | 0.73% | - |
| XYZ | 37.97 | 44.94 | 24.44 | - |
| YUV | 174 | 97.52 | 127.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 185 | 120 | 0.06 | 0 | 0.35 | 0.27 | 71.08 | 0.32 | 0.6 |
| Hex | AD | B9 | 78 | 6 | 0 | 23 | 1B | 47 | 20 | 3C |
| Octal | 255 | 271 | 170 | 6 | 0 | 43 | 33 | 107 | 40 | 74 |
| Binary | 10101101 | 10111001 | 1111000 | 110 | 0 | 100011 | 11011 | 1000111 | 100000 | 111100 |
Color Harmonies of #ADB978
Complementary color
Monochromatic Colors of #ADB978
Black with #ADB978
Text Example
Text Example
White with #ADB978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB978; }
p { color: rgb(173,185,120); }
H1.HeaderClassName
{
color: #ADB978;
}
.AnyTagClassName
{
color: #ADB978;
}
</style>
background-color css
<style>
a { background-color: #ADB978; }
a { background-color: rgb(173,185,120); }
div.DivClassName
{
background-color: #ADB978;
}
.BgClassName
{
background-color: #ADB978;
}
</style>
border-color css
<style>
span { border-color: #ADB978; }
span { border-color: rgb(173,185,120); }
td.TdClassName
{
border-color: #ADB978;
}
.TagClassName
{
border-color: #ADB978;
}
</style>