Shades of Caper #A8C680
Tints of Caper #A8C680
RGB
CMYK
RGB Variations
Color information
#A8C680 (or 0xA8C680) is known color: Caper. HEX triplet: A8, C6 and 80. RGB value is (168,198,128). Sum of RGB (Red+Green+Blue) = 168+198+128=494 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.01% from 494); Green value is 198 (77.73% from 255 or 40.08% from 494); Blue value is 128 (50.39% from 255 or 25.91% from 494); Max value from RGB is 198 - color contains mainly: green. Hex color #A8C680 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8C680 is #57397F. Grayscale: #B5B5B5. Windows color (decimal): -5716352 or 8439464. OLE color: 8439464.
HSL color Cylindrical-coordinate representation of color #A8C680: hue angle of 85.71º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A8C680 is Cyan = 0.15, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 168 | 198 | 128 | - |
| CMYK | 0.15 | 0 | 0.35 | 0.22 |
| HSL | 85.71º | 0.38% | 0.64% | - |
| HSV(B) | 85.71º | 0.35% | 0.78% | - |
| XYZ | 40.24 | 50.27 | 28 | - |
| YUV | 181.05 | 98.06 | 118.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 198 | 128 | 0.15 | 0 | 0.35 | 0.22 | 85.71 | 0.38 | 0.64 |
| Hex | A8 | C6 | 80 | F | 0 | 23 | 16 | 56 | 26 | 40 |
| Octal | 250 | 306 | 200 | 17 | 0 | 43 | 26 | 126 | 46 | 100 |
| Binary | 10101000 | 11000110 | 10000000 | 1111 | 0 | 100011 | 10110 | 1010110 | 100110 | 1000000 |
Color Harmonies of #A8C680
Complementary color
Monochromatic Colors of #A8C680
Black with #A8C680
Text Example
Text Example
White with #A8C680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C680; }
p { color: rgb(168,198,128); }
H1.HeaderClassName
{
color: #A8C680;
}
.AnyTagClassName
{
color: #A8C680;
}
</style>
background-color css
<style>
a { background-color: #A8C680; }
a { background-color: rgb(168,198,128); }
div.DivClassName
{
background-color: #A8C680;
}
.BgClassName
{
background-color: #A8C680;
}
</style>
border-color css
<style>
span { border-color: #A8C680; }
span { border-color: rgb(168,198,128); }
td.TdClassName
{
border-color: #A8C680;
}
.TagClassName
{
border-color: #A8C680;
}
</style>