Shades of Caper #ADB87F
Tints of Caper #ADB87F
RGB
CMYK
RGB Variations
Color information
#ADB87F (or 0xADB87F) is known color: Caper. HEX triplet: AD, B8 and 7F. RGB value is (173,184,127). Sum of RGB (Red+Green+Blue) = 173+184+127=484 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.74% from 484); Green value is 184 (72.27% from 255 or 38.02% from 484); Blue value is 127 (50% from 255 or 26.24% from 484); Max value from RGB is 184 - color contains mainly: green. Hex color #ADB87F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB87F is #524780. Grayscale: #AEAEAE. Windows color (decimal): -5392257 or 8370349. OLE color: 8370349.
HSL color Cylindrical-coordinate representation of color #ADB87F: hue angle of 71.58º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ADB87F is Cyan = 0.06, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 173 | 184 | 127 | - |
| CMYK | 0.06 | 0 | 0.31 | 0.28 |
| HSL | 71.58º | 0.29% | 0.61% | - |
| HSV(B) | 71.58º | 0.31% | 0.72% | - |
| XYZ | 38.2 | 44.7 | 26.69 | - |
| YUV | 174.21 | 101.36 | 127.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 184 | 127 | 0.06 | 0 | 0.31 | 0.28 | 71.58 | 0.29 | 0.61 |
| Hex | AD | B8 | 7F | 6 | 0 | 1F | 1C | 48 | 1D | 3D |
| Octal | 255 | 270 | 177 | 6 | 0 | 37 | 34 | 110 | 35 | 75 |
| Binary | 10101101 | 10111000 | 1111111 | 110 | 0 | 11111 | 11100 | 1001000 | 11101 | 111101 |
Color Harmonies of #ADB87F
Complementary color
Monochromatic Colors of #ADB87F
Black with #ADB87F
Text Example
Text Example
White with #ADB87F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB87F; }
p { color: rgb(173,184,127); }
H1.HeaderClassName
{
color: #ADB87F;
}
.AnyTagClassName
{
color: #ADB87F;
}
</style>
background-color css
<style>
a { background-color: #ADB87F; }
a { background-color: rgb(173,184,127); }
div.DivClassName
{
background-color: #ADB87F;
}
.BgClassName
{
background-color: #ADB87F;
}
</style>
border-color css
<style>
span { border-color: #ADB87F; }
span { border-color: rgb(173,184,127); }
td.TdClassName
{
border-color: #ADB87F;
}
.TagClassName
{
border-color: #ADB87F;
}
</style>