Shades of Caper #A4B980
Tints of Caper #A4B980
RGB
CMYK
RGB Variations
Color information
#A4B980 (or 0xA4B980) is known color: Caper. HEX triplet: A4, B9 and 80. RGB value is (164,185,128). Sum of RGB (Red+Green+Blue) = 164+185+128=477 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.38% from 477); Green value is 185 (72.66% from 255 or 38.78% from 477); Blue value is 128 (50.39% from 255 or 26.83% from 477); Max value from RGB is 185 - color contains mainly: green. Hex color #A4B980 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4B980 is #5B467F. Grayscale: #ACACAC. Windows color (decimal): -5981824 or 8436132. OLE color: 8436132.
HSL color Cylindrical-coordinate representation of color #A4B980: hue angle of 82.11º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A4B980 is Cyan = 0.11, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 164 | 185 | 128 | - |
| CMYK | 0.11 | 0 | 0.31 | 0.27 |
| HSL | 82.11º | 0.29% | 0.61% | - |
| HSV(B) | 82.11º | 0.31% | 0.73% | - |
| XYZ | 36.56 | 44.15 | 27.02 | - |
| YUV | 172.22 | 103.04 | 122.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 185 | 128 | 0.11 | 0 | 0.31 | 0.27 | 82.11 | 0.29 | 0.61 |
| Hex | A4 | B9 | 80 | B | 0 | 1F | 1B | 52 | 1D | 3D |
| Octal | 244 | 271 | 200 | 13 | 0 | 37 | 33 | 122 | 35 | 75 |
| Binary | 10100100 | 10111001 | 10000000 | 1011 | 0 | 11111 | 11011 | 1010010 | 11101 | 111101 |
Color Harmonies of #A4B980
Complementary color
Monochromatic Colors of #A4B980
Black with #A4B980
Text Example
Text Example
White with #A4B980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4B980; }
p { color: rgb(164,185,128); }
H1.HeaderClassName
{
color: #A4B980;
}
.AnyTagClassName
{
color: #A4B980;
}
</style>
background-color css
<style>
a { background-color: #A4B980; }
a { background-color: rgb(164,185,128); }
div.DivClassName
{
background-color: #A4B980;
}
.BgClassName
{
background-color: #A4B980;
}
</style>
border-color css
<style>
span { border-color: #A4B980; }
span { border-color: rgb(164,185,128); }
td.TdClassName
{
border-color: #A4B980;
}
.TagClassName
{
border-color: #A4B980;
}
</style>