Shades of Caper #A7B688
Tints of Caper #A7B688
RGB
CMYK
RGB Variations
Color information
#A7B688 (or 0xA7B688) is known color: Caper. HEX triplet: A7, B6 and 88. RGB value is (167,182,136). Sum of RGB (Red+Green+Blue) = 167+182+136=485 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.43% from 485); Green value is 182 (71.48% from 255 or 37.53% from 485); Blue value is 136 (53.52% from 255 or 28.04% from 485); Max value from RGB is 182 - color contains mainly: green. Hex color #A7B688 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7B688 is #584977. Grayscale: #ACACAC. Windows color (decimal): -5785976 or 8959655. OLE color: 8959655.
HSL color Cylindrical-coordinate representation of color #A7B688: hue angle of 79.57º degrees, saturation: 0.24, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A7B688 is Cyan = 0.08, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 167 | 182 | 136 | - |
| CMYK | 0.08 | 0 | 0.25 | 0.29 |
| HSL | 79.57º | 0.24% | 0.62% | - |
| HSV(B) | 79.57º | 0.25% | 0.71% | - |
| XYZ | 37.11 | 43.45 | 29.72 | - |
| YUV | 172.27 | 107.53 | 124.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 182 | 136 | 0.08 | 0 | 0.25 | 0.29 | 79.57 | 0.24 | 0.62 |
| Hex | A7 | B6 | 88 | 8 | 0 | 19 | 1D | 50 | 18 | 3E |
| Octal | 247 | 266 | 210 | 10 | 0 | 31 | 35 | 120 | 30 | 76 |
| Binary | 10100111 | 10110110 | 10001000 | 1000 | 0 | 11001 | 11101 | 1010000 | 11000 | 111110 |
Color Harmonies of #A7B688
Complementary color
Monochromatic Colors of #A7B688
Black with #A7B688
Text Example
Text Example
White with #A7B688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7B688; }
p { color: rgb(167,182,136); }
H1.HeaderClassName
{
color: #A7B688;
}
.AnyTagClassName
{
color: #A7B688;
}
</style>
background-color css
<style>
a { background-color: #A7B688; }
a { background-color: rgb(167,182,136); }
div.DivClassName
{
background-color: #A7B688;
}
.BgClassName
{
background-color: #A7B688;
}
</style>
border-color css
<style>
span { border-color: #A7B688; }
span { border-color: rgb(167,182,136); }
td.TdClassName
{
border-color: #A7B688;
}
.TagClassName
{
border-color: #A7B688;
}
</style>