Shades of Gum Leaf #A6BAA8
Tints of Gum Leaf #A6BAA8
RGB
CMYK
RGB Variations
Color information
#A6BAA8 (or 0xA6BAA8) is known color: Gum Leaf. HEX triplet: A6, BA and A8. RGB value is (166,186,168). Sum of RGB (Red+Green+Blue) = 166+186+168=520 (68% of max value = 765). Red value is 166 (65.23% from 255 or 31.92% from 520); Green value is 186 (73.05% from 255 or 35.77% from 520); Blue value is 168 (66.02% from 255 or 32.31% from 520); Max value from RGB is 186 - color contains mainly: green. Hex color #A6BAA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6BAA8 is #594557. Grayscale: #B2B2B2. Windows color (decimal): -5850456 or 11057830. OLE color: 11057830.
HSL color Cylindrical-coordinate representation of color #A6BAA8: hue angle of 126º 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 #A6BAA8 is Cyan = 0.11, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 166 | 186 | 168 | - |
| CMYK | 0.11 | 0 | 0.10 | 0.27 |
| HSL | 126º | 0.13% | 0.69% | - |
| HSV(B) | 126º | 0.11% | 0.73% | - |
| XYZ | 40.35 | 46.05 | 43.81 | - |
| YUV | 177.97 | 122.37 | 119.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 186 | 168 | 0.11 | 0 | 0.10 | 0.27 | 126 | 0.13 | 0.69 |
| Hex | A6 | BA | A8 | B | 0 | A | 1B | 7E | D | 45 |
| Octal | 246 | 272 | 250 | 13 | 0 | 12 | 33 | 176 | 15 | 105 |
| Binary | 10100110 | 10111010 | 10101000 | 1011 | 0 | 1010 | 11011 | 1111110 | 1101 | 1000101 |
Color Harmonies of #A6BAA8
Complementary color
Monochromatic Colors of #A6BAA8
Black with #A6BAA8
Text Example
Text Example
White with #A6BAA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6BAA8; }
p { color: rgb(166,186,168); }
H1.HeaderClassName
{
color: #A6BAA8;
}
.AnyTagClassName
{
color: #A6BAA8;
}
</style>
background-color css
<style>
a { background-color: #A6BAA8; }
a { background-color: rgb(166,186,168); }
div.DivClassName
{
background-color: #A6BAA8;
}
.BgClassName
{
background-color: #A6BAA8;
}
</style>
border-color css
<style>
span { border-color: #A6BAA8; }
span { border-color: rgb(166,186,168); }
td.TdClassName
{
border-color: #A6BAA8;
}
.TagClassName
{
border-color: #A6BAA8;
}
</style>