Shades of Caper #ADB87C
Tints of Caper #ADB87C
RGB
CMYK
RGB Variations
Color information
#ADB87C (or 0xADB87C) is known color: Caper. HEX triplet: AD, B8 and 7C. RGB value is (173,184,124). Sum of RGB (Red+Green+Blue) = 173+184+124=481 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.97% from 481); Green value is 184 (72.27% from 255 or 38.25% from 481); Blue value is 124 (48.83% from 255 or 25.78% from 481); Max value from RGB is 184 - color contains mainly: green. Hex color #ADB87C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB87C is #524783. Grayscale: #AEAEAE. Windows color (decimal): -5392260 or 8173741. OLE color: 8173741.
HSL color Cylindrical-coordinate representation of color #ADB87C: hue angle of 71º degrees, saturation: 0.3, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ADB87C is Cyan = 0.06, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 173 | 184 | 124 | - |
| CMYK | 0.06 | 0 | 0.33 | 0.28 |
| HSL | 71º | 0.3% | 0.6% | - |
| HSV(B) | 71º | 0.33% | 0.72% | - |
| XYZ | 38.01 | 44.62 | 25.68 | - |
| YUV | 173.87 | 99.86 | 127.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 184 | 124 | 0.06 | 0 | 0.33 | 0.28 | 71 | 0.3 | 0.6 |
| Hex | AD | B8 | 7C | 6 | 0 | 21 | 1C | 47 | 1E | 3C |
| Octal | 255 | 270 | 174 | 6 | 0 | 41 | 34 | 107 | 36 | 74 |
| Binary | 10101101 | 10111000 | 1111100 | 110 | 0 | 100001 | 11100 | 1000111 | 11110 | 111100 |
Color Harmonies of #ADB87C
Complementary color
Monochromatic Colors of #ADB87C
Black with #ADB87C
Text Example
Text Example
White with #ADB87C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB87C; }
p { color: rgb(173,184,124); }
H1.HeaderClassName
{
color: #ADB87C;
}
.AnyTagClassName
{
color: #ADB87C;
}
</style>
background-color css
<style>
a { background-color: #ADB87C; }
a { background-color: rgb(173,184,124); }
div.DivClassName
{
background-color: #ADB87C;
}
.BgClassName
{
background-color: #ADB87C;
}
</style>
border-color css
<style>
span { border-color: #ADB87C; }
span { border-color: rgb(173,184,124); }
td.TdClassName
{
border-color: #ADB87C;
}
.TagClassName
{
border-color: #ADB87C;
}
</style>