Shades of Caper #A6C083
Tints of Caper #A6C083
RGB
CMYK
RGB Variations
Color information
#A6C083 (or 0xA6C083) is known color: Caper. HEX triplet: A6, C0 and 83. RGB value is (166,192,131). Sum of RGB (Red+Green+Blue) = 166+192+131=489 (64% of max value = 765). Red value is 166 (65.23% from 255 or 33.95% from 489); Green value is 192 (75.39% from 255 or 39.26% from 489); Blue value is 131 (51.56% from 255 or 26.79% from 489); Max value from RGB is 192 - color contains mainly: green. Hex color #A6C083 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6C083 is #593F7C. Grayscale: #B1B1B1. Windows color (decimal): -5848957 or 8634534. OLE color: 8634534.
HSL color Cylindrical-coordinate representation of color #A6C083: hue angle of 85.57º 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 #A6C083 is Cyan = 0.14, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 166 | 192 | 131 | - |
| CMYK | 0.14 | 0 | 0.32 | 0.25 |
| HSL | 85.57º | 0.33% | 0.63% | - |
| HSV(B) | 85.57º | 0.32% | 0.75% | - |
| XYZ | 38.67 | 47.44 | 28.59 | - |
| YUV | 177.27 | 101.89 | 119.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 192 | 131 | 0.14 | 0 | 0.32 | 0.25 | 85.57 | 0.33 | 0.63 |
| Hex | A6 | C0 | 83 | E | 0 | 20 | 19 | 56 | 21 | 3F |
| Octal | 246 | 300 | 203 | 16 | 0 | 40 | 31 | 126 | 41 | 77 |
| Binary | 10100110 | 11000000 | 10000011 | 1110 | 0 | 100000 | 11001 | 1010110 | 100001 | 111111 |
Color Harmonies of #A6C083
Complementary color
Monochromatic Colors of #A6C083
Black with #A6C083
Text Example
Text Example
White with #A6C083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6C083; }
p { color: rgb(166,192,131); }
H1.HeaderClassName
{
color: #A6C083;
}
.AnyTagClassName
{
color: #A6C083;
}
</style>
background-color css
<style>
a { background-color: #A6C083; }
a { background-color: rgb(166,192,131); }
div.DivClassName
{
background-color: #A6C083;
}
.BgClassName
{
background-color: #A6C083;
}
</style>
border-color css
<style>
span { border-color: #A6C083; }
span { border-color: rgb(166,192,131); }
td.TdClassName
{
border-color: #A6C083;
}
.TagClassName
{
border-color: #A6C083;
}
</style>