Shades of Caper #A7BA84
Tints of Caper #A7BA84
RGB
CMYK
RGB Variations
Color information
#A7BA84 (or 0xA7BA84) is known color: Caper. HEX triplet: A7, BA and 84. RGB value is (167,186,132). Sum of RGB (Red+Green+Blue) = 167+186+132=485 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.43% from 485); Green value is 186 (73.05% from 255 or 38.35% from 485); Blue value is 132 (51.95% from 255 or 27.22% from 485); Max value from RGB is 186 - color contains mainly: green. Hex color #A7BA84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7BA84 is #58457B. Grayscale: #AEAEAE. Windows color (decimal): -5784956 or 8698535. OLE color: 8698535.
HSL color Cylindrical-coordinate representation of color #A7BA84: hue angle of 81.11º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A7BA84 is Cyan = 0.10, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 167 | 186 | 132 | - |
| CMYK | 0.10 | 0 | 0.29 | 0.27 |
| HSL | 81.11º | 0.28% | 0.62% | - |
| HSV(B) | 81.11º | 0.29% | 0.73% | - |
| XYZ | 37.66 | 45 | 28.53 | - |
| YUV | 174.16 | 104.21 | 122.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 186 | 132 | 0.10 | 0 | 0.29 | 0.27 | 81.11 | 0.28 | 0.62 |
| Hex | A7 | BA | 84 | A | 0 | 1D | 1B | 51 | 1C | 3E |
| Octal | 247 | 272 | 204 | 12 | 0 | 35 | 33 | 121 | 34 | 76 |
| Binary | 10100111 | 10111010 | 10000100 | 1010 | 0 | 11101 | 11011 | 1010001 | 11100 | 111110 |
Color Harmonies of #A7BA84
Complementary color
Monochromatic Colors of #A7BA84
Black with #A7BA84
Text Example
Text Example
White with #A7BA84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7BA84; }
p { color: rgb(167,186,132); }
H1.HeaderClassName
{
color: #A7BA84;
}
.AnyTagClassName
{
color: #A7BA84;
}
</style>
background-color css
<style>
a { background-color: #A7BA84; }
a { background-color: rgb(167,186,132); }
div.DivClassName
{
background-color: #A7BA84;
}
.BgClassName
{
background-color: #A7BA84;
}
</style>
border-color css
<style>
span { border-color: #A7BA84; }
span { border-color: rgb(167,186,132); }
td.TdClassName
{
border-color: #A7BA84;
}
.TagClassName
{
border-color: #A7BA84;
}
</style>