Shades of Caper #A4C180
Tints of Caper #A4C180
RGB
CMYK
RGB Variations
Color information
#A4C180 (or 0xA4C180) is known color: Caper. HEX triplet: A4, C1 and 80. RGB value is (164,193,128). Sum of RGB (Red+Green+Blue) = 164+193+128=485 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.81% from 485); Green value is 193 (75.78% from 255 or 39.79% from 485); Blue value is 128 (50.39% from 255 or 26.39% from 485); Max value from RGB is 193 - color contains mainly: green. Hex color #A4C180 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4C180 is #5B3E7F. Grayscale: #B1B1B1. Windows color (decimal): -5979776 or 8438180. OLE color: 8438180.
HSL color Cylindrical-coordinate representation of color #A4C180: hue angle of 86.77º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A4C180 is Cyan = 0.15, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 164 | 193 | 128 | - |
| CMYK | 0.15 | 0 | 0.34 | 0.24 |
| HSL | 86.77º | 0.34% | 0.63% | - |
| HSV(B) | 86.77º | 0.34% | 0.76% | - |
| XYZ | 38.28 | 47.59 | 27.59 | - |
| YUV | 176.92 | 100.39 | 118.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 193 | 128 | 0.15 | 0 | 0.34 | 0.24 | 86.77 | 0.34 | 0.63 |
| Hex | A4 | C1 | 80 | F | 0 | 22 | 18 | 57 | 22 | 3F |
| Octal | 244 | 301 | 200 | 17 | 0 | 42 | 30 | 127 | 42 | 77 |
| Binary | 10100100 | 11000001 | 10000000 | 1111 | 0 | 100010 | 11000 | 1010111 | 100010 | 111111 |
Color Harmonies of #A4C180
Complementary color
Monochromatic Colors of #A4C180
Black with #A4C180
Text Example
Text Example
White with #A4C180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4C180; }
p { color: rgb(164,193,128); }
H1.HeaderClassName
{
color: #A4C180;
}
.AnyTagClassName
{
color: #A4C180;
}
</style>
background-color css
<style>
a { background-color: #A4C180; }
a { background-color: rgb(164,193,128); }
div.DivClassName
{
background-color: #A4C180;
}
.BgClassName
{
background-color: #A4C180;
}
</style>
border-color css
<style>
span { border-color: #A4C180; }
span { border-color: rgb(164,193,128); }
td.TdClassName
{
border-color: #A4C180;
}
.TagClassName
{
border-color: #A4C180;
}
</style>