Shades of Caper #A6BA84
Tints of Caper #A6BA84
RGB
CMYK
RGB Variations
Color information
#A6BA84 (or 0xA6BA84) is known color: Caper. HEX triplet: A6, BA and 84. RGB value is (166,186,132). Sum of RGB (Red+Green+Blue) = 166+186+132=484 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.30% from 484); Green value is 186 (73.05% from 255 or 38.43% from 484); Blue value is 132 (51.95% from 255 or 27.27% from 484); Max value from RGB is 186 - color contains mainly: green. Hex color #A6BA84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6BA84 is #59457B. Grayscale: #AEAEAE. Windows color (decimal): -5850492 or 8698534. OLE color: 8698534.
HSL color Cylindrical-coordinate representation of color #A6BA84: hue angle of 82.22º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A6BA84 is Cyan = 0.11, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 166 | 186 | 132 | - |
| CMYK | 0.11 | 0 | 0.29 | 0.27 |
| HSL | 82.22º | 0.28% | 0.62% | - |
| HSV(B) | 82.22º | 0.29% | 0.73% | - |
| XYZ | 37.45 | 44.89 | 28.52 | - |
| YUV | 173.86 | 104.37 | 122.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 186 | 132 | 0.11 | 0 | 0.29 | 0.27 | 82.22 | 0.28 | 0.62 |
| Hex | A6 | BA | 84 | B | 0 | 1D | 1B | 52 | 1C | 3E |
| Octal | 246 | 272 | 204 | 13 | 0 | 35 | 33 | 122 | 34 | 76 |
| Binary | 10100110 | 10111010 | 10000100 | 1011 | 0 | 11101 | 11011 | 1010010 | 11100 | 111110 |
Color Harmonies of #A6BA84
Complementary color
Monochromatic Colors of #A6BA84
Black with #A6BA84
Text Example
Text Example
White with #A6BA84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6BA84; }
p { color: rgb(166,186,132); }
H1.HeaderClassName
{
color: #A6BA84;
}
.AnyTagClassName
{
color: #A6BA84;
}
</style>
background-color css
<style>
a { background-color: #A6BA84; }
a { background-color: rgb(166,186,132); }
div.DivClassName
{
background-color: #A6BA84;
}
.BgClassName
{
background-color: #A6BA84;
}
</style>
border-color css
<style>
span { border-color: #A6BA84; }
span { border-color: rgb(166,186,132); }
td.TdClassName
{
border-color: #A6BA84;
}
.TagClassName
{
border-color: #A6BA84;
}
</style>