Shades of Caper #ADBB86
Tints of Caper #ADBB86
RGB
CMYK
RGB Variations
Color information
#ADBB86 (or 0xADBB86) is known color: Caper. HEX triplet: AD, BB and 86. RGB value is (173,187,134). Sum of RGB (Red+Green+Blue) = 173+187+134=494 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.02% from 494); Green value is 187 (73.44% from 255 or 37.85% from 494); Blue value is 134 (52.73% from 255 or 27.13% from 494); Max value from RGB is 187 - color contains mainly: green. Hex color #ADBB86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBB86 is #524479. Grayscale: #B0B0B0. Windows color (decimal): -5391482 or 8829869. OLE color: 8829869.
HSL color Cylindrical-coordinate representation of color #ADBB86: hue angle of 75.85º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ADBB86 is Cyan = 0.07, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 187 | 134 | - |
| CMYK | 0.07 | 0 | 0.28 | 0.27 |
| HSL | 75.85º | 0.28% | 0.63% | - |
| HSV(B) | 75.85º | 0.28% | 0.73% | - |
| XYZ | 39.31 | 46.15 | 29.39 | - |
| YUV | 176.77 | 103.86 | 125.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 187 | 134 | 0.07 | 0 | 0.28 | 0.27 | 75.85 | 0.28 | 0.63 |
| Hex | AD | BB | 86 | 7 | 0 | 1C | 1B | 4C | 1C | 3F |
| Octal | 255 | 273 | 206 | 7 | 0 | 34 | 33 | 114 | 34 | 77 |
| Binary | 10101101 | 10111011 | 10000110 | 111 | 0 | 11100 | 11011 | 1001100 | 11100 | 111111 |
Color Harmonies of #ADBB86
Complementary color
Monochromatic Colors of #ADBB86
Black with #ADBB86
Text Example
Text Example
White with #ADBB86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBB86; }
p { color: rgb(173,187,134); }
H1.HeaderClassName
{
color: #ADBB86;
}
.AnyTagClassName
{
color: #ADBB86;
}
</style>
background-color css
<style>
a { background-color: #ADBB86; }
a { background-color: rgb(173,187,134); }
div.DivClassName
{
background-color: #ADBB86;
}
.BgClassName
{
background-color: #ADBB86;
}
</style>
border-color css
<style>
span { border-color: #ADBB86; }
span { border-color: rgb(173,187,134); }
td.TdClassName
{
border-color: #ADBB86;
}
.TagClassName
{
border-color: #ADBB86;
}
</style>