Shades of Caper #A7B588
Tints of Caper #A7B588
RGB
CMYK
RGB Variations
Color information
#A7B588 (or 0xA7B588) is known color: Caper. HEX triplet: A7, B5 and 88. RGB value is (167,181,136). Sum of RGB (Red+Green+Blue) = 167+181+136=484 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.50% from 484); Green value is 181 (71.09% from 255 or 37.40% from 484); Blue value is 136 (53.52% from 255 or 28.10% from 484); Max value from RGB is 181 - color contains mainly: green. Hex color #A7B588 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7B588 is #584A77. Grayscale: #ABABAB. Windows color (decimal): -5786232 or 8959399. OLE color: 8959399.
HSL color Cylindrical-coordinate representation of color #A7B588: hue angle of 78.67º degrees, saturation: 0.23, 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 #A7B588 is Cyan = 0.08, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 167 | 181 | 136 | - |
| CMYK | 0.08 | 0 | 0.25 | 0.29 |
| HSL | 78.67º | 0.23% | 0.62% | - |
| HSV(B) | 78.67º | 0.25% | 0.71% | - |
| XYZ | 36.9 | 43.04 | 29.66 | - |
| YUV | 171.68 | 107.86 | 124.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 181 | 136 | 0.08 | 0 | 0.25 | 0.29 | 78.67 | 0.23 | 0.62 |
| Hex | A7 | B5 | 88 | 8 | 0 | 19 | 1D | 4F | 17 | 3E |
| Octal | 247 | 265 | 210 | 10 | 0 | 31 | 35 | 117 | 27 | 76 |
| Binary | 10100111 | 10110101 | 10001000 | 1000 | 0 | 11001 | 11101 | 1001111 | 10111 | 111110 |
Color Harmonies of #A7B588
Complementary color
Monochromatic Colors of #A7B588
Black with #A7B588
Text Example
Text Example
White with #A7B588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7B588; }
p { color: rgb(167,181,136); }
H1.HeaderClassName
{
color: #A7B588;
}
.AnyTagClassName
{
color: #A7B588;
}
</style>
background-color css
<style>
a { background-color: #A7B588; }
a { background-color: rgb(167,181,136); }
div.DivClassName
{
background-color: #A7B588;
}
.BgClassName
{
background-color: #A7B588;
}
</style>
border-color css
<style>
span { border-color: #A7B588; }
span { border-color: rgb(167,181,136); }
td.TdClassName
{
border-color: #A7B588;
}
.TagClassName
{
border-color: #A7B588;
}
</style>