Shades of Caper #A6B879
Tints of Caper #A6B879
RGB
CMYK
RGB Variations
Color information
#A6B879 (or 0xA6B879) is known color: Caper. HEX triplet: A6, B8 and 79. RGB value is (166,184,121). Sum of RGB (Red+Green+Blue) = 166+184+121=471 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.24% from 471); Green value is 184 (72.27% from 255 or 39.07% from 471); Blue value is 121 (47.66% from 255 or 25.69% from 471); Max value from RGB is 184 - color contains mainly: green. Hex color #A6B879 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6B879 is #594786. Grayscale: #ABABAB. Windows color (decimal): -5851015 or 7977126. OLE color: 7977126.
HSL color Cylindrical-coordinate representation of color #A6B879: hue angle of 77.14º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A6B879 is Cyan = 0.10, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 166 | 184 | 121 | - |
| CMYK | 0.10 | 0 | 0.34 | 0.28 |
| HSL | 77.14º | 0.31% | 0.6% | - |
| HSV(B) | 77.14º | 0.34% | 0.72% | - |
| XYZ | 36.32 | 43.77 | 24.62 | - |
| YUV | 171.44 | 99.54 | 124.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 184 | 121 | 0.10 | 0 | 0.34 | 0.28 | 77.14 | 0.31 | 0.6 |
| Hex | A6 | B8 | 79 | A | 0 | 22 | 1C | 4D | 1F | 3C |
| Octal | 246 | 270 | 171 | 12 | 0 | 42 | 34 | 115 | 37 | 74 |
| Binary | 10100110 | 10111000 | 1111001 | 1010 | 0 | 100010 | 11100 | 1001101 | 11111 | 111100 |
Color Harmonies of #A6B879
Complementary color
Monochromatic Colors of #A6B879
Black with #A6B879
Text Example
Text Example
White with #A6B879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B879; }
p { color: rgb(166,184,121); }
H1.HeaderClassName
{
color: #A6B879;
}
.AnyTagClassName
{
color: #A6B879;
}
</style>
background-color css
<style>
a { background-color: #A6B879; }
a { background-color: rgb(166,184,121); }
div.DivClassName
{
background-color: #A6B879;
}
.BgClassName
{
background-color: #A6B879;
}
</style>
border-color css
<style>
span { border-color: #A6B879; }
span { border-color: rgb(166,184,121); }
td.TdClassName
{
border-color: #A6B879;
}
.TagClassName
{
border-color: #A6B879;
}
</style>