Shades of Caper #A6C082
Tints of Caper #A6C082
RGB
CMYK
RGB Variations
Color information
#A6C082 (or 0xA6C082) is known color: Caper. HEX triplet: A6, C0 and 82. RGB value is (166,192,130). Sum of RGB (Red+Green+Blue) = 166+192+130=488 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.02% from 488); Green value is 192 (75.39% from 255 or 39.34% from 488); Blue value is 130 (51.17% from 255 or 26.64% from 488); Max value from RGB is 192 - color contains mainly: green. Hex color #A6C082 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6C082 is #593F7D. Grayscale: #B1B1B1. Windows color (decimal): -5848958 or 8568998. OLE color: 8568998.
HSL color Cylindrical-coordinate representation of color #A6C082: hue angle of 85.16º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A6C082 is Cyan = 0.14, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 166 | 192 | 130 | - |
| CMYK | 0.14 | 0 | 0.32 | 0.25 |
| HSL | 85.16º | 0.33% | 0.63% | - |
| HSV(B) | 85.16º | 0.32% | 0.75% | - |
| XYZ | 38.6 | 47.42 | 28.24 | - |
| YUV | 177.16 | 101.39 | 120.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 192 | 130 | 0.14 | 0 | 0.32 | 0.25 | 85.16 | 0.33 | 0.63 |
| Hex | A6 | C0 | 82 | E | 0 | 20 | 19 | 55 | 21 | 3F |
| Octal | 246 | 300 | 202 | 16 | 0 | 40 | 31 | 125 | 41 | 77 |
| Binary | 10100110 | 11000000 | 10000010 | 1110 | 0 | 100000 | 11001 | 1010101 | 100001 | 111111 |
Color Harmonies of #A6C082
Complementary color
Monochromatic Colors of #A6C082
Black with #A6C082
Text Example
Text Example
White with #A6C082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6C082; }
p { color: rgb(166,192,130); }
H1.HeaderClassName
{
color: #A6C082;
}
.AnyTagClassName
{
color: #A6C082;
}
</style>
background-color css
<style>
a { background-color: #A6C082; }
a { background-color: rgb(166,192,130); }
div.DivClassName
{
background-color: #A6C082;
}
.BgClassName
{
background-color: #A6C082;
}
</style>
border-color css
<style>
span { border-color: #A6C082; }
span { border-color: rgb(166,192,130); }
td.TdClassName
{
border-color: #A6C082;
}
.TagClassName
{
border-color: #A6C082;
}
</style>