Shades of Caper #ADC686
Tints of Caper #ADC686
RGB
CMYK
RGB Variations
Color information
#ADC686 (or 0xADC686) is known color: Caper. HEX triplet: AD, C6 and 86. RGB value is (173,198,134). Sum of RGB (Red+Green+Blue) = 173+198+134=505 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.26% from 505); Green value is 198 (77.73% from 255 or 39.21% from 505); Blue value is 134 (52.73% from 255 or 26.53% from 505); Max value from RGB is 198 - color contains mainly: green. Hex color #ADC686 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC686 is #523979. Grayscale: #B7B7B7. Windows color (decimal): -5388666 or 8832685. OLE color: 8832685.
HSL color Cylindrical-coordinate representation of color #ADC686: hue angle of 83.44º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADC686 is Cyan = 0.13, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 173 | 198 | 134 | - |
| CMYK | 0.13 | 0 | 0.32 | 0.22 |
| HSL | 83.44º | 0.36% | 0.65% | - |
| HSV(B) | 83.44º | 0.32% | 0.78% | - |
| XYZ | 41.73 | 50.99 | 30.2 | - |
| YUV | 183.23 | 100.22 | 120.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 198 | 134 | 0.13 | 0 | 0.32 | 0.22 | 83.44 | 0.36 | 0.65 |
| Hex | AD | C6 | 86 | D | 0 | 20 | 16 | 53 | 24 | 41 |
| Octal | 255 | 306 | 206 | 15 | 0 | 40 | 26 | 123 | 44 | 101 |
| Binary | 10101101 | 11000110 | 10000110 | 1101 | 0 | 100000 | 10110 | 1010011 | 100100 | 1000001 |
Color Harmonies of #ADC686
Complementary color
Monochromatic Colors of #ADC686
Black with #ADC686
Text Example
Text Example
White with #ADC686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC686; }
p { color: rgb(173,198,134); }
H1.HeaderClassName
{
color: #ADC686;
}
.AnyTagClassName
{
color: #ADC686;
}
</style>
background-color css
<style>
a { background-color: #ADC686; }
a { background-color: rgb(173,198,134); }
div.DivClassName
{
background-color: #ADC686;
}
.BgClassName
{
background-color: #ADC686;
}
</style>
border-color css
<style>
span { border-color: #ADC686; }
span { border-color: rgb(173,198,134); }
td.TdClassName
{
border-color: #ADC686;
}
.TagClassName
{
border-color: #ADC686;
}
</style>