Shades of Caper #A6C181
Tints of Caper #A6C181
RGB
CMYK
RGB Variations
Color information
#A6C181 (or 0xA6C181) is known color: Caper. HEX triplet: A6, C1 and 81. RGB value is (166,193,129). Sum of RGB (Red+Green+Blue) = 166+193+129=488 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.02% from 488); Green value is 193 (75.78% from 255 or 39.55% from 488); Blue value is 129 (50.78% from 255 or 26.43% from 488); Max value from RGB is 193 - color contains mainly: green. Hex color #A6C181 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6C181 is #593E7E. Grayscale: #B1B1B1. Windows color (decimal): -5848703 or 8503718. OLE color: 8503718.
HSL color Cylindrical-coordinate representation of color #A6C181: hue angle of 85.31º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A6C181 is Cyan = 0.14, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 166 | 193 | 129 | - |
| CMYK | 0.14 | 0 | 0.33 | 0.24 |
| HSL | 85.31º | 0.34% | 0.63% | - |
| HSV(B) | 85.31º | 0.33% | 0.76% | - |
| XYZ | 38.76 | 47.83 | 27.96 | - |
| YUV | 177.63 | 100.55 | 119.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 193 | 129 | 0.14 | 0 | 0.33 | 0.24 | 85.31 | 0.34 | 0.63 |
| Hex | A6 | C1 | 81 | E | 0 | 21 | 18 | 55 | 22 | 3F |
| Octal | 246 | 301 | 201 | 16 | 0 | 41 | 30 | 125 | 42 | 77 |
| Binary | 10100110 | 11000001 | 10000001 | 1110 | 0 | 100001 | 11000 | 1010101 | 100010 | 111111 |
Color Harmonies of #A6C181
Complementary color
Monochromatic Colors of #A6C181
Black with #A6C181
Text Example
Text Example
White with #A6C181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6C181; }
p { color: rgb(166,193,129); }
H1.HeaderClassName
{
color: #A6C181;
}
.AnyTagClassName
{
color: #A6C181;
}
</style>
background-color css
<style>
a { background-color: #A6C181; }
a { background-color: rgb(166,193,129); }
div.DivClassName
{
background-color: #A6C181;
}
.BgClassName
{
background-color: #A6C181;
}
</style>
border-color css
<style>
span { border-color: #A6C181; }
span { border-color: rgb(166,193,129); }
td.TdClassName
{
border-color: #A6C181;
}
.TagClassName
{
border-color: #A6C181;
}
</style>