Shades of Caper #ADB887
Tints of Caper #ADB887
RGB
CMYK
RGB Variations
Color information
#ADB887 (or 0xADB887) is known color: Caper. HEX triplet: AD, B8 and 87. RGB value is (173,184,135). Sum of RGB (Red+Green+Blue) = 173+184+135=492 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.16% from 492); Green value is 184 (72.27% from 255 or 37.40% from 492); Blue value is 135 (53.12% from 255 or 27.44% from 492); Max value from RGB is 184 - color contains mainly: green. Hex color #ADB887 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB887 is #524778. Grayscale: #AFAFAF. Windows color (decimal): -5392249 or 8894637. OLE color: 8894637.
HSL color Cylindrical-coordinate representation of color #ADB887: hue angle of 73.47º degrees, saturation: 0.26, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ADB887 is Cyan = 0.06, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 173 | 184 | 135 | - |
| CMYK | 0.06 | 0 | 0.27 | 0.28 |
| HSL | 73.47º | 0.26% | 0.63% | - |
| HSV(B) | 73.47º | 0.27% | 0.72% | - |
| XYZ | 38.75 | 44.91 | 29.55 | - |
| YUV | 175.13 | 105.36 | 126.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 184 | 135 | 0.06 | 0 | 0.27 | 0.28 | 73.47 | 0.26 | 0.63 |
| Hex | AD | B8 | 87 | 6 | 0 | 1B | 1C | 49 | 1A | 3F |
| Octal | 255 | 270 | 207 | 6 | 0 | 33 | 34 | 111 | 32 | 77 |
| Binary | 10101101 | 10111000 | 10000111 | 110 | 0 | 11011 | 11100 | 1001001 | 11010 | 111111 |
Color Harmonies of #ADB887
Complementary color
Monochromatic Colors of #ADB887
Black with #ADB887
Text Example
Text Example
White with #ADB887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB887; }
p { color: rgb(173,184,135); }
H1.HeaderClassName
{
color: #ADB887;
}
.AnyTagClassName
{
color: #ADB887;
}
</style>
background-color css
<style>
a { background-color: #ADB887; }
a { background-color: rgb(173,184,135); }
div.DivClassName
{
background-color: #ADB887;
}
.BgClassName
{
background-color: #ADB887;
}
</style>
border-color css
<style>
span { border-color: #ADB887; }
span { border-color: rgb(173,184,135); }
td.TdClassName
{
border-color: #ADB887;
}
.TagClassName
{
border-color: #ADB887;
}
</style>