Shades of Caper #A7B882
Tints of Caper #A7B882
RGB
CMYK
RGB Variations
Color information
#A7B882 (or 0xA7B882) is known color: Caper. HEX triplet: A7, B8 and 82. RGB value is (167,184,130). Sum of RGB (Red+Green+Blue) = 167+184+130=481 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.72% from 481); Green value is 184 (72.27% from 255 or 38.25% from 481); Blue value is 130 (51.17% from 255 or 27.03% from 481); Max value from RGB is 184 - color contains mainly: green. Hex color #A7B882 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7B882 is #58477D. Grayscale: #ACACAC. Windows color (decimal): -5785470 or 8566951. OLE color: 8566951.
HSL color Cylindrical-coordinate representation of color #A7B882: hue angle of 78.89º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A7B882 is Cyan = 0.09, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 167 | 184 | 130 | - |
| CMYK | 0.09 | 0 | 0.29 | 0.28 |
| HSL | 78.89º | 0.28% | 0.62% | - |
| HSV(B) | 78.89º | 0.29% | 0.72% | - |
| XYZ | 37.11 | 44.11 | 27.68 | - |
| YUV | 172.76 | 103.87 | 123.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 184 | 130 | 0.09 | 0 | 0.29 | 0.28 | 78.89 | 0.28 | 0.62 |
| Hex | A7 | B8 | 82 | 9 | 0 | 1D | 1C | 4F | 1C | 3E |
| Octal | 247 | 270 | 202 | 11 | 0 | 35 | 34 | 117 | 34 | 76 |
| Binary | 10100111 | 10111000 | 10000010 | 1001 | 0 | 11101 | 11100 | 1001111 | 11100 | 111110 |
Color Harmonies of #A7B882
Complementary color
Monochromatic Colors of #A7B882
Black with #A7B882
Text Example
Text Example
White with #A7B882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7B882; }
p { color: rgb(167,184,130); }
H1.HeaderClassName
{
color: #A7B882;
}
.AnyTagClassName
{
color: #A7B882;
}
</style>
background-color css
<style>
a { background-color: #A7B882; }
a { background-color: rgb(167,184,130); }
div.DivClassName
{
background-color: #A7B882;
}
.BgClassName
{
background-color: #A7B882;
}
</style>
border-color css
<style>
span { border-color: #A7B882; }
span { border-color: rgb(167,184,130); }
td.TdClassName
{
border-color: #A7B882;
}
.TagClassName
{
border-color: #A7B882;
}
</style>