Shades of Caper #A8C07F
Tints of Caper #A8C07F
RGB
CMYK
RGB Variations
Color information
#A8C07F (or 0xA8C07F) is known color: Caper. HEX triplet: A8, C0 and 7F. RGB value is (168,192,127). Sum of RGB (Red+Green+Blue) = 168+192+127=487 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.50% from 487); Green value is 192 (75.39% from 255 or 39.43% from 487); Blue value is 127 (50% from 255 or 26.08% from 487); Max value from RGB is 192 - color contains mainly: green. Hex color #A8C07F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8C07F is #573F80. Grayscale: #B1B1B1. Windows color (decimal): -5717889 or 8372392. OLE color: 8372392.
HSL color Cylindrical-coordinate representation of color #A8C07F: hue angle of 82.15º 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 #A8C07F is Cyan = 0.12, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 168 | 192 | 127 | - |
| CMYK | 0.12 | 0 | 0.34 | 0.25 |
| HSL | 82.15º | 0.34% | 0.63% | - |
| HSV(B) | 82.15º | 0.34% | 0.75% | - |
| XYZ | 38.83 | 47.56 | 27.21 | - |
| YUV | 177.41 | 99.55 | 121.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 192 | 127 | 0.12 | 0 | 0.34 | 0.25 | 82.15 | 0.34 | 0.63 |
| Hex | A8 | C0 | 7F | C | 0 | 22 | 19 | 52 | 22 | 3F |
| Octal | 250 | 300 | 177 | 14 | 0 | 42 | 31 | 122 | 42 | 77 |
| Binary | 10101000 | 11000000 | 1111111 | 1100 | 0 | 100010 | 11001 | 1010010 | 100010 | 111111 |
Color Harmonies of #A8C07F
Complementary color
Monochromatic Colors of #A8C07F
Black with #A8C07F
Text Example
Text Example
White with #A8C07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C07F; }
p { color: rgb(168,192,127); }
H1.HeaderClassName
{
color: #A8C07F;
}
.AnyTagClassName
{
color: #A8C07F;
}
</style>
background-color css
<style>
a { background-color: #A8C07F; }
a { background-color: rgb(168,192,127); }
div.DivClassName
{
background-color: #A8C07F;
}
.BgClassName
{
background-color: #A8C07F;
}
</style>
border-color css
<style>
span { border-color: #A8C07F; }
span { border-color: rgb(168,192,127); }
td.TdClassName
{
border-color: #A8C07F;
}
.TagClassName
{
border-color: #A8C07F;
}
</style>