Shades of Caper #ADB972
Tints of Caper #ADB972
RGB
CMYK
RGB Variations
Color information
#ADB972 (or 0xADB972) is known color: Caper. HEX triplet: AD, B9 and 72. RGB value is (173,185,114). Sum of RGB (Red+Green+Blue) = 173+185+114=472 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.65% from 472); Green value is 185 (72.66% from 255 or 39.19% from 472); Blue value is 114 (44.92% from 255 or 24.15% from 472); Max value from RGB is 185 - color contains mainly: green. Hex color #ADB972 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB972 is #52468D. Grayscale: #ADADAD. Windows color (decimal): -5392014 or 7518637. OLE color: 7518637.
HSL color Cylindrical-coordinate representation of color #ADB972: hue angle of 70.14º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ADB972 is Cyan = 0.06, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 185 | 114 | - |
| CMYK | 0.06 | 0 | 0.38 | 0.27 |
| HSL | 70.14º | 0.34% | 0.59% | - |
| HSV(B) | 70.14º | 0.38% | 0.73% | - |
| XYZ | 37.62 | 44.8 | 22.58 | - |
| YUV | 173.32 | 94.52 | 127.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 185 | 114 | 0.06 | 0 | 0.38 | 0.27 | 70.14 | 0.34 | 0.59 |
| Hex | AD | B9 | 72 | 6 | 0 | 26 | 1B | 46 | 22 | 3B |
| Octal | 255 | 271 | 162 | 6 | 0 | 46 | 33 | 106 | 42 | 73 |
| Binary | 10101101 | 10111001 | 1110010 | 110 | 0 | 100110 | 11011 | 1000110 | 100010 | 111011 |
Color Harmonies of #ADB972
Complementary color
Monochromatic Colors of #ADB972
Black with #ADB972
Text Example
Text Example
White with #ADB972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB972; }
p { color: rgb(173,185,114); }
H1.HeaderClassName
{
color: #ADB972;
}
.AnyTagClassName
{
color: #ADB972;
}
</style>
background-color css
<style>
a { background-color: #ADB972; }
a { background-color: rgb(173,185,114); }
div.DivClassName
{
background-color: #ADB972;
}
.BgClassName
{
background-color: #ADB972;
}
</style>
border-color css
<style>
span { border-color: #ADB972; }
span { border-color: rgb(173,185,114); }
td.TdClassName
{
border-color: #ADB972;
}
.TagClassName
{
border-color: #ADB972;
}
</style>