Shades of Caper #A7B685
Tints of Caper #A7B685
RGB
CMYK
RGB Variations
Color information
#A7B685 (or 0xA7B685) is known color: Caper. HEX triplet: A7, B6 and 85. RGB value is (167,182,133). Sum of RGB (Red+Green+Blue) = 167+182+133=482 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.65% from 482); Green value is 182 (71.48% from 255 or 37.76% from 482); Blue value is 133 (52.34% from 255 or 27.59% from 482); Max value from RGB is 182 - color contains mainly: green. Hex color #A7B685 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7B685 is #58497A. Grayscale: #ACACAC. Windows color (decimal): -5785979 or 8763047. OLE color: 8763047.
HSL color Cylindrical-coordinate representation of color #A7B685: hue angle of 78.37º degrees, saturation: 0.25, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A7B685 is Cyan = 0.08, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 167 | 182 | 133 | - |
| CMYK | 0.08 | 0 | 0.27 | 0.29 |
| HSL | 78.37º | 0.25% | 0.62% | - |
| HSV(B) | 78.37º | 0.27% | 0.71% | - |
| XYZ | 36.9 | 43.36 | 28.62 | - |
| YUV | 171.93 | 106.03 | 124.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 182 | 133 | 0.08 | 0 | 0.27 | 0.29 | 78.37 | 0.25 | 0.62 |
| Hex | A7 | B6 | 85 | 8 | 0 | 1B | 1D | 4E | 19 | 3E |
| Octal | 247 | 266 | 205 | 10 | 0 | 33 | 35 | 116 | 31 | 76 |
| Binary | 10100111 | 10110110 | 10000101 | 1000 | 0 | 11011 | 11101 | 1001110 | 11001 | 111110 |
Color Harmonies of #A7B685
Complementary color
Monochromatic Colors of #A7B685
Black with #A7B685
Text Example
Text Example
White with #A7B685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7B685; }
p { color: rgb(167,182,133); }
H1.HeaderClassName
{
color: #A7B685;
}
.AnyTagClassName
{
color: #A7B685;
}
</style>
background-color css
<style>
a { background-color: #A7B685; }
a { background-color: rgb(167,182,133); }
div.DivClassName
{
background-color: #A7B685;
}
.BgClassName
{
background-color: #A7B685;
}
</style>
border-color css
<style>
span { border-color: #A7B685; }
span { border-color: rgb(167,182,133); }
td.TdClassName
{
border-color: #A7B685;
}
.TagClassName
{
border-color: #A7B685;
}
</style>