Shades of Caper #A4B37A
Tints of Caper #A4B37A
RGB
CMYK
RGB Variations
Color information
#A4B37A (or 0xA4B37A) is known color: Caper. HEX triplet: A4, B3 and 7A. RGB value is (164,179,122). Sum of RGB (Red+Green+Blue) = 164+179+122=465 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.27% from 465); Green value is 179 (70.31% from 255 or 38.49% from 465); Blue value is 122 (48.05% from 255 or 26.24% from 465); Max value from RGB is 179 - color contains mainly: green. Hex color #A4B37A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4B37A is #5B4C85. Grayscale: #A8A8A8. Windows color (decimal): -5983366 or 8041380. OLE color: 8041380.
HSL color Cylindrical-coordinate representation of color #A4B37A: hue angle of 75.79º 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 #A4B37A is Cyan = 0.08, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 164 | 179 | 122 | - |
| CMYK | 0.08 | 0 | 0.32 | 0.30 |
| HSL | 75.79º | 0.27% | 0.59% | - |
| HSV(B) | 75.79º | 0.32% | 0.7% | - |
| XYZ | 34.94 | 41.54 | 24.59 | - |
| YUV | 168.02 | 102.03 | 125.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 179 | 122 | 0.08 | 0 | 0.32 | 0.30 | 75.79 | 0.27 | 0.59 |
| Hex | A4 | B3 | 7A | 8 | 0 | 20 | 1E | 4C | 1B | 3B |
| Octal | 244 | 263 | 172 | 10 | 0 | 40 | 36 | 114 | 33 | 73 |
| Binary | 10100100 | 10110011 | 1111010 | 1000 | 0 | 100000 | 11110 | 1001100 | 11011 | 111011 |
Color Harmonies of #A4B37A
Complementary color
Monochromatic Colors of #A4B37A
Black with #A4B37A
Text Example
Text Example
White with #A4B37A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4B37A; }
p { color: rgb(164,179,122); }
H1.HeaderClassName
{
color: #A4B37A;
}
.AnyTagClassName
{
color: #A4B37A;
}
</style>
background-color css
<style>
a { background-color: #A4B37A; }
a { background-color: rgb(164,179,122); }
div.DivClassName
{
background-color: #A4B37A;
}
.BgClassName
{
background-color: #A4B37A;
}
</style>
border-color css
<style>
span { border-color: #A4B37A; }
span { border-color: rgb(164,179,122); }
td.TdClassName
{
border-color: #A4B37A;
}
.TagClassName
{
border-color: #A4B37A;
}
</style>