Shades of Caper #A5B386
Tints of Caper #A5B386
RGB
CMYK
RGB Variations
Color information
#A5B386 (or 0xA5B386) is known color: Caper. HEX triplet: A5, B3 and 86. RGB value is (165,179,134). Sum of RGB (Red+Green+Blue) = 165+179+134=478 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.52% from 478); Green value is 179 (70.31% from 255 or 37.45% from 478); Blue value is 134 (52.73% from 255 or 28.03% from 478); Max value from RGB is 179 - color contains mainly: green. Hex color #A5B386 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5B386 is #5A4C79. Grayscale: #A9A9A9. Windows color (decimal): -5917818 or 8827813. OLE color: 8827813.
HSL color Cylindrical-coordinate representation of color #A5B386: hue angle of 78.67º degrees, saturation: 0.23, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A5B386 is Cyan = 0.08, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 165 | 179 | 134 | - |
| CMYK | 0.08 | 0 | 0.25 | 0.30 |
| HSL | 78.67º | 0.23% | 0.61% | - |
| HSV(B) | 78.67º | 0.25% | 0.7% | - |
| XYZ | 35.94 | 41.96 | 28.76 | - |
| YUV | 169.68 | 107.86 | 124.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 179 | 134 | 0.08 | 0 | 0.25 | 0.30 | 78.67 | 0.23 | 0.61 |
| Hex | A5 | B3 | 86 | 8 | 0 | 19 | 1E | 4F | 17 | 3D |
| Octal | 245 | 263 | 206 | 10 | 0 | 31 | 36 | 117 | 27 | 75 |
| Binary | 10100101 | 10110011 | 10000110 | 1000 | 0 | 11001 | 11110 | 1001111 | 10111 | 111101 |
Color Harmonies of #A5B386
Complementary color
Monochromatic Colors of #A5B386
Black with #A5B386
Text Example
Text Example
White with #A5B386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5B386; }
p { color: rgb(165,179,134); }
H1.HeaderClassName
{
color: #A5B386;
}
.AnyTagClassName
{
color: #A5B386;
}
</style>
background-color css
<style>
a { background-color: #A5B386; }
a { background-color: rgb(165,179,134); }
div.DivClassName
{
background-color: #A5B386;
}
.BgClassName
{
background-color: #A5B386;
}
</style>
border-color css
<style>
span { border-color: #A5B386; }
span { border-color: rgb(165,179,134); }
td.TdClassName
{
border-color: #A5B386;
}
.TagClassName
{
border-color: #A5B386;
}
</style>