Shades of Caper #A6C080
Tints of Caper #A6C080
RGB
CMYK
RGB Variations
Color information
#A6C080 (or 0xA6C080) is known color: Caper. HEX triplet: A6, C0 and 80. RGB value is (166,192,128). Sum of RGB (Red+Green+Blue) = 166+192+128=486 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.16% from 486); Green value is 192 (75.39% from 255 or 39.51% from 486); Blue value is 128 (50.39% from 255 or 26.34% from 486); Max value from RGB is 192 - color contains mainly: green. Hex color #A6C080 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6C080 is #593F7F. Grayscale: #B1B1B1. Windows color (decimal): -5848960 or 8437926. OLE color: 8437926.
HSL color Cylindrical-coordinate representation of color #A6C080: hue angle of 84.38º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A6C080 is Cyan = 0.14, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 166 | 192 | 128 | - |
| CMYK | 0.14 | 0 | 0.33 | 0.25 |
| HSL | 84.38º | 0.34% | 0.63% | - |
| HSV(B) | 84.38º | 0.33% | 0.75% | - |
| XYZ | 38.47 | 47.36 | 27.54 | - |
| YUV | 176.93 | 100.39 | 120.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 192 | 128 | 0.14 | 0 | 0.33 | 0.25 | 84.38 | 0.34 | 0.63 |
| Hex | A6 | C0 | 80 | E | 0 | 21 | 19 | 54 | 22 | 3F |
| Octal | 246 | 300 | 200 | 16 | 0 | 41 | 31 | 124 | 42 | 77 |
| Binary | 10100110 | 11000000 | 10000000 | 1110 | 0 | 100001 | 11001 | 1010100 | 100010 | 111111 |
Color Harmonies of #A6C080
Complementary color
Monochromatic Colors of #A6C080
Black with #A6C080
Text Example
Text Example
White with #A6C080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6C080; }
p { color: rgb(166,192,128); }
H1.HeaderClassName
{
color: #A6C080;
}
.AnyTagClassName
{
color: #A6C080;
}
</style>
background-color css
<style>
a { background-color: #A6C080; }
a { background-color: rgb(166,192,128); }
div.DivClassName
{
background-color: #A6C080;
}
.BgClassName
{
background-color: #A6C080;
}
</style>
border-color css
<style>
span { border-color: #A6C080; }
span { border-color: rgb(166,192,128); }
td.TdClassName
{
border-color: #A6C080;
}
.TagClassName
{
border-color: #A6C080;
}
</style>