Shades of Caper #A7BE7E
Tints of Caper #A7BE7E
RGB
CMYK
RGB Variations
Color information
#A7BE7E (or 0xA7BE7E) is known color: Caper. HEX triplet: A7, BE and 7E. RGB value is (167,190,126). Sum of RGB (Red+Green+Blue) = 167+190+126=483 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.58% from 483); Green value is 190 (74.61% from 255 or 39.34% from 483); Blue value is 126 (49.61% from 255 or 26.09% from 483); Max value from RGB is 190 - color contains mainly: green. Hex color #A7BE7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7BE7E is #584181. Grayscale: #B0B0B0. Windows color (decimal): -5783938 or 8306343. OLE color: 8306343.
HSL color Cylindrical-coordinate representation of color #A7BE7E: hue angle of 81.56º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A7BE7E is Cyan = 0.12, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 167 | 190 | 126 | - |
| CMYK | 0.12 | 0 | 0.34 | 0.25 |
| HSL | 81.56º | 0.33% | 0.62% | - |
| HSV(B) | 81.56º | 0.34% | 0.75% | - |
| XYZ | 38.12 | 46.55 | 26.71 | - |
| YUV | 175.83 | 99.88 | 121.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 190 | 126 | 0.12 | 0 | 0.34 | 0.25 | 81.56 | 0.33 | 0.62 |
| Hex | A7 | BE | 7E | C | 0 | 22 | 19 | 52 | 21 | 3E |
| Octal | 247 | 276 | 176 | 14 | 0 | 42 | 31 | 122 | 41 | 76 |
| Binary | 10100111 | 10111110 | 1111110 | 1100 | 0 | 100010 | 11001 | 1010010 | 100001 | 111110 |
Color Harmonies of #A7BE7E
Complementary color
Monochromatic Colors of #A7BE7E
Black with #A7BE7E
Text Example
Text Example
White with #A7BE7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7BE7E; }
p { color: rgb(167,190,126); }
H1.HeaderClassName
{
color: #A7BE7E;
}
.AnyTagClassName
{
color: #A7BE7E;
}
</style>
background-color css
<style>
a { background-color: #A7BE7E; }
a { background-color: rgb(167,190,126); }
div.DivClassName
{
background-color: #A7BE7E;
}
.BgClassName
{
background-color: #A7BE7E;
}
</style>
border-color css
<style>
span { border-color: #A7BE7E; }
span { border-color: rgb(167,190,126); }
td.TdClassName
{
border-color: #A7BE7E;
}
.TagClassName
{
border-color: #A7BE7E;
}
</style>