Shades of Caper #A6C077
Tints of Caper #A6C077
RGB
CMYK
RGB Variations
Color information
#A6C077 (or 0xA6C077) is known color: Caper. HEX triplet: A6, C0 and 77. RGB value is (166,192,119). Sum of RGB (Red+Green+Blue) = 166+192+119=477 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.80% from 477); Green value is 192 (75.39% from 255 or 40.25% from 477); Blue value is 119 (46.88% from 255 or 24.95% from 477); Max value from RGB is 192 - color contains mainly: green. Hex color #A6C077 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6C077 is #593F88. Grayscale: #B0B0B0. Windows color (decimal): -5848969 or 7848102. OLE color: 7848102.
HSL color Cylindrical-coordinate representation of color #A6C077: hue angle of 81.37º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A6C077 is Cyan = 0.14, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 166 | 192 | 119 | - |
| CMYK | 0.14 | 0 | 0.38 | 0.25 |
| HSL | 81.37º | 0.37% | 0.61% | - |
| HSV(B) | 81.37º | 0.38% | 0.75% | - |
| XYZ | 37.91 | 47.14 | 24.55 | - |
| YUV | 175.9 | 95.89 | 120.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 192 | 119 | 0.14 | 0 | 0.38 | 0.25 | 81.37 | 0.37 | 0.61 |
| Hex | A6 | C0 | 77 | E | 0 | 26 | 19 | 51 | 25 | 3D |
| Octal | 246 | 300 | 167 | 16 | 0 | 46 | 31 | 121 | 45 | 75 |
| Binary | 10100110 | 11000000 | 1110111 | 1110 | 0 | 100110 | 11001 | 1010001 | 100101 | 111101 |
Color Harmonies of #A6C077
Complementary color
Monochromatic Colors of #A6C077
Black with #A6C077
Text Example
Text Example
White with #A6C077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6C077; }
p { color: rgb(166,192,119); }
H1.HeaderClassName
{
color: #A6C077;
}
.AnyTagClassName
{
color: #A6C077;
}
</style>
background-color css
<style>
a { background-color: #A6C077; }
a { background-color: rgb(166,192,119); }
div.DivClassName
{
background-color: #A6C077;
}
.BgClassName
{
background-color: #A6C077;
}
</style>
border-color css
<style>
span { border-color: #A6C077; }
span { border-color: rgb(166,192,119); }
td.TdClassName
{
border-color: #A6C077;
}
.TagClassName
{
border-color: #A6C077;
}
</style>