Shades of Caper #ADBA70
Tints of Caper #ADBA70
RGB
CMYK
RGB Variations
Color information
#ADBA70 (or 0xADBA70) is known color: Caper. HEX triplet: AD, BA and 70. RGB value is (173,186,112). Sum of RGB (Red+Green+Blue) = 173+186+112=471 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.73% from 471); Green value is 186 (73.05% from 255 or 39.49% from 471); Blue value is 112 (44.14% from 255 or 23.78% from 471); Max value from RGB is 186 - color contains mainly: green. Hex color #ADBA70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADBA70 is #52458F. Grayscale: #ADADAD. Windows color (decimal): -5391760 or 7387821. OLE color: 7387821.
HSL color Cylindrical-coordinate representation of color #ADBA70: hue angle of 70.54º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ADBA70 is Cyan = 0.07, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 186 | 112 | - |
| CMYK | 0.07 | 0 | 0.40 | 0.27 |
| HSL | 70.54º | 0.35% | 0.58% | - |
| HSV(B) | 70.54º | 0.4% | 0.73% | - |
| XYZ | 37.72 | 45.17 | 22.06 | - |
| YUV | 173.68 | 93.19 | 127.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 186 | 112 | 0.07 | 0 | 0.40 | 0.27 | 70.54 | 0.35 | 0.58 |
| Hex | AD | BA | 70 | 7 | 0 | 28 | 1B | 47 | 23 | 3A |
| Octal | 255 | 272 | 160 | 7 | 0 | 50 | 33 | 107 | 43 | 72 |
| Binary | 10101101 | 10111010 | 1110000 | 111 | 0 | 101000 | 11011 | 1000111 | 100011 | 111010 |
Color Harmonies of #ADBA70
Complementary color
Monochromatic Colors of #ADBA70
Black with #ADBA70
Text Example
Text Example
White with #ADBA70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBA70; }
p { color: rgb(173,186,112); }
H1.HeaderClassName
{
color: #ADBA70;
}
.AnyTagClassName
{
color: #ADBA70;
}
</style>
background-color css
<style>
a { background-color: #ADBA70; }
a { background-color: rgb(173,186,112); }
div.DivClassName
{
background-color: #ADBA70;
}
.BgClassName
{
background-color: #ADBA70;
}
</style>
border-color css
<style>
span { border-color: #ADBA70; }
span { border-color: rgb(173,186,112); }
td.TdClassName
{
border-color: #ADBA70;
}
.TagClassName
{
border-color: #ADBA70;
}
</style>