Shades of Caper #ADBA74
Tints of Caper #ADBA74
RGB
CMYK
RGB Variations
Color information
#ADBA74 (or 0xADBA74) is known color: Caper. HEX triplet: AD, BA and 74. RGB value is (173,186,116). Sum of RGB (Red+Green+Blue) = 173+186+116=475 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.42% from 475); Green value is 186 (73.05% from 255 or 39.16% from 475); Blue value is 116 (45.70% from 255 or 24.42% from 475); Max value from RGB is 186 - color contains mainly: green. Hex color #ADBA74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADBA74 is #52458B. Grayscale: #AEAEAE. Windows color (decimal): -5391756 or 7649965. OLE color: 7649965.
HSL color Cylindrical-coordinate representation of color #ADBA74: hue angle of 71.14º 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 #ADBA74 is Cyan = 0.07, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 186 | 116 | - |
| CMYK | 0.07 | 0 | 0.38 | 0.27 |
| HSL | 71.14º | 0.34% | 0.59% | - |
| HSV(B) | 71.14º | 0.38% | 0.73% | - |
| XYZ | 37.94 | 45.26 | 23.26 | - |
| YUV | 174.13 | 95.19 | 127.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 186 | 116 | 0.07 | 0 | 0.38 | 0.27 | 71.14 | 0.34 | 0.59 |
| Hex | AD | BA | 74 | 7 | 0 | 26 | 1B | 47 | 22 | 3B |
| Octal | 255 | 272 | 164 | 7 | 0 | 46 | 33 | 107 | 42 | 73 |
| Binary | 10101101 | 10111010 | 1110100 | 111 | 0 | 100110 | 11011 | 1000111 | 100010 | 111011 |
Color Harmonies of #ADBA74
Complementary color
Monochromatic Colors of #ADBA74
Black with #ADBA74
Text Example
Text Example
White with #ADBA74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBA74; }
p { color: rgb(173,186,116); }
H1.HeaderClassName
{
color: #ADBA74;
}
.AnyTagClassName
{
color: #ADBA74;
}
</style>
background-color css
<style>
a { background-color: #ADBA74; }
a { background-color: rgb(173,186,116); }
div.DivClassName
{
background-color: #ADBA74;
}
.BgClassName
{
background-color: #ADBA74;
}
</style>
border-color css
<style>
span { border-color: #ADBA74; }
span { border-color: rgb(173,186,116); }
td.TdClassName
{
border-color: #ADBA74;
}
.TagClassName
{
border-color: #ADBA74;
}
</style>