Shades of Caper #A7B488
Tints of Caper #A7B488
RGB
CMYK
RGB Variations
Color information
#A7B488 (or 0xA7B488) is known color: Caper. HEX triplet: A7, B4 and 88. RGB value is (167,180,136). Sum of RGB (Red+Green+Blue) = 167+180+136=483 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.58% from 483); Green value is 180 (70.70% from 255 or 37.27% from 483); Blue value is 136 (53.52% from 255 or 28.16% from 483); Max value from RGB is 180 - color contains mainly: green. Hex color #A7B488 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7B488 is #584B77. Grayscale: #ABABAB. Windows color (decimal): -5786488 or 8959143. OLE color: 8959143.
HSL color Cylindrical-coordinate representation of color #A7B488: hue angle of 77.73º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A7B488 is Cyan = 0.07, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 167 | 180 | 136 | - |
| CMYK | 0.07 | 0 | 0.24 | 0.29 |
| HSL | 77.73º | 0.23% | 0.62% | - |
| HSV(B) | 77.73º | 0.24% | 0.71% | - |
| XYZ | 36.7 | 42.64 | 29.59 | - |
| YUV | 171.1 | 108.19 | 125.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 180 | 136 | 0.07 | 0 | 0.24 | 0.29 | 77.73 | 0.23 | 0.62 |
| Hex | A7 | B4 | 88 | 7 | 0 | 18 | 1D | 4E | 17 | 3E |
| Octal | 247 | 264 | 210 | 7 | 0 | 30 | 35 | 116 | 27 | 76 |
| Binary | 10100111 | 10110100 | 10001000 | 111 | 0 | 11000 | 11101 | 1001110 | 10111 | 111110 |
Color Harmonies of #A7B488
Complementary color
Monochromatic Colors of #A7B488
Black with #A7B488
Text Example
Text Example
White with #A7B488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7B488; }
p { color: rgb(167,180,136); }
H1.HeaderClassName
{
color: #A7B488;
}
.AnyTagClassName
{
color: #A7B488;
}
</style>
background-color css
<style>
a { background-color: #A7B488; }
a { background-color: rgb(167,180,136); }
div.DivClassName
{
background-color: #A7B488;
}
.BgClassName
{
background-color: #A7B488;
}
</style>
border-color css
<style>
span { border-color: #A7B488; }
span { border-color: rgb(167,180,136); }
td.TdClassName
{
border-color: #A7B488;
}
.TagClassName
{
border-color: #A7B488;
}
</style>