Shades of Caper #ADB982
Tints of Caper #ADB982
RGB
CMYK
RGB Variations
Color information
#ADB982 (or 0xADB982) is known color: Caper. HEX triplet: AD, B9 and 82. RGB value is (173,185,130). Sum of RGB (Red+Green+Blue) = 173+185+130=488 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.45% from 488); Green value is 185 (72.66% from 255 or 37.91% from 488); Blue value is 130 (51.17% from 255 or 26.64% from 488); Max value from RGB is 185 - color contains mainly: green. Hex color #ADB982 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB982 is #52467D. Grayscale: #AFAFAF. Windows color (decimal): -5391998 or 8567213. OLE color: 8567213.
HSL color Cylindrical-coordinate representation of color #ADB982: hue angle of 73.09º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ADB982 is Cyan = 0.06, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 185 | 130 | - |
| CMYK | 0.06 | 0 | 0.30 | 0.27 |
| HSL | 73.09º | 0.28% | 0.62% | - |
| HSV(B) | 73.09º | 0.3% | 0.73% | - |
| XYZ | 38.61 | 45.19 | 27.81 | - |
| YUV | 175.14 | 102.52 | 126.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 185 | 130 | 0.06 | 0 | 0.30 | 0.27 | 73.09 | 0.28 | 0.62 |
| Hex | AD | B9 | 82 | 6 | 0 | 1E | 1B | 49 | 1C | 3E |
| Octal | 255 | 271 | 202 | 6 | 0 | 36 | 33 | 111 | 34 | 76 |
| Binary | 10101101 | 10111001 | 10000010 | 110 | 0 | 11110 | 11011 | 1001001 | 11100 | 111110 |
Color Harmonies of #ADB982
Complementary color
Monochromatic Colors of #ADB982
Black with #ADB982
Text Example
Text Example
White with #ADB982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB982; }
p { color: rgb(173,185,130); }
H1.HeaderClassName
{
color: #ADB982;
}
.AnyTagClassName
{
color: #ADB982;
}
</style>
background-color css
<style>
a { background-color: #ADB982; }
a { background-color: rgb(173,185,130); }
div.DivClassName
{
background-color: #ADB982;
}
.BgClassName
{
background-color: #ADB982;
}
</style>
border-color css
<style>
span { border-color: #ADB982; }
span { border-color: rgb(173,185,130); }
td.TdClassName
{
border-color: #ADB982;
}
.TagClassName
{
border-color: #ADB982;
}
</style>