Shades of Gum Leaf #A6BAAB
Tints of Gum Leaf #A6BAAB
RGB
CMYK
RGB Variations
Color information
#A6BAAB (or 0xA6BAAB) is known color: Gum Leaf. HEX triplet: A6, BA and AB. RGB value is (166,186,171). Sum of RGB (Red+Green+Blue) = 166+186+171=523 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.74% from 523); Green value is 186 (73.05% from 255 or 35.56% from 523); Blue value is 171 (67.19% from 255 or 32.70% from 523); Max value from RGB is 186 - color contains mainly: green. Hex color #A6BAAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6BAAB is #594554. Grayscale: #B2B2B2. Windows color (decimal): -5850453 or 11254438. OLE color: 11254438.
HSL color Cylindrical-coordinate representation of color #A6BAAB: hue angle of 135º 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 #A6BAAB is Cyan = 0.11, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 166 | 186 | 171 | - |
| CMYK | 0.11 | 0 | 0.08 | 0.27 |
| HSL | 135º | 0.13% | 0.69% | - |
| HSV(B) | 135º | 0.11% | 0.73% | - |
| XYZ | 40.64 | 46.17 | 45.3 | - |
| YUV | 178.31 | 123.87 | 119.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 186 | 171 | 0.11 | 0 | 0.08 | 0.27 | 135 | 0.13 | 0.69 |
| Hex | A6 | BA | AB | B | 0 | 8 | 1B | 87 | D | 45 |
| Octal | 246 | 272 | 253 | 13 | 0 | 10 | 33 | 207 | 15 | 105 |
| Binary | 10100110 | 10111010 | 10101011 | 1011 | 0 | 1000 | 11011 | 10000111 | 1101 | 1000101 |
Color Harmonies of #A6BAAB
Complementary color
Monochromatic Colors of #A6BAAB
Black with #A6BAAB
Text Example
Text Example
White with #A6BAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6BAAB; }
p { color: rgb(166,186,171); }
H1.HeaderClassName
{
color: #A6BAAB;
}
.AnyTagClassName
{
color: #A6BAAB;
}
</style>
background-color css
<style>
a { background-color: #A6BAAB; }
a { background-color: rgb(166,186,171); }
div.DivClassName
{
background-color: #A6BAAB;
}
.BgClassName
{
background-color: #A6BAAB;
}
</style>
border-color css
<style>
span { border-color: #A6BAAB; }
span { border-color: rgb(166,186,171); }
td.TdClassName
{
border-color: #A6BAAB;
}
.TagClassName
{
border-color: #A6BAAB;
}
</style>