Shades of Caper #ADB684
Tints of Caper #ADB684
RGB
CMYK
RGB Variations
Color information
#ADB684 (or 0xADB684) is known color: Caper. HEX triplet: AD, B6 and 84. RGB value is (173,182,132). Sum of RGB (Red+Green+Blue) = 173+182+132=487 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.52% from 487); Green value is 182 (71.48% from 255 or 37.37% from 487); Blue value is 132 (51.95% from 255 or 27.10% from 487); Max value from RGB is 182 - color contains mainly: green. Hex color #ADB684 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB684 is #52497B. Grayscale: #ADADAD. Windows color (decimal): -5392764 or 8697517. OLE color: 8697517.
HSL color Cylindrical-coordinate representation of color #ADB684: hue angle of 70.8º degrees, saturation: 0.26, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ADB684 is Cyan = 0.05, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 173 | 182 | 132 | - |
| CMYK | 0.05 | 0 | 0.27 | 0.29 |
| HSL | 70.8º | 0.26% | 0.62% | - |
| HSV(B) | 70.8º | 0.27% | 0.71% | - |
| XYZ | 38.13 | 44.01 | 28.31 | - |
| YUV | 173.61 | 104.52 | 127.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 182 | 132 | 0.05 | 0 | 0.27 | 0.29 | 70.8 | 0.26 | 0.62 |
| Hex | AD | B6 | 84 | 5 | 0 | 1B | 1D | 47 | 1A | 3E |
| Octal | 255 | 266 | 204 | 5 | 0 | 33 | 35 | 107 | 32 | 76 |
| Binary | 10101101 | 10110110 | 10000100 | 101 | 0 | 11011 | 11101 | 1000111 | 11010 | 111110 |
Color Harmonies of #ADB684
Complementary color
Monochromatic Colors of #ADB684
Black with #ADB684
Text Example
Text Example
White with #ADB684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB684; }
p { color: rgb(173,182,132); }
H1.HeaderClassName
{
color: #ADB684;
}
.AnyTagClassName
{
color: #ADB684;
}
</style>
background-color css
<style>
a { background-color: #ADB684; }
a { background-color: rgb(173,182,132); }
div.DivClassName
{
background-color: #ADB684;
}
.BgClassName
{
background-color: #ADB684;
}
</style>
border-color css
<style>
span { border-color: #ADB684; }
span { border-color: rgb(173,182,132); }
td.TdClassName
{
border-color: #ADB684;
}
.TagClassName
{
border-color: #ADB684;
}
</style>