Shades of Caper #A8C077
Tints of Caper #A8C077
RGB
CMYK
RGB Variations
Color information
#A8C077 (or 0xA8C077) is known color: Caper. HEX triplet: A8, C0 and 77. RGB value is (168,192,119). Sum of RGB (Red+Green+Blue) = 168+192+119=479 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.07% from 479); Green value is 192 (75.39% from 255 or 40.08% from 479); Blue value is 119 (46.88% from 255 or 24.84% from 479); Max value from RGB is 192 - color contains mainly: green. Hex color #A8C077 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8C077 is #573F88. Grayscale: #B0B0B0. Windows color (decimal): -5717897 or 7848104. OLE color: 7848104.
HSL color Cylindrical-coordinate representation of color #A8C077: hue angle of 79.73º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A8C077 is Cyan = 0.12, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 168 | 192 | 119 | - |
| CMYK | 0.12 | 0 | 0.38 | 0.25 |
| HSL | 79.73º | 0.37% | 0.61% | - |
| HSV(B) | 79.73º | 0.38% | 0.75% | - |
| XYZ | 38.33 | 47.36 | 24.57 | - |
| YUV | 176.5 | 95.55 | 121.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 192 | 119 | 0.12 | 0 | 0.38 | 0.25 | 79.73 | 0.37 | 0.61 |
| Hex | A8 | C0 | 77 | C | 0 | 26 | 19 | 50 | 25 | 3D |
| Octal | 250 | 300 | 167 | 14 | 0 | 46 | 31 | 120 | 45 | 75 |
| Binary | 10101000 | 11000000 | 1110111 | 1100 | 0 | 100110 | 11001 | 1010000 | 100101 | 111101 |
Color Harmonies of #A8C077
Complementary color
Monochromatic Colors of #A8C077
Black with #A8C077
Text Example
Text Example
White with #A8C077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C077; }
p { color: rgb(168,192,119); }
H1.HeaderClassName
{
color: #A8C077;
}
.AnyTagClassName
{
color: #A8C077;
}
</style>
background-color css
<style>
a { background-color: #A8C077; }
a { background-color: rgb(168,192,119); }
div.DivClassName
{
background-color: #A8C077;
}
.BgClassName
{
background-color: #A8C077;
}
</style>
border-color css
<style>
span { border-color: #A8C077; }
span { border-color: rgb(168,192,119); }
td.TdClassName
{
border-color: #A8C077;
}
.TagClassName
{
border-color: #A8C077;
}
</style>