Shades of Caper #A4B580
Tints of Caper #A4B580
RGB
CMYK
RGB Variations
Color information
#A4B580 (or 0xA4B580) is known color: Caper. HEX triplet: A4, B5 and 80. RGB value is (164,181,128). Sum of RGB (Red+Green+Blue) = 164+181+128=473 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.67% from 473); Green value is 181 (71.09% from 255 or 38.27% from 473); Blue value is 128 (50.39% from 255 or 27.06% from 473); Max value from RGB is 181 - color contains mainly: green. Hex color #A4B580 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4B580 is #5B4A7F. Grayscale: #AAAAAA. Windows color (decimal): -5982848 or 8435108. OLE color: 8435108.
HSL color Cylindrical-coordinate representation of color #A4B580: hue angle of 79.25º degrees, saturation: 0.26, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A4B580 is Cyan = 0.09, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 164 | 181 | 128 | - |
| CMYK | 0.09 | 0 | 0.29 | 0.29 |
| HSL | 79.25º | 0.26% | 0.61% | - |
| HSV(B) | 79.25º | 0.29% | 0.71% | - |
| XYZ | 35.73 | 42.5 | 26.74 | - |
| YUV | 169.88 | 104.37 | 123.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 181 | 128 | 0.09 | 0 | 0.29 | 0.29 | 79.25 | 0.26 | 0.61 |
| Hex | A4 | B5 | 80 | 9 | 0 | 1D | 1D | 4F | 1A | 3D |
| Octal | 244 | 265 | 200 | 11 | 0 | 35 | 35 | 117 | 32 | 75 |
| Binary | 10100100 | 10110101 | 10000000 | 1001 | 0 | 11101 | 11101 | 1001111 | 11010 | 111101 |
Color Harmonies of #A4B580
Complementary color
Monochromatic Colors of #A4B580
Black with #A4B580
Text Example
Text Example
White with #A4B580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4B580; }
p { color: rgb(164,181,128); }
H1.HeaderClassName
{
color: #A4B580;
}
.AnyTagClassName
{
color: #A4B580;
}
</style>
background-color css
<style>
a { background-color: #A4B580; }
a { background-color: rgb(164,181,128); }
div.DivClassName
{
background-color: #A4B580;
}
.BgClassName
{
background-color: #A4B580;
}
</style>
border-color css
<style>
span { border-color: #A4B580; }
span { border-color: rgb(164,181,128); }
td.TdClassName
{
border-color: #A4B580;
}
.TagClassName
{
border-color: #A4B580;
}
</style>