Shades of Caper #A4B57F
Tints of Caper #A4B57F
RGB
CMYK
RGB Variations
Color information
#A4B57F (or 0xA4B57F) is known color: Caper. HEX triplet: A4, B5 and 7F. RGB value is (164,181,127). Sum of RGB (Red+Green+Blue) = 164+181+127=472 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.75% from 472); Green value is 181 (71.09% from 255 or 38.35% from 472); Blue value is 127 (50% from 255 or 26.91% from 472); Max value from RGB is 181 - color contains mainly: green. Hex color #A4B57F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4B57F is #5B4A80. Grayscale: #A9A9A9. Windows color (decimal): -5982849 or 8369572. OLE color: 8369572.
HSL color Cylindrical-coordinate representation of color #A4B57F: hue angle of 78.89º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A4B57F is Cyan = 0.09, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 164 | 181 | 127 | - |
| CMYK | 0.09 | 0 | 0.30 | 0.29 |
| HSL | 78.89º | 0.27% | 0.6% | - |
| HSV(B) | 78.89º | 0.3% | 0.71% | - |
| XYZ | 35.66 | 42.47 | 26.4 | - |
| YUV | 169.76 | 103.87 | 123.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 181 | 127 | 0.09 | 0 | 0.30 | 0.29 | 78.89 | 0.27 | 0.6 |
| Hex | A4 | B5 | 7F | 9 | 0 | 1E | 1D | 4F | 1B | 3C |
| Octal | 244 | 265 | 177 | 11 | 0 | 36 | 35 | 117 | 33 | 74 |
| Binary | 10100100 | 10110101 | 1111111 | 1001 | 0 | 11110 | 11101 | 1001111 | 11011 | 111100 |
Color Harmonies of #A4B57F
Complementary color
Monochromatic Colors of #A4B57F
Black with #A4B57F
Text Example
Text Example
White with #A4B57F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4B57F; }
p { color: rgb(164,181,127); }
H1.HeaderClassName
{
color: #A4B57F;
}
.AnyTagClassName
{
color: #A4B57F;
}
</style>
background-color css
<style>
a { background-color: #A4B57F; }
a { background-color: rgb(164,181,127); }
div.DivClassName
{
background-color: #A4B57F;
}
.BgClassName
{
background-color: #A4B57F;
}
</style>
border-color css
<style>
span { border-color: #A4B57F; }
span { border-color: rgb(164,181,127); }
td.TdClassName
{
border-color: #A4B57F;
}
.TagClassName
{
border-color: #A4B57F;
}
</style>