Shades of Caper #ADB970
Tints of Caper #ADB970
RGB
CMYK
RGB Variations
Color information
#ADB970 (or 0xADB970) is known color: Caper. HEX triplet: AD, B9 and 70. RGB value is (173,185,112). Sum of RGB (Red+Green+Blue) = 173+185+112=470 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.81% from 470); Green value is 185 (72.66% from 255 or 39.36% from 470); Blue value is 112 (44.14% from 255 or 23.83% from 470); Max value from RGB is 185 - color contains mainly: green. Hex color #ADB970 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB970 is #52468F. Grayscale: #ADADAD. Windows color (decimal): -5392016 or 7387565. OLE color: 7387565.
HSL color Cylindrical-coordinate representation of color #ADB970: hue angle of 69.86º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #ADB970 is Cyan = 0.06, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 185 | 112 | - |
| CMYK | 0.06 | 0 | 0.39 | 0.27 |
| HSL | 69.86º | 0.34% | 0.58% | - |
| HSV(B) | 69.86º | 0.39% | 0.73% | - |
| XYZ | 37.51 | 44.75 | 21.99 | - |
| YUV | 173.09 | 93.52 | 127.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 185 | 112 | 0.06 | 0 | 0.39 | 0.27 | 69.86 | 0.34 | 0.58 |
| Hex | AD | B9 | 70 | 6 | 0 | 27 | 1B | 46 | 22 | 3A |
| Octal | 255 | 271 | 160 | 6 | 0 | 47 | 33 | 106 | 42 | 72 |
| Binary | 10101101 | 10111001 | 1110000 | 110 | 0 | 100111 | 11011 | 1000110 | 100010 | 111010 |
Color Harmonies of #ADB970
Complementary color
Monochromatic Colors of #ADB970
Black with #ADB970
Text Example
Text Example
White with #ADB970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB970; }
p { color: rgb(173,185,112); }
H1.HeaderClassName
{
color: #ADB970;
}
.AnyTagClassName
{
color: #ADB970;
}
</style>
background-color css
<style>
a { background-color: #ADB970; }
a { background-color: rgb(173,185,112); }
div.DivClassName
{
background-color: #ADB970;
}
.BgClassName
{
background-color: #ADB970;
}
</style>
border-color css
<style>
span { border-color: #ADB970; }
span { border-color: rgb(173,185,112); }
td.TdClassName
{
border-color: #ADB970;
}
.TagClassName
{
border-color: #ADB970;
}
</style>