Shades of Caper #A8C07A
Tints of Caper #A8C07A
RGB
CMYK
RGB Variations
Color information
#A8C07A (or 0xA8C07A) is known color: Caper. HEX triplet: A8, C0 and 7A. RGB value is (168,192,122). Sum of RGB (Red+Green+Blue) = 168+192+122=482 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.85% from 482); Green value is 192 (75.39% from 255 or 39.83% from 482); Blue value is 122 (48.05% from 255 or 25.31% from 482); Max value from RGB is 192 - color contains mainly: green. Hex color #A8C07A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8C07A is #573F85. Grayscale: #B1B1B1. Windows color (decimal): -5717894 or 8044712. OLE color: 8044712.
HSL color Cylindrical-coordinate representation of color #A8C07A: hue angle of 80.57º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A8C07A is Cyan = 0.12, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 168 | 192 | 122 | - |
| CMYK | 0.12 | 0 | 0.36 | 0.25 |
| HSL | 80.57º | 0.36% | 0.62% | - |
| HSV(B) | 80.57º | 0.36% | 0.75% | - |
| XYZ | 38.51 | 47.43 | 25.54 | - |
| YUV | 176.84 | 97.05 | 121.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 192 | 122 | 0.12 | 0 | 0.36 | 0.25 | 80.57 | 0.36 | 0.62 |
| Hex | A8 | C0 | 7A | C | 0 | 24 | 19 | 51 | 24 | 3E |
| Octal | 250 | 300 | 172 | 14 | 0 | 44 | 31 | 121 | 44 | 76 |
| Binary | 10101000 | 11000000 | 1111010 | 1100 | 0 | 100100 | 11001 | 1010001 | 100100 | 111110 |
Color Harmonies of #A8C07A
Complementary color
Monochromatic Colors of #A8C07A
Black with #A8C07A
Text Example
Text Example
White with #A8C07A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C07A; }
p { color: rgb(168,192,122); }
H1.HeaderClassName
{
color: #A8C07A;
}
.AnyTagClassName
{
color: #A8C07A;
}
</style>
background-color css
<style>
a { background-color: #A8C07A; }
a { background-color: rgb(168,192,122); }
div.DivClassName
{
background-color: #A8C07A;
}
.BgClassName
{
background-color: #A8C07A;
}
</style>
border-color css
<style>
span { border-color: #A8C07A; }
span { border-color: rgb(168,192,122); }
td.TdClassName
{
border-color: #A8C07A;
}
.TagClassName
{
border-color: #A8C07A;
}
</style>