Shades of Caper #A7B881
Tints of Caper #A7B881
RGB
CMYK
RGB Variations
Color information
#A7B881 (or 0xA7B881) is known color: Caper. HEX triplet: A7, B8 and 81. RGB value is (167,184,129). Sum of RGB (Red+Green+Blue) = 167+184+129=480 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.79% from 480); Green value is 184 (72.27% from 255 or 38.33% from 480); Blue value is 129 (50.78% from 255 or 26.88% from 480); Max value from RGB is 184 - color contains mainly: green. Hex color #A7B881 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7B881 is #58477E. Grayscale: #ACACAC. Windows color (decimal): -5785471 or 8501415. OLE color: 8501415.
HSL color Cylindrical-coordinate representation of color #A7B881: hue angle of 78.55º degrees, saturation: 0.28, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A7B881 is Cyan = 0.09, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 167 | 184 | 129 | - |
| CMYK | 0.09 | 0 | 0.30 | 0.28 |
| HSL | 78.55º | 0.28% | 0.61% | - |
| HSV(B) | 78.55º | 0.3% | 0.72% | - |
| XYZ | 37.04 | 44.08 | 27.33 | - |
| YUV | 172.65 | 103.37 | 123.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 184 | 129 | 0.09 | 0 | 0.30 | 0.28 | 78.55 | 0.28 | 0.61 |
| Hex | A7 | B8 | 81 | 9 | 0 | 1E | 1C | 4F | 1C | 3D |
| Octal | 247 | 270 | 201 | 11 | 0 | 36 | 34 | 117 | 34 | 75 |
| Binary | 10100111 | 10111000 | 10000001 | 1001 | 0 | 11110 | 11100 | 1001111 | 11100 | 111101 |
Color Harmonies of #A7B881
Complementary color
Monochromatic Colors of #A7B881
Black with #A7B881
Text Example
Text Example
White with #A7B881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7B881; }
p { color: rgb(167,184,129); }
H1.HeaderClassName
{
color: #A7B881;
}
.AnyTagClassName
{
color: #A7B881;
}
</style>
background-color css
<style>
a { background-color: #A7B881; }
a { background-color: rgb(167,184,129); }
div.DivClassName
{
background-color: #A7B881;
}
.BgClassName
{
background-color: #A7B881;
}
</style>
border-color css
<style>
span { border-color: #A7B881; }
span { border-color: rgb(167,184,129); }
td.TdClassName
{
border-color: #A7B881;
}
.TagClassName
{
border-color: #A7B881;
}
</style>