Shades of Gum Leaf #A6BAA9
Tints of Gum Leaf #A6BAA9
RGB
CMYK
RGB Variations
Color information
#A6BAA9 (or 0xA6BAA9) is known color: Gum Leaf. HEX triplet: A6, BA and A9. RGB value is (166,186,169). Sum of RGB (Red+Green+Blue) = 166+186+169=521 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.86% from 521); Green value is 186 (73.05% from 255 or 35.70% from 521); Blue value is 169 (66.41% from 255 or 32.44% from 521); Max value from RGB is 186 - color contains mainly: green. Hex color #A6BAA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6BAA9 is #594556. Grayscale: #B2B2B2. Windows color (decimal): -5850455 or 11123366. OLE color: 11123366.
HSL color Cylindrical-coordinate representation of color #A6BAA9: hue angle of 129º degrees, saturation: 0.13, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A6BAA9 is Cyan = 0.11, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 166 | 186 | 169 | - |
| CMYK | 0.11 | 0 | 0.09 | 0.27 |
| HSL | 129º | 0.13% | 0.69% | - |
| HSV(B) | 129º | 0.11% | 0.73% | - |
| XYZ | 40.45 | 46.09 | 44.3 | - |
| YUV | 178.08 | 122.87 | 119.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 186 | 169 | 0.11 | 0 | 0.09 | 0.27 | 129 | 0.13 | 0.69 |
| Hex | A6 | BA | A9 | B | 0 | 9 | 1B | 81 | D | 45 |
| Octal | 246 | 272 | 251 | 13 | 0 | 11 | 33 | 201 | 15 | 105 |
| Binary | 10100110 | 10111010 | 10101001 | 1011 | 0 | 1001 | 11011 | 10000001 | 1101 | 1000101 |
Color Harmonies of #A6BAA9
Complementary color
Monochromatic Colors of #A6BAA9
Black with #A6BAA9
Text Example
Text Example
White with #A6BAA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6BAA9; }
p { color: rgb(166,186,169); }
H1.HeaderClassName
{
color: #A6BAA9;
}
.AnyTagClassName
{
color: #A6BAA9;
}
</style>
background-color css
<style>
a { background-color: #A6BAA9; }
a { background-color: rgb(166,186,169); }
div.DivClassName
{
background-color: #A6BAA9;
}
.BgClassName
{
background-color: #A6BAA9;
}
</style>
border-color css
<style>
span { border-color: #A6BAA9; }
span { border-color: rgb(166,186,169); }
td.TdClassName
{
border-color: #A6BAA9;
}
.TagClassName
{
border-color: #A6BAA9;
}
</style>