Shades of Caper #A6B976
Tints of Caper #A6B976
RGB
CMYK
RGB Variations
Color information
#A6B976 (or 0xA6B976) is known color: Caper. HEX triplet: A6, B9 and 76. RGB value is (166,185,118). Sum of RGB (Red+Green+Blue) = 166+185+118=469 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.39% from 469); Green value is 185 (72.66% from 255 or 39.45% from 469); Blue value is 118 (46.48% from 255 or 25.16% from 469); Max value from RGB is 185 - color contains mainly: green. Hex color #A6B976 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6B976 is #594689. Grayscale: #ABABAB. Windows color (decimal): -5850762 or 7780774. OLE color: 7780774.
HSL color Cylindrical-coordinate representation of color #A6B976: hue angle of 77.01º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A6B976 is Cyan = 0.10, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 166 | 185 | 118 | - |
| CMYK | 0.10 | 0 | 0.36 | 0.27 |
| HSL | 77.01º | 0.32% | 0.59% | - |
| HSV(B) | 77.01º | 0.36% | 0.73% | - |
| XYZ | 36.34 | 44.11 | 23.74 | - |
| YUV | 171.68 | 97.71 | 123.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 185 | 118 | 0.10 | 0 | 0.36 | 0.27 | 77.01 | 0.32 | 0.59 |
| Hex | A6 | B9 | 76 | A | 0 | 24 | 1B | 4D | 20 | 3B |
| Octal | 246 | 271 | 166 | 12 | 0 | 44 | 33 | 115 | 40 | 73 |
| Binary | 10100110 | 10111001 | 1110110 | 1010 | 0 | 100100 | 11011 | 1001101 | 100000 | 111011 |
Color Harmonies of #A6B976
Complementary color
Monochromatic Colors of #A6B976
Black with #A6B976
Text Example
Text Example
White with #A6B976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B976; }
p { color: rgb(166,185,118); }
H1.HeaderClassName
{
color: #A6B976;
}
.AnyTagClassName
{
color: #A6B976;
}
</style>
background-color css
<style>
a { background-color: #A6B976; }
a { background-color: rgb(166,185,118); }
div.DivClassName
{
background-color: #A6B976;
}
.BgClassName
{
background-color: #A6B976;
}
</style>
border-color css
<style>
span { border-color: #A6B976; }
span { border-color: rgb(166,185,118); }
td.TdClassName
{
border-color: #A6B976;
}
.TagClassName
{
border-color: #A6B976;
}
</style>