Shades of Caper #ADCC86
Tints of Caper #ADCC86
RGB
CMYK
RGB Variations
Color information
#ADCC86 (or 0xADCC86) is known color: Caper. HEX triplet: AD, CC and 86. RGB value is (173,204,134). Sum of RGB (Red+Green+Blue) = 173+204+134=511 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.86% from 511); Green value is 204 (80.08% from 255 or 39.92% from 511); Blue value is 134 (52.73% from 255 or 26.22% from 511); Max value from RGB is 204 - color contains mainly: green. Hex color #ADCC86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCC86 is #523379. Grayscale: #BBBBBB. Windows color (decimal): -5387130 or 8834221. OLE color: 8834221.
HSL color Cylindrical-coordinate representation of color #ADCC86: hue angle of 86.57º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ADCC86 is Cyan = 0.15, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 173 | 204 | 134 | - |
| CMYK | 0.15 | 0 | 0.34 | 0.2 |
| HSL | 86.57º | 0.41% | 0.66% | - |
| HSV(B) | 86.57º | 0.34% | 0.8% | - |
| XYZ | 43.13 | 53.79 | 30.66 | - |
| YUV | 186.75 | 98.23 | 118.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 204 | 134 | 0.15 | 0 | 0.34 | 0.2 | 86.57 | 0.41 | 0.66 |
| Hex | AD | CC | 86 | F | 0 | 22 | 14 | 57 | 29 | 42 |
| Octal | 255 | 314 | 206 | 17 | 0 | 42 | 24 | 127 | 51 | 102 |
| Binary | 10101101 | 11001100 | 10000110 | 1111 | 0 | 100010 | 10100 | 1010111 | 101001 | 1000010 |
Color Harmonies of #ADCC86
Complementary color
Monochromatic Colors of #ADCC86
Black with #ADCC86
Text Example
Text Example
White with #ADCC86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCC86; }
p { color: rgb(173,204,134); }
H1.HeaderClassName
{
color: #ADCC86;
}
.AnyTagClassName
{
color: #ADCC86;
}
</style>
background-color css
<style>
a { background-color: #ADCC86; }
a { background-color: rgb(173,204,134); }
div.DivClassName
{
background-color: #ADCC86;
}
.BgClassName
{
background-color: #ADCC86;
}
</style>
border-color css
<style>
span { border-color: #ADCC86; }
span { border-color: rgb(173,204,134); }
td.TdClassName
{
border-color: #ADCC86;
}
.TagClassName
{
border-color: #ADCC86;
}
</style>