Shades of Caper #ADBD86
Tints of Caper #ADBD86
RGB
CMYK
RGB Variations
Color information
#ADBD86 (or 0xADBD86) is known color: Caper. HEX triplet: AD, BD and 86. RGB value is (173,189,134). Sum of RGB (Red+Green+Blue) = 173+189+134=496 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.88% from 496); Green value is 189 (74.22% from 255 or 38.10% from 496); Blue value is 134 (52.73% from 255 or 27.02% from 496); Max value from RGB is 189 - color contains mainly: green. Hex color #ADBD86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBD86 is #524279. Grayscale: #B2B2B2. Windows color (decimal): -5390970 or 8830381. OLE color: 8830381.
HSL color Cylindrical-coordinate representation of color #ADBD86: hue angle of 77.45º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ADBD86 is Cyan = 0.08, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 173 | 189 | 134 | - |
| CMYK | 0.08 | 0 | 0.29 | 0.26 |
| HSL | 77.45º | 0.29% | 0.63% | - |
| HSV(B) | 77.45º | 0.29% | 0.74% | - |
| XYZ | 39.73 | 47 | 29.53 | - |
| YUV | 177.95 | 103.2 | 124.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 189 | 134 | 0.08 | 0 | 0.29 | 0.26 | 77.45 | 0.29 | 0.63 |
| Hex | AD | BD | 86 | 8 | 0 | 1D | 1A | 4D | 1D | 3F |
| Octal | 255 | 275 | 206 | 10 | 0 | 35 | 32 | 115 | 35 | 77 |
| Binary | 10101101 | 10111101 | 10000110 | 1000 | 0 | 11101 | 11010 | 1001101 | 11101 | 111111 |
Color Harmonies of #ADBD86
Complementary color
Monochromatic Colors of #ADBD86
Black with #ADBD86
Text Example
Text Example
White with #ADBD86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBD86; }
p { color: rgb(173,189,134); }
H1.HeaderClassName
{
color: #ADBD86;
}
.AnyTagClassName
{
color: #ADBD86;
}
</style>
background-color css
<style>
a { background-color: #ADBD86; }
a { background-color: rgb(173,189,134); }
div.DivClassName
{
background-color: #ADBD86;
}
.BgClassName
{
background-color: #ADBD86;
}
</style>
border-color css
<style>
span { border-color: #ADBD86; }
span { border-color: rgb(173,189,134); }
td.TdClassName
{
border-color: #ADBD86;
}
.TagClassName
{
border-color: #ADBD86;
}
</style>