Shades of Caper #ADB87B
Tints of Caper #ADB87B
RGB
CMYK
RGB Variations
Color information
#ADB87B (or 0xADB87B) is known color: Caper. HEX triplet: AD, B8 and 7B. RGB value is (173,184,123). Sum of RGB (Red+Green+Blue) = 173+184+123=480 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.04% from 480); Green value is 184 (72.27% from 255 or 38.33% from 480); Blue value is 123 (48.44% from 255 or 25.62% from 480); Max value from RGB is 184 - color contains mainly: green. Hex color #ADB87B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB87B is #524784. Grayscale: #ADADAD. Windows color (decimal): -5392261 or 8108205. OLE color: 8108205.
HSL color Cylindrical-coordinate representation of color #ADB87B: hue angle of 70.82º 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 #ADB87B is Cyan = 0.06, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 173 | 184 | 123 | - |
| CMYK | 0.06 | 0 | 0.33 | 0.28 |
| HSL | 70.82º | 0.3% | 0.6% | - |
| HSV(B) | 70.82º | 0.33% | 0.72% | - |
| XYZ | 37.95 | 44.6 | 25.35 | - |
| YUV | 173.76 | 99.36 | 127.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 184 | 123 | 0.06 | 0 | 0.33 | 0.28 | 70.82 | 0.3 | 0.6 |
| Hex | AD | B8 | 7B | 6 | 0 | 21 | 1C | 47 | 1E | 3C |
| Octal | 255 | 270 | 173 | 6 | 0 | 41 | 34 | 107 | 36 | 74 |
| Binary | 10101101 | 10111000 | 1111011 | 110 | 0 | 100001 | 11100 | 1000111 | 11110 | 111100 |
Color Harmonies of #ADB87B
Complementary color
Monochromatic Colors of #ADB87B
Black with #ADB87B
Text Example
Text Example
White with #ADB87B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB87B; }
p { color: rgb(173,184,123); }
H1.HeaderClassName
{
color: #ADB87B;
}
.AnyTagClassName
{
color: #ADB87B;
}
</style>
background-color css
<style>
a { background-color: #ADB87B; }
a { background-color: rgb(173,184,123); }
div.DivClassName
{
background-color: #ADB87B;
}
.BgClassName
{
background-color: #ADB87B;
}
</style>
border-color css
<style>
span { border-color: #ADB87B; }
span { border-color: rgb(173,184,123); }
td.TdClassName
{
border-color: #ADB87B;
}
.TagClassName
{
border-color: #ADB87B;
}
</style>