Shades of Caper #A5B480
Tints of Caper #A5B480
RGB
CMYK
RGB Variations
Color information
#A5B480 (or 0xA5B480) is known color: Caper. HEX triplet: A5, B4 and 80. RGB value is (165,180,128). Sum of RGB (Red+Green+Blue) = 165+180+128=473 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.88% from 473); Green value is 180 (70.70% from 255 or 38.05% from 473); Blue value is 128 (50.39% from 255 or 27.06% from 473); Max value from RGB is 180 - color contains mainly: green. Hex color #A5B480 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5B480 is #5A4B7F. Grayscale: #A9A9A9. Windows color (decimal): -5917568 or 8434853. OLE color: 8434853.
HSL color Cylindrical-coordinate representation of color #A5B480: hue angle of 77.31º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A5B480 is Cyan = 0.08, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 165 | 180 | 128 | - |
| CMYK | 0.08 | 0 | 0.29 | 0.29 |
| HSL | 77.31º | 0.26% | 0.6% | - |
| HSV(B) | 77.31º | 0.29% | 0.71% | - |
| XYZ | 35.73 | 42.2 | 26.68 | - |
| YUV | 169.59 | 104.53 | 124.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 180 | 128 | 0.08 | 0 | 0.29 | 0.29 | 77.31 | 0.26 | 0.6 |
| Hex | A5 | B4 | 80 | 8 | 0 | 1D | 1D | 4D | 1A | 3C |
| Octal | 245 | 264 | 200 | 10 | 0 | 35 | 35 | 115 | 32 | 74 |
| Binary | 10100101 | 10110100 | 10000000 | 1000 | 0 | 11101 | 11101 | 1001101 | 11010 | 111100 |
Color Harmonies of #A5B480
Complementary color
Monochromatic Colors of #A5B480
Black with #A5B480
Text Example
Text Example
White with #A5B480
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5B480; }
p { color: rgb(165,180,128); }
H1.HeaderClassName
{
color: #A5B480;
}
.AnyTagClassName
{
color: #A5B480;
}
</style>
background-color css
<style>
a { background-color: #A5B480; }
a { background-color: rgb(165,180,128); }
div.DivClassName
{
background-color: #A5B480;
}
.BgClassName
{
background-color: #A5B480;
}
</style>
border-color css
<style>
span { border-color: #A5B480; }
span { border-color: rgb(165,180,128); }
td.TdClassName
{
border-color: #A5B480;
}
.TagClassName
{
border-color: #A5B480;
}
</style>