Shades of Caper #A7BA73
Tints of Caper #A7BA73
RGB
CMYK
RGB Variations
Color information
#A7BA73 (or 0xA7BA73) is known color: Caper. HEX triplet: A7, BA and 73. RGB value is (167,186,115). Sum of RGB (Red+Green+Blue) = 167+186+115=468 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.68% from 468); Green value is 186 (73.05% from 255 or 39.74% from 468); Blue value is 115 (45.31% from 255 or 24.57% from 468); Max value from RGB is 186 - color contains mainly: green. Hex color #A7BA73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7BA73 is #58458C. Grayscale: #ACACAC. Windows color (decimal): -5784973 or 7584423. OLE color: 7584423.
HSL color Cylindrical-coordinate representation of color #A7BA73: hue angle of 76.06º 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 #A7BA73 is Cyan = 0.10, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 167 | 186 | 115 | - |
| CMYK | 0.10 | 0 | 0.38 | 0.27 |
| HSL | 76.06º | 0.34% | 0.59% | - |
| HSV(B) | 76.06º | 0.38% | 0.73% | - |
| XYZ | 36.59 | 44.57 | 22.89 | - |
| YUV | 172.23 | 95.71 | 124.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 186 | 115 | 0.10 | 0 | 0.38 | 0.27 | 76.06 | 0.34 | 0.59 |
| Hex | A7 | BA | 73 | A | 0 | 26 | 1B | 4C | 22 | 3B |
| Octal | 247 | 272 | 163 | 12 | 0 | 46 | 33 | 114 | 42 | 73 |
| Binary | 10100111 | 10111010 | 1110011 | 1010 | 0 | 100110 | 11011 | 1001100 | 100010 | 111011 |
Color Harmonies of #A7BA73
Complementary color
Monochromatic Colors of #A7BA73
Black with #A7BA73
Text Example
Text Example
White with #A7BA73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7BA73; }
p { color: rgb(167,186,115); }
H1.HeaderClassName
{
color: #A7BA73;
}
.AnyTagClassName
{
color: #A7BA73;
}
</style>
background-color css
<style>
a { background-color: #A7BA73; }
a { background-color: rgb(167,186,115); }
div.DivClassName
{
background-color: #A7BA73;
}
.BgClassName
{
background-color: #A7BA73;
}
</style>
border-color css
<style>
span { border-color: #A7BA73; }
span { border-color: rgb(167,186,115); }
td.TdClassName
{
border-color: #A7BA73;
}
.TagClassName
{
border-color: #A7BA73;
}
</style>