Shades of Caper #A7BA72
Tints of Caper #A7BA72
RGB
CMYK
RGB Variations
Color information
#A7BA72 (or 0xA7BA72) is known color: Caper. HEX triplet: A7, BA and 72. RGB value is (167,186,114). Sum of RGB (Red+Green+Blue) = 167+186+114=467 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.76% from 467); Green value is 186 (73.05% from 255 or 39.83% from 467); Blue value is 114 (44.92% from 255 or 24.41% from 467); Max value from RGB is 186 - color contains mainly: green. Hex color #A7BA72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7BA72 is #58458D. Grayscale: #ACACAC. Windows color (decimal): -5784974 or 7518887. OLE color: 7518887.
HSL color Cylindrical-coordinate representation of color #A7BA72: hue angle of 75.83º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A7BA72 is Cyan = 0.10, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 167 | 186 | 114 | - |
| CMYK | 0.10 | 0 | 0.39 | 0.27 |
| HSL | 75.83º | 0.34% | 0.59% | - |
| HSV(B) | 75.83º | 0.39% | 0.73% | - |
| XYZ | 36.53 | 44.55 | 22.59 | - |
| YUV | 172.11 | 95.21 | 124.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 186 | 114 | 0.10 | 0 | 0.39 | 0.27 | 75.83 | 0.34 | 0.59 |
| Hex | A7 | BA | 72 | A | 0 | 27 | 1B | 4C | 22 | 3B |
| Octal | 247 | 272 | 162 | 12 | 0 | 47 | 33 | 114 | 42 | 73 |
| Binary | 10100111 | 10111010 | 1110010 | 1010 | 0 | 100111 | 11011 | 1001100 | 100010 | 111011 |
Color Harmonies of #A7BA72
Complementary color
Monochromatic Colors of #A7BA72
Black with #A7BA72
Text Example
Text Example
White with #A7BA72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7BA72; }
p { color: rgb(167,186,114); }
H1.HeaderClassName
{
color: #A7BA72;
}
.AnyTagClassName
{
color: #A7BA72;
}
</style>
background-color css
<style>
a { background-color: #A7BA72; }
a { background-color: rgb(167,186,114); }
div.DivClassName
{
background-color: #A7BA72;
}
.BgClassName
{
background-color: #A7BA72;
}
</style>
border-color css
<style>
span { border-color: #A7BA72; }
span { border-color: rgb(167,186,114); }
td.TdClassName
{
border-color: #A7BA72;
}
.TagClassName
{
border-color: #A7BA72;
}
</style>