Shades of Caper #A9C586
Tints of Caper #A9C586
RGB
CMYK
RGB Variations
Color information
#A9C586 (or 0xA9C586) is known color: Caper. HEX triplet: A9, C5 and 86. RGB value is (169,197,134). Sum of RGB (Red+Green+Blue) = 169+197+134=500 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.8% from 500); Green value is 197 (77.34% from 255 or 39.4% from 500); Blue value is 134 (52.73% from 255 or 26.8% from 500); Max value from RGB is 197 - color contains mainly: green. Hex color #A9C586 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9C586 is #563A79. Grayscale: #B5B5B5. Windows color (decimal): -5651066 or 8832425. OLE color: 8832425.
HSL color Cylindrical-coordinate representation of color #A9C586: hue angle of 86.67º degrees, saturation: 0.35, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A9C586 is Cyan = 0.14, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 169 | 197 | 134 | - |
| CMYK | 0.14 | 0 | 0.32 | 0.23 |
| HSL | 86.67º | 0.35% | 0.65% | - |
| HSV(B) | 86.67º | 0.32% | 0.77% | - |
| XYZ | 40.63 | 50.09 | 30.08 | - |
| YUV | 181.45 | 101.22 | 119.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 197 | 134 | 0.14 | 0 | 0.32 | 0.23 | 86.67 | 0.35 | 0.65 |
| Hex | A9 | C5 | 86 | E | 0 | 20 | 17 | 57 | 23 | 41 |
| Octal | 251 | 305 | 206 | 16 | 0 | 40 | 27 | 127 | 43 | 101 |
| Binary | 10101001 | 11000101 | 10000110 | 1110 | 0 | 100000 | 10111 | 1010111 | 100011 | 1000001 |
Color Harmonies of #A9C586
Complementary color
Monochromatic Colors of #A9C586
Black with #A9C586
Text Example
Text Example
White with #A9C586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9C586; }
p { color: rgb(169,197,134); }
H1.HeaderClassName
{
color: #A9C586;
}
.AnyTagClassName
{
color: #A9C586;
}
</style>
background-color css
<style>
a { background-color: #A9C586; }
a { background-color: rgb(169,197,134); }
div.DivClassName
{
background-color: #A9C586;
}
.BgClassName
{
background-color: #A9C586;
}
</style>
border-color css
<style>
span { border-color: #A9C586; }
span { border-color: rgb(169,197,134); }
td.TdClassName
{
border-color: #A9C586;
}
.TagClassName
{
border-color: #A9C586;
}
</style>