Shades of Caper #A3B580
Tints of Caper #A3B580
RGB
CMYK
RGB Variations
Color information
#A3B580 (or 0xA3B580) is known color: Caper. HEX triplet: A3, B5 and 80. RGB value is (163,181,128). Sum of RGB (Red+Green+Blue) = 163+181+128=472 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.53% from 472); Green value is 181 (71.09% from 255 or 38.35% from 472); Blue value is 128 (50.39% from 255 or 27.12% from 472); Max value from RGB is 181 - color contains mainly: green. Hex color #A3B580 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3B580 is #5C4A7F. Grayscale: #A9A9A9. Windows color (decimal): -6048384 or 8435107. OLE color: 8435107.
HSL color Cylindrical-coordinate representation of color #A3B580: hue angle of 80.38º 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 #A3B580 is Cyan = 0.10, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 163 | 181 | 128 | - |
| CMYK | 0.10 | 0 | 0.29 | 0.29 |
| HSL | 80.38º | 0.26% | 0.61% | - |
| HSV(B) | 80.38º | 0.29% | 0.71% | - |
| XYZ | 35.52 | 42.39 | 26.73 | - |
| YUV | 169.58 | 104.54 | 123.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 181 | 128 | 0.10 | 0 | 0.29 | 0.29 | 80.38 | 0.26 | 0.61 |
| Hex | A3 | B5 | 80 | A | 0 | 1D | 1D | 50 | 1A | 3D |
| Octal | 243 | 265 | 200 | 12 | 0 | 35 | 35 | 120 | 32 | 75 |
| Binary | 10100011 | 10110101 | 10000000 | 1010 | 0 | 11101 | 11101 | 1010000 | 11010 | 111101 |
Color Harmonies of #A3B580
Complementary color
Monochromatic Colors of #A3B580
Black with #A3B580
Text Example
Text Example
White with #A3B580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3B580; }
p { color: rgb(163,181,128); }
H1.HeaderClassName
{
color: #A3B580;
}
.AnyTagClassName
{
color: #A3B580;
}
</style>
background-color css
<style>
a { background-color: #A3B580; }
a { background-color: rgb(163,181,128); }
div.DivClassName
{
background-color: #A3B580;
}
.BgClassName
{
background-color: #A3B580;
}
</style>
border-color css
<style>
span { border-color: #A3B580; }
span { border-color: rgb(163,181,128); }
td.TdClassName
{
border-color: #A3B580;
}
.TagClassName
{
border-color: #A3B580;
}
</style>