Shades of Caper #ADB980
Tints of Caper #ADB980
RGB
CMYK
RGB Variations
Color information
#ADB980 (or 0xADB980) is known color: Caper. HEX triplet: AD, B9 and 80. RGB value is (173,185,128). Sum of RGB (Red+Green+Blue) = 173+185+128=486 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.60% from 486); Green value is 185 (72.66% from 255 or 38.07% from 486); Blue value is 128 (50.39% from 255 or 26.34% from 486); Max value from RGB is 185 - color contains mainly: green. Hex color #ADB980 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB980 is #52467F. Grayscale: #AFAFAF. Windows color (decimal): -5392000 or 8436141. OLE color: 8436141.
HSL color Cylindrical-coordinate representation of color #ADB980: hue angle of 72.63º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ADB980 is Cyan = 0.06, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 185 | 128 | - |
| CMYK | 0.06 | 0 | 0.31 | 0.27 |
| HSL | 72.63º | 0.29% | 0.61% | - |
| HSV(B) | 72.63º | 0.31% | 0.73% | - |
| XYZ | 38.48 | 45.14 | 27.11 | - |
| YUV | 174.91 | 101.52 | 126.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 185 | 128 | 0.06 | 0 | 0.31 | 0.27 | 72.63 | 0.29 | 0.61 |
| Hex | AD | B9 | 80 | 6 | 0 | 1F | 1B | 49 | 1D | 3D |
| Octal | 255 | 271 | 200 | 6 | 0 | 37 | 33 | 111 | 35 | 75 |
| Binary | 10101101 | 10111001 | 10000000 | 110 | 0 | 11111 | 11011 | 1001001 | 11101 | 111101 |
Color Harmonies of #ADB980
Complementary color
Monochromatic Colors of #ADB980
Black with #ADB980
Text Example
Text Example
White with #ADB980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB980; }
p { color: rgb(173,185,128); }
H1.HeaderClassName
{
color: #ADB980;
}
.AnyTagClassName
{
color: #ADB980;
}
</style>
background-color css
<style>
a { background-color: #ADB980; }
a { background-color: rgb(173,185,128); }
div.DivClassName
{
background-color: #ADB980;
}
.BgClassName
{
background-color: #ADB980;
}
</style>
border-color css
<style>
span { border-color: #ADB980; }
span { border-color: rgb(173,185,128); }
td.TdClassName
{
border-color: #ADB980;
}
.TagClassName
{
border-color: #ADB980;
}
</style>