Shades of Caper #A7B97E
Tints of Caper #A7B97E
RGB
CMYK
RGB Variations
Color information
#A7B97E (or 0xA7B97E) is known color: Caper. HEX triplet: A7, B9 and 7E. RGB value is (167,185,126). Sum of RGB (Red+Green+Blue) = 167+185+126=478 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.94% from 478); Green value is 185 (72.66% from 255 or 38.70% from 478); Blue value is 126 (49.61% from 255 or 26.36% from 478); Max value from RGB is 185 - color contains mainly: green. Hex color #A7B97E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7B97E is #584681. Grayscale: #ADADAD. Windows color (decimal): -5785218 or 8305063. OLE color: 8305063.
HSL color Cylindrical-coordinate representation of color #A7B97E: hue angle of 78.31º 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 #A7B97E is Cyan = 0.10, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 167 | 185 | 126 | - |
| CMYK | 0.10 | 0 | 0.32 | 0.27 |
| HSL | 78.31º | 0.3% | 0.61% | - |
| HSV(B) | 78.31º | 0.32% | 0.73% | - |
| XYZ | 37.05 | 44.42 | 26.36 | - |
| YUV | 172.89 | 101.54 | 123.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 185 | 126 | 0.10 | 0 | 0.32 | 0.27 | 78.31 | 0.3 | 0.61 |
| Hex | A7 | B9 | 7E | A | 0 | 20 | 1B | 4E | 1E | 3D |
| Octal | 247 | 271 | 176 | 12 | 0 | 40 | 33 | 116 | 36 | 75 |
| Binary | 10100111 | 10111001 | 1111110 | 1010 | 0 | 100000 | 11011 | 1001110 | 11110 | 111101 |
Color Harmonies of #A7B97E
Complementary color
Monochromatic Colors of #A7B97E
Black with #A7B97E
Text Example
Text Example
White with #A7B97E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7B97E; }
p { color: rgb(167,185,126); }
H1.HeaderClassName
{
color: #A7B97E;
}
.AnyTagClassName
{
color: #A7B97E;
}
</style>
background-color css
<style>
a { background-color: #A7B97E; }
a { background-color: rgb(167,185,126); }
div.DivClassName
{
background-color: #A7B97E;
}
.BgClassName
{
background-color: #A7B97E;
}
</style>
border-color css
<style>
span { border-color: #A7B97E; }
span { border-color: rgb(167,185,126); }
td.TdClassName
{
border-color: #A7B97E;
}
.TagClassName
{
border-color: #A7B97E;
}
</style>