Shades of Caper #A7B886
Tints of Caper #A7B886
RGB
CMYK
RGB Variations
Color information
#A7B886 (or 0xA7B886) is known color: Caper. HEX triplet: A7, B8 and 86. RGB value is (167,184,134). Sum of RGB (Red+Green+Blue) = 167+184+134=485 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.43% from 485); Green value is 184 (72.27% from 255 or 37.94% from 485); Blue value is 134 (52.73% from 255 or 27.63% from 485); Max value from RGB is 184 - color contains mainly: green. Hex color #A7B886 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7B886 is #584779. Grayscale: #ADADAD. Windows color (decimal): -5785466 or 8829095. OLE color: 8829095.
HSL color Cylindrical-coordinate representation of color #A7B886: hue angle of 80.4º degrees, saturation: 0.26, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A7B886 is Cyan = 0.09, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 167 | 184 | 134 | - |
| CMYK | 0.09 | 0 | 0.27 | 0.28 |
| HSL | 80.4º | 0.26% | 0.62% | - |
| HSV(B) | 80.4º | 0.27% | 0.72% | - |
| XYZ | 37.38 | 44.22 | 29.12 | - |
| YUV | 173.22 | 105.87 | 123.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 184 | 134 | 0.09 | 0 | 0.27 | 0.28 | 80.4 | 0.26 | 0.62 |
| Hex | A7 | B8 | 86 | 9 | 0 | 1B | 1C | 50 | 1A | 3E |
| Octal | 247 | 270 | 206 | 11 | 0 | 33 | 34 | 120 | 32 | 76 |
| Binary | 10100111 | 10111000 | 10000110 | 1001 | 0 | 11011 | 11100 | 1010000 | 11010 | 111110 |
Color Harmonies of #A7B886
Complementary color
Monochromatic Colors of #A7B886
Black with #A7B886
Text Example
Text Example
White with #A7B886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7B886; }
p { color: rgb(167,184,134); }
H1.HeaderClassName
{
color: #A7B886;
}
.AnyTagClassName
{
color: #A7B886;
}
</style>
background-color css
<style>
a { background-color: #A7B886; }
a { background-color: rgb(167,184,134); }
div.DivClassName
{
background-color: #A7B886;
}
.BgClassName
{
background-color: #A7B886;
}
</style>
border-color css
<style>
span { border-color: #A7B886; }
span { border-color: rgb(167,184,134); }
td.TdClassName
{
border-color: #A7B886;
}
.TagClassName
{
border-color: #A7B886;
}
</style>