Shades of Caper #A6BA79
Tints of Caper #A6BA79
RGB
CMYK
RGB Variations
Color information
#A6BA79 (or 0xA6BA79) is known color: Caper. HEX triplet: A6, BA and 79. RGB value is (166,186,121). Sum of RGB (Red+Green+Blue) = 166+186+121=473 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.10% from 473); Green value is 186 (73.05% from 255 or 39.32% from 473); Blue value is 121 (47.66% from 255 or 25.58% from 473); Max value from RGB is 186 - color contains mainly: green. Hex color #A6BA79 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6BA79 is #594586. Grayscale: #ACACAC. Windows color (decimal): -5850503 or 7977638. OLE color: 7977638.
HSL color Cylindrical-coordinate representation of color #A6BA79: hue angle of 78.46º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A6BA79 is Cyan = 0.11, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 166 | 186 | 121 | - |
| CMYK | 0.11 | 0 | 0.35 | 0.27 |
| HSL | 78.46º | 0.32% | 0.6% | - |
| HSV(B) | 78.46º | 0.35% | 0.73% | - |
| XYZ | 36.74 | 44.61 | 24.76 | - |
| YUV | 172.61 | 98.87 | 123.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 186 | 121 | 0.11 | 0 | 0.35 | 0.27 | 78.46 | 0.32 | 0.6 |
| Hex | A6 | BA | 79 | B | 0 | 23 | 1B | 4E | 20 | 3C |
| Octal | 246 | 272 | 171 | 13 | 0 | 43 | 33 | 116 | 40 | 74 |
| Binary | 10100110 | 10111010 | 1111001 | 1011 | 0 | 100011 | 11011 | 1001110 | 100000 | 111100 |
Color Harmonies of #A6BA79
Complementary color
Monochromatic Colors of #A6BA79
Black with #A6BA79
Text Example
Text Example
White with #A6BA79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6BA79; }
p { color: rgb(166,186,121); }
H1.HeaderClassName
{
color: #A6BA79;
}
.AnyTagClassName
{
color: #A6BA79;
}
</style>
background-color css
<style>
a { background-color: #A6BA79; }
a { background-color: rgb(166,186,121); }
div.DivClassName
{
background-color: #A6BA79;
}
.BgClassName
{
background-color: #A6BA79;
}
</style>
border-color css
<style>
span { border-color: #A6BA79; }
span { border-color: rgb(166,186,121); }
td.TdClassName
{
border-color: #A6BA79;
}
.TagClassName
{
border-color: #A6BA79;
}
</style>