Shades of Caper #A7B37A
Tints of Caper #A7B37A
RGB
CMYK
RGB Variations
Color information
#A7B37A (or 0xA7B37A) is known color: Caper. HEX triplet: A7, B3 and 7A. RGB value is (167,179,122). Sum of RGB (Red+Green+Blue) = 167+179+122=468 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.68% from 468); Green value is 179 (70.31% from 255 or 38.25% from 468); Blue value is 122 (48.05% from 255 or 26.07% from 468); Max value from RGB is 179 - color contains mainly: green. Hex color #A7B37A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7B37A is #584C85. Grayscale: #A9A9A9. Windows color (decimal): -5786758 or 8041383. OLE color: 8041383.
HSL color Cylindrical-coordinate representation of color #A7B37A: hue angle of 72.63º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A7B37A is Cyan = 0.07, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 167 | 179 | 122 | - |
| CMYK | 0.07 | 0 | 0.32 | 0.30 |
| HSL | 72.63º | 0.27% | 0.59% | - |
| HSV(B) | 72.63º | 0.32% | 0.7% | - |
| XYZ | 35.57 | 41.86 | 24.62 | - |
| YUV | 168.91 | 101.52 | 126.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 179 | 122 | 0.07 | 0 | 0.32 | 0.30 | 72.63 | 0.27 | 0.59 |
| Hex | A7 | B3 | 7A | 7 | 0 | 20 | 1E | 49 | 1B | 3B |
| Octal | 247 | 263 | 172 | 7 | 0 | 40 | 36 | 111 | 33 | 73 |
| Binary | 10100111 | 10110011 | 1111010 | 111 | 0 | 100000 | 11110 | 1001001 | 11011 | 111011 |
Color Harmonies of #A7B37A
Complementary color
Monochromatic Colors of #A7B37A
Black with #A7B37A
Text Example
Text Example
White with #A7B37A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7B37A; }
p { color: rgb(167,179,122); }
H1.HeaderClassName
{
color: #A7B37A;
}
.AnyTagClassName
{
color: #A7B37A;
}
</style>
background-color css
<style>
a { background-color: #A7B37A; }
a { background-color: rgb(167,179,122); }
div.DivClassName
{
background-color: #A7B37A;
}
.BgClassName
{
background-color: #A7B37A;
}
</style>
border-color css
<style>
span { border-color: #A7B37A; }
span { border-color: rgb(167,179,122); }
td.TdClassName
{
border-color: #A7B37A;
}
.TagClassName
{
border-color: #A7B37A;
}
</style>