Shades of Caper #ADC685
Tints of Caper #ADC685
RGB
CMYK
RGB Variations
Color information
#ADC685 (or 0xADC685) is known color: Caper. HEX triplet: AD, C6 and 85. RGB value is (173,198,133). Sum of RGB (Red+Green+Blue) = 173+198+133=504 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.33% from 504); Green value is 198 (77.73% from 255 or 39.29% from 504); Blue value is 133 (52.34% from 255 or 26.39% from 504); Max value from RGB is 198 - color contains mainly: green. Hex color #ADC685 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC685 is #52397A. Grayscale: #B7B7B7. Windows color (decimal): -5388667 or 8767149. OLE color: 8767149.
HSL color Cylindrical-coordinate representation of color #ADC685: hue angle of 83.08º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ADC685 is Cyan = 0.13, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 173 | 198 | 133 | - |
| CMYK | 0.13 | 0 | 0.33 | 0.22 |
| HSL | 83.08º | 0.36% | 0.65% | - |
| HSV(B) | 83.08º | 0.33% | 0.78% | - |
| XYZ | 41.66 | 50.97 | 29.83 | - |
| YUV | 183.12 | 99.72 | 120.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 198 | 133 | 0.13 | 0 | 0.33 | 0.22 | 83.08 | 0.36 | 0.65 |
| Hex | AD | C6 | 85 | D | 0 | 21 | 16 | 53 | 24 | 41 |
| Octal | 255 | 306 | 205 | 15 | 0 | 41 | 26 | 123 | 44 | 101 |
| Binary | 10101101 | 11000110 | 10000101 | 1101 | 0 | 100001 | 10110 | 1010011 | 100100 | 1000001 |
Color Harmonies of #ADC685
Complementary color
Monochromatic Colors of #ADC685
Black with #ADC685
Text Example
Text Example
White with #ADC685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC685; }
p { color: rgb(173,198,133); }
H1.HeaderClassName
{
color: #ADC685;
}
.AnyTagClassName
{
color: #ADC685;
}
</style>
background-color css
<style>
a { background-color: #ADC685; }
a { background-color: rgb(173,198,133); }
div.DivClassName
{
background-color: #ADC685;
}
.BgClassName
{
background-color: #ADC685;
}
</style>
border-color css
<style>
span { border-color: #ADC685; }
span { border-color: rgb(173,198,133); }
td.TdClassName
{
border-color: #ADC685;
}
.TagClassName
{
border-color: #ADC685;
}
</style>