Shades of Caper #A5C07F
Tints of Caper #A5C07F
RGB
CMYK
RGB Variations
Color information
#A5C07F (or 0xA5C07F) is known color: Caper. HEX triplet: A5, C0 and 7F. RGB value is (165,192,127). Sum of RGB (Red+Green+Blue) = 165+192+127=484 (64% of max value = 765). Red value is 165 (64.84% from 255 or 34.09% from 484); Green value is 192 (75.39% from 255 or 39.67% from 484); Blue value is 127 (50% from 255 or 26.24% from 484); Max value from RGB is 192 - color contains mainly: green. Hex color #A5C07F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5C07F is #5A3F80. Grayscale: #B0B0B0. Windows color (decimal): -5914497 or 8372389. OLE color: 8372389.
HSL color Cylindrical-coordinate representation of color #A5C07F: hue angle of 84.92º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A5C07F is Cyan = 0.14, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 165 | 192 | 127 | - |
| CMYK | 0.14 | 0 | 0.34 | 0.25 |
| HSL | 84.92º | 0.34% | 0.63% | - |
| HSV(B) | 84.92º | 0.34% | 0.75% | - |
| XYZ | 38.2 | 47.23 | 27.18 | - |
| YUV | 176.52 | 100.05 | 119.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 192 | 127 | 0.14 | 0 | 0.34 | 0.25 | 84.92 | 0.34 | 0.63 |
| Hex | A5 | C0 | 7F | E | 0 | 22 | 19 | 55 | 22 | 3F |
| Octal | 245 | 300 | 177 | 16 | 0 | 42 | 31 | 125 | 42 | 77 |
| Binary | 10100101 | 11000000 | 1111111 | 1110 | 0 | 100010 | 11001 | 1010101 | 100010 | 111111 |
Color Harmonies of #A5C07F
Complementary color
Monochromatic Colors of #A5C07F
Black with #A5C07F
Text Example
Text Example
White with #A5C07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5C07F; }
p { color: rgb(165,192,127); }
H1.HeaderClassName
{
color: #A5C07F;
}
.AnyTagClassName
{
color: #A5C07F;
}
</style>
background-color css
<style>
a { background-color: #A5C07F; }
a { background-color: rgb(165,192,127); }
div.DivClassName
{
background-color: #A5C07F;
}
.BgClassName
{
background-color: #A5C07F;
}
</style>
border-color css
<style>
span { border-color: #A5C07F; }
span { border-color: rgb(165,192,127); }
td.TdClassName
{
border-color: #A5C07F;
}
.TagClassName
{
border-color: #A5C07F;
}
</style>