Shades of Caper #A7BA85
Tints of Caper #A7BA85
RGB
CMYK
RGB Variations
Color information
#A7BA85 (or 0xA7BA85) is known color: Caper. HEX triplet: A7, BA and 85. RGB value is (167,186,133). Sum of RGB (Red+Green+Blue) = 167+186+133=486 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.36% from 486); Green value is 186 (73.05% from 255 or 38.27% from 486); Blue value is 133 (52.34% from 255 or 27.37% from 486); Max value from RGB is 186 - color contains mainly: green. Hex color #A7BA85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7BA85 is #58457A. Grayscale: #AEAEAE. Windows color (decimal): -5784955 or 8764071. OLE color: 8764071.
HSL color Cylindrical-coordinate representation of color #A7BA85: hue angle of 81.51º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A7BA85 is Cyan = 0.10, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 167 | 186 | 133 | - |
| CMYK | 0.10 | 0 | 0.28 | 0.27 |
| HSL | 81.51º | 0.28% | 0.63% | - |
| HSV(B) | 81.51º | 0.28% | 0.73% | - |
| XYZ | 37.73 | 45.03 | 28.89 | - |
| YUV | 174.28 | 104.71 | 122.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 186 | 133 | 0.10 | 0 | 0.28 | 0.27 | 81.51 | 0.28 | 0.63 |
| Hex | A7 | BA | 85 | A | 0 | 1C | 1B | 52 | 1C | 3F |
| Octal | 247 | 272 | 205 | 12 | 0 | 34 | 33 | 122 | 34 | 77 |
| Binary | 10100111 | 10111010 | 10000101 | 1010 | 0 | 11100 | 11011 | 1010010 | 11100 | 111111 |
Color Harmonies of #A7BA85
Complementary color
Monochromatic Colors of #A7BA85
Black with #A7BA85
Text Example
Text Example
White with #A7BA85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7BA85; }
p { color: rgb(167,186,133); }
H1.HeaderClassName
{
color: #A7BA85;
}
.AnyTagClassName
{
color: #A7BA85;
}
</style>
background-color css
<style>
a { background-color: #A7BA85; }
a { background-color: rgb(167,186,133); }
div.DivClassName
{
background-color: #A7BA85;
}
.BgClassName
{
background-color: #A7BA85;
}
</style>
border-color css
<style>
span { border-color: #A7BA85; }
span { border-color: rgb(167,186,133); }
td.TdClassName
{
border-color: #A7BA85;
}
.TagClassName
{
border-color: #A7BA85;
}
</style>