Shades of Caper #A4B87F
Tints of Caper #A4B87F
RGB
CMYK
RGB Variations
Color information
#A4B87F (or 0xA4B87F) is known color: Caper. HEX triplet: A4, B8 and 7F. RGB value is (164,184,127). Sum of RGB (Red+Green+Blue) = 164+184+127=475 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.53% from 475); Green value is 184 (72.27% from 255 or 38.74% from 475); Blue value is 127 (50% from 255 or 26.74% from 475); Max value from RGB is 184 - color contains mainly: green. Hex color #A4B87F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4B87F is #5B4780. Grayscale: #ABABAB. Windows color (decimal): -5982081 or 8370340. OLE color: 8370340.
HSL color Cylindrical-coordinate representation of color #A4B87F: hue angle of 81.05º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A4B87F is Cyan = 0.11, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 164 | 184 | 127 | - |
| CMYK | 0.11 | 0 | 0.31 | 0.28 |
| HSL | 81.05º | 0.29% | 0.61% | - |
| HSV(B) | 81.05º | 0.31% | 0.72% | - |
| XYZ | 36.28 | 43.71 | 26.6 | - |
| YUV | 171.52 | 102.87 | 122.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 184 | 127 | 0.11 | 0 | 0.31 | 0.28 | 81.05 | 0.29 | 0.61 |
| Hex | A4 | B8 | 7F | B | 0 | 1F | 1C | 51 | 1D | 3D |
| Octal | 244 | 270 | 177 | 13 | 0 | 37 | 34 | 121 | 35 | 75 |
| Binary | 10100100 | 10111000 | 1111111 | 1011 | 0 | 11111 | 11100 | 1010001 | 11101 | 111101 |
Color Harmonies of #A4B87F
Complementary color
Monochromatic Colors of #A4B87F
Black with #A4B87F
Text Example
Text Example
White with #A4B87F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4B87F; }
p { color: rgb(164,184,127); }
H1.HeaderClassName
{
color: #A4B87F;
}
.AnyTagClassName
{
color: #A4B87F;
}
</style>
background-color css
<style>
a { background-color: #A4B87F; }
a { background-color: rgb(164,184,127); }
div.DivClassName
{
background-color: #A4B87F;
}
.BgClassName
{
background-color: #A4B87F;
}
</style>
border-color css
<style>
span { border-color: #A4B87F; }
span { border-color: rgb(164,184,127); }
td.TdClassName
{
border-color: #A4B87F;
}
.TagClassName
{
border-color: #A4B87F;
}
</style>