Shades of Caper #A6B876
Tints of Caper #A6B876
RGB
CMYK
RGB Variations
Color information
#A6B876 (or 0xA6B876) is known color: Caper. HEX triplet: A6, B8 and 76. RGB value is (166,184,118). Sum of RGB (Red+Green+Blue) = 166+184+118=468 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.47% from 468); Green value is 184 (72.27% from 255 or 39.32% from 468); Blue value is 118 (46.48% from 255 or 25.21% from 468); Max value from RGB is 184 - color contains mainly: green. Hex color #A6B876 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6B876 is #594789. Grayscale: #ABABAB. Windows color (decimal): -5851018 or 7780518. OLE color: 7780518.
HSL color Cylindrical-coordinate representation of color #A6B876: hue angle of 76.36º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A6B876 is Cyan = 0.10, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 166 | 184 | 118 | - |
| CMYK | 0.10 | 0 | 0.36 | 0.28 |
| HSL | 76.36º | 0.32% | 0.59% | - |
| HSV(B) | 76.36º | 0.36% | 0.72% | - |
| XYZ | 36.14 | 43.7 | 23.67 | - |
| YUV | 171.09 | 98.04 | 124.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 184 | 118 | 0.10 | 0 | 0.36 | 0.28 | 76.36 | 0.32 | 0.59 |
| Hex | A6 | B8 | 76 | A | 0 | 24 | 1C | 4C | 20 | 3B |
| Octal | 246 | 270 | 166 | 12 | 0 | 44 | 34 | 114 | 40 | 73 |
| Binary | 10100110 | 10111000 | 1110110 | 1010 | 0 | 100100 | 11100 | 1001100 | 100000 | 111011 |
Color Harmonies of #A6B876
Complementary color
Monochromatic Colors of #A6B876
Black with #A6B876
Text Example
Text Example
White with #A6B876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B876; }
p { color: rgb(166,184,118); }
H1.HeaderClassName
{
color: #A6B876;
}
.AnyTagClassName
{
color: #A6B876;
}
</style>
background-color css
<style>
a { background-color: #A6B876; }
a { background-color: rgb(166,184,118); }
div.DivClassName
{
background-color: #A6B876;
}
.BgClassName
{
background-color: #A6B876;
}
</style>
border-color css
<style>
span { border-color: #A6B876; }
span { border-color: rgb(166,184,118); }
td.TdClassName
{
border-color: #A6B876;
}
.TagClassName
{
border-color: #A6B876;
}
</style>