Shades of Caper #ADBA73
Tints of Caper #ADBA73
RGB
CMYK
RGB Variations
Color information
#ADBA73 (or 0xADBA73) is known color: Caper. HEX triplet: AD, BA and 73. RGB value is (173,186,115). Sum of RGB (Red+Green+Blue) = 173+186+115=474 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.50% from 474); Green value is 186 (73.05% from 255 or 39.24% from 474); Blue value is 115 (45.31% from 255 or 24.26% from 474); Max value from RGB is 186 - color contains mainly: green. Hex color #ADBA73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADBA73 is #52458C. Grayscale: #AEAEAE. Windows color (decimal): -5391757 or 7584429. OLE color: 7584429.
HSL color Cylindrical-coordinate representation of color #ADBA73: hue angle of 70.99º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ADBA73 is Cyan = 0.07, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 186 | 115 | - |
| CMYK | 0.07 | 0 | 0.38 | 0.27 |
| HSL | 70.99º | 0.34% | 0.59% | - |
| HSV(B) | 70.99º | 0.38% | 0.73% | - |
| XYZ | 37.89 | 45.24 | 22.95 | - |
| YUV | 174.02 | 94.69 | 127.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 186 | 115 | 0.07 | 0 | 0.38 | 0.27 | 70.99 | 0.34 | 0.59 |
| Hex | AD | BA | 73 | 7 | 0 | 26 | 1B | 47 | 22 | 3B |
| Octal | 255 | 272 | 163 | 7 | 0 | 46 | 33 | 107 | 42 | 73 |
| Binary | 10101101 | 10111010 | 1110011 | 111 | 0 | 100110 | 11011 | 1000111 | 100010 | 111011 |
Color Harmonies of #ADBA73
Complementary color
Monochromatic Colors of #ADBA73
Black with #ADBA73
Text Example
Text Example
White with #ADBA73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBA73; }
p { color: rgb(173,186,115); }
H1.HeaderClassName
{
color: #ADBA73;
}
.AnyTagClassName
{
color: #ADBA73;
}
</style>
background-color css
<style>
a { background-color: #ADBA73; }
a { background-color: rgb(173,186,115); }
div.DivClassName
{
background-color: #ADBA73;
}
.BgClassName
{
background-color: #ADBA73;
}
</style>
border-color css
<style>
span { border-color: #ADBA73; }
span { border-color: rgb(173,186,115); }
td.TdClassName
{
border-color: #ADBA73;
}
.TagClassName
{
border-color: #ADBA73;
}
</style>