Shades of Caper #A7BA7F
Tints of Caper #A7BA7F
RGB
CMYK
RGB Variations
Color information
#A7BA7F (or 0xA7BA7F) is known color: Caper. HEX triplet: A7, BA and 7F. RGB value is (167,186,127). Sum of RGB (Red+Green+Blue) = 167+186+127=480 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.79% from 480); Green value is 186 (73.05% from 255 or 38.75% from 480); Blue value is 127 (50% from 255 or 26.46% from 480); Max value from RGB is 186 - color contains mainly: green. Hex color #A7BA7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7BA7F is #584580. Grayscale: #ADADAD. Windows color (decimal): -5784961 or 8370855. OLE color: 8370855.
HSL color Cylindrical-coordinate representation of color #A7BA7F: hue angle of 79.32º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A7BA7F is Cyan = 0.10, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 167 | 186 | 127 | - |
| CMYK | 0.10 | 0 | 0.32 | 0.27 |
| HSL | 79.32º | 0.3% | 0.61% | - |
| HSV(B) | 79.32º | 0.32% | 0.73% | - |
| XYZ | 37.33 | 44.87 | 26.77 | - |
| YUV | 173.59 | 101.71 | 123.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 186 | 127 | 0.10 | 0 | 0.32 | 0.27 | 79.32 | 0.3 | 0.61 |
| Hex | A7 | BA | 7F | A | 0 | 20 | 1B | 4F | 1E | 3D |
| Octal | 247 | 272 | 177 | 12 | 0 | 40 | 33 | 117 | 36 | 75 |
| Binary | 10100111 | 10111010 | 1111111 | 1010 | 0 | 100000 | 11011 | 1001111 | 11110 | 111101 |
Color Harmonies of #A7BA7F
Complementary color
Monochromatic Colors of #A7BA7F
Black with #A7BA7F
Text Example
Text Example
White with #A7BA7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7BA7F; }
p { color: rgb(167,186,127); }
H1.HeaderClassName
{
color: #A7BA7F;
}
.AnyTagClassName
{
color: #A7BA7F;
}
</style>
background-color css
<style>
a { background-color: #A7BA7F; }
a { background-color: rgb(167,186,127); }
div.DivClassName
{
background-color: #A7BA7F;
}
.BgClassName
{
background-color: #A7BA7F;
}
</style>
border-color css
<style>
span { border-color: #A7BA7F; }
span { border-color: rgb(167,186,127); }
td.TdClassName
{
border-color: #A7BA7F;
}
.TagClassName
{
border-color: #A7BA7F;
}
</style>