Shades of Caper #ADB680
Tints of Caper #ADB680
RGB
CMYK
RGB Variations
Color information
#ADB680 (or 0xADB680) is known color: Caper. HEX triplet: AD, B6 and 80. RGB value is (173,182,128). Sum of RGB (Red+Green+Blue) = 173+182+128=483 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.82% from 483); Green value is 182 (71.48% from 255 or 37.68% from 483); Blue value is 128 (50.39% from 255 or 26.50% from 483); Max value from RGB is 182 - color contains mainly: green. Hex color #ADB680 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB680 is #52497F. Grayscale: #ADADAD. Windows color (decimal): -5392768 or 8435373. OLE color: 8435373.
HSL color Cylindrical-coordinate representation of color #ADB680: hue angle of 70º degrees, saturation: 0.27, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ADB680 is Cyan = 0.05, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 173 | 182 | 128 | - |
| CMYK | 0.05 | 0 | 0.30 | 0.29 |
| HSL | 70º | 0.27% | 0.61% | - |
| HSV(B) | 70º | 0.3% | 0.71% | - |
| XYZ | 37.86 | 43.9 | 26.9 | - |
| YUV | 173.15 | 102.52 | 127.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 182 | 128 | 0.05 | 0 | 0.30 | 0.29 | 70 | 0.27 | 0.61 |
| Hex | AD | B6 | 80 | 5 | 0 | 1E | 1D | 46 | 1B | 3D |
| Octal | 255 | 266 | 200 | 5 | 0 | 36 | 35 | 106 | 33 | 75 |
| Binary | 10101101 | 10110110 | 10000000 | 101 | 0 | 11110 | 11101 | 1000110 | 11011 | 111101 |
Color Harmonies of #ADB680
Complementary color
Monochromatic Colors of #ADB680
Black with #ADB680
Text Example
Text Example
White with #ADB680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB680; }
p { color: rgb(173,182,128); }
H1.HeaderClassName
{
color: #ADB680;
}
.AnyTagClassName
{
color: #ADB680;
}
</style>
background-color css
<style>
a { background-color: #ADB680; }
a { background-color: rgb(173,182,128); }
div.DivClassName
{
background-color: #ADB680;
}
.BgClassName
{
background-color: #ADB680;
}
</style>
border-color css
<style>
span { border-color: #ADB680; }
span { border-color: rgb(173,182,128); }
td.TdClassName
{
border-color: #ADB680;
}
.TagClassName
{
border-color: #ADB680;
}
</style>