Shades of Caper #A6C281
Tints of Caper #A6C281
RGB
CMYK
RGB Variations
Color information
#A6C281 (or 0xA6C281) is known color: Caper. HEX triplet: A6, C2 and 81. RGB value is (166,194,129). Sum of RGB (Red+Green+Blue) = 166+194+129=489 (64% of max value = 765). Red value is 166 (65.23% from 255 or 33.95% from 489); Green value is 194 (76.17% from 255 or 39.67% from 489); Blue value is 129 (50.78% from 255 or 26.38% from 489); Max value from RGB is 194 - color contains mainly: green. Hex color #A6C281 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6C281 is #593D7E. Grayscale: #B2B2B2. Windows color (decimal): -5848447 or 8503974. OLE color: 8503974.
HSL color Cylindrical-coordinate representation of color #A6C281: hue angle of 85.85º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A6C281 is Cyan = 0.14, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 166 | 194 | 129 | - |
| CMYK | 0.14 | 0 | 0.34 | 0.24 |
| HSL | 85.85º | 0.35% | 0.63% | - |
| HSV(B) | 85.85º | 0.34% | 0.76% | - |
| XYZ | 38.98 | 48.28 | 28.03 | - |
| YUV | 178.22 | 100.22 | 119.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 194 | 129 | 0.14 | 0 | 0.34 | 0.24 | 85.85 | 0.35 | 0.63 |
| Hex | A6 | C2 | 81 | E | 0 | 22 | 18 | 56 | 23 | 3F |
| Octal | 246 | 302 | 201 | 16 | 0 | 42 | 30 | 126 | 43 | 77 |
| Binary | 10100110 | 11000010 | 10000001 | 1110 | 0 | 100010 | 11000 | 1010110 | 100011 | 111111 |
Color Harmonies of #A6C281
Complementary color
Monochromatic Colors of #A6C281
Black with #A6C281
Text Example
Text Example
White with #A6C281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6C281; }
p { color: rgb(166,194,129); }
H1.HeaderClassName
{
color: #A6C281;
}
.AnyTagClassName
{
color: #A6C281;
}
</style>
background-color css
<style>
a { background-color: #A6C281; }
a { background-color: rgb(166,194,129); }
div.DivClassName
{
background-color: #A6C281;
}
.BgClassName
{
background-color: #A6C281;
}
</style>
border-color css
<style>
span { border-color: #A6C281; }
span { border-color: rgb(166,194,129); }
td.TdClassName
{
border-color: #A6C281;
}
.TagClassName
{
border-color: #A6C281;
}
</style>