Shades of Caper #ADCB87
Tints of Caper #ADCB87
RGB
CMYK
RGB Variations
Color information
#ADCB87 (or 0xADCB87) is known color: Caper. HEX triplet: AD, CB and 87. RGB value is (173,203,135). Sum of RGB (Red+Green+Blue) = 173+203+135=511 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.86% from 511); Green value is 203 (79.69% from 255 or 39.73% from 511); Blue value is 135 (53.12% from 255 or 26.42% from 511); Max value from RGB is 203 - color contains mainly: green. Hex color #ADCB87 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCB87 is #523478. Grayscale: #BABABA. Windows color (decimal): -5387385 or 8899501. OLE color: 8899501.
HSL color Cylindrical-coordinate representation of color #ADCB87: hue angle of 86.47º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ADCB87 is Cyan = 0.15, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 173 | 203 | 135 | - |
| CMYK | 0.15 | 0 | 0.33 | 0.20 |
| HSL | 86.47º | 0.4% | 0.66% | - |
| HSV(B) | 86.47º | 0.33% | 0.8% | - |
| XYZ | 42.96 | 53.35 | 30.95 | - |
| YUV | 186.28 | 99.06 | 118.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 203 | 135 | 0.15 | 0 | 0.33 | 0.20 | 86.47 | 0.4 | 0.66 |
| Hex | AD | CB | 87 | F | 0 | 21 | 14 | 56 | 28 | 42 |
| Octal | 255 | 313 | 207 | 17 | 0 | 41 | 24 | 126 | 50 | 102 |
| Binary | 10101101 | 11001011 | 10000111 | 1111 | 0 | 100001 | 10100 | 1010110 | 101000 | 1000010 |
Color Harmonies of #ADCB87
Complementary color
Monochromatic Colors of #ADCB87
Black with #ADCB87
Text Example
Text Example
White with #ADCB87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCB87; }
p { color: rgb(173,203,135); }
H1.HeaderClassName
{
color: #ADCB87;
}
.AnyTagClassName
{
color: #ADCB87;
}
</style>
background-color css
<style>
a { background-color: #ADCB87; }
a { background-color: rgb(173,203,135); }
div.DivClassName
{
background-color: #ADCB87;
}
.BgClassName
{
background-color: #ADCB87;
}
</style>
border-color css
<style>
span { border-color: #ADCB87; }
span { border-color: rgb(173,203,135); }
td.TdClassName
{
border-color: #ADCB87;
}
.TagClassName
{
border-color: #ADCB87;
}
</style>