Shades of Caper #A7B871
Tints of Caper #A7B871
RGB
CMYK
RGB Variations
Color information
#A7B871 (or 0xA7B871) is known color: Caper. HEX triplet: A7, B8 and 71. RGB value is (167,184,113). Sum of RGB (Red+Green+Blue) = 167+184+113=464 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.99% from 464); Green value is 184 (72.27% from 255 or 39.66% from 464); Blue value is 113 (44.53% from 255 or 24.35% from 464); Max value from RGB is 184 - color contains mainly: green. Hex color #A7B871 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7B871 is #58478E. Grayscale: #ABABAB. Windows color (decimal): -5785487 or 7452839. OLE color: 7452839.
HSL color Cylindrical-coordinate representation of color #A7B871: hue angle of 74.37º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A7B871 is Cyan = 0.09, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 167 | 184 | 113 | - |
| CMYK | 0.09 | 0 | 0.39 | 0.28 |
| HSL | 74.37º | 0.33% | 0.58% | - |
| HSV(B) | 74.37º | 0.39% | 0.72% | - |
| XYZ | 36.06 | 43.69 | 22.16 | - |
| YUV | 170.82 | 95.37 | 125.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 184 | 113 | 0.09 | 0 | 0.39 | 0.28 | 74.37 | 0.33 | 0.58 |
| Hex | A7 | B8 | 71 | 9 | 0 | 27 | 1C | 4A | 21 | 3A |
| Octal | 247 | 270 | 161 | 11 | 0 | 47 | 34 | 112 | 41 | 72 |
| Binary | 10100111 | 10111000 | 1110001 | 1001 | 0 | 100111 | 11100 | 1001010 | 100001 | 111010 |
Color Harmonies of #A7B871
Complementary color
Monochromatic Colors of #A7B871
Black with #A7B871
Text Example
Text Example
White with #A7B871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7B871; }
p { color: rgb(167,184,113); }
H1.HeaderClassName
{
color: #A7B871;
}
.AnyTagClassName
{
color: #A7B871;
}
</style>
background-color css
<style>
a { background-color: #A7B871; }
a { background-color: rgb(167,184,113); }
div.DivClassName
{
background-color: #A7B871;
}
.BgClassName
{
background-color: #A7B871;
}
</style>
border-color css
<style>
span { border-color: #A7B871; }
span { border-color: rgb(167,184,113); }
td.TdClassName
{
border-color: #A7B871;
}
.TagClassName
{
border-color: #A7B871;
}
</style>