Shades of Gum Leaf #A9BAAC
Tints of Gum Leaf #A9BAAC
RGB
CMYK
RGB Variations
Color information
#A9BAAC (or 0xA9BAAC) is known color: Gum Leaf. HEX triplet: A9, BA and AC. RGB value is (169,186,172). Sum of RGB (Red+Green+Blue) = 169+186+172=527 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.07% from 527); Green value is 186 (73.05% from 255 or 35.29% from 527); Blue value is 172 (67.58% from 255 or 32.64% from 527); Max value from RGB is 186 - color contains mainly: green. Hex color #A9BAAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9BAAC is #564553. Grayscale: #B3B3B3. Windows color (decimal): -5653844 or 11319977. OLE color: 11319977.
HSL color Cylindrical-coordinate representation of color #A9BAAC: hue angle of 130.59º degrees, saturation: 0.11, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A9BAAC is Cyan = 0.09, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 169 | 186 | 172 | - |
| CMYK | 0.09 | 0 | 0.08 | 0.27 |
| HSL | 130.59º | 0.11% | 0.7% | - |
| HSV(B) | 130.59º | 0.09% | 0.73% | - |
| XYZ | 41.37 | 46.53 | 45.83 | - |
| YUV | 179.32 | 123.87 | 120.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 186 | 172 | 0.09 | 0 | 0.08 | 0.27 | 130.59 | 0.11 | 0.7 |
| Hex | A9 | BA | AC | 9 | 0 | 8 | 1B | 83 | B | 46 |
| Octal | 251 | 272 | 254 | 11 | 0 | 10 | 33 | 203 | 13 | 106 |
| Binary | 10101001 | 10111010 | 10101100 | 1001 | 0 | 1000 | 11011 | 10000011 | 1011 | 1000110 |
Color Harmonies of #A9BAAC
Complementary color
Monochromatic Colors of #A9BAAC
Black with #A9BAAC
Text Example
Text Example
White with #A9BAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9BAAC; }
p { color: rgb(169,186,172); }
H1.HeaderClassName
{
color: #A9BAAC;
}
.AnyTagClassName
{
color: #A9BAAC;
}
</style>
background-color css
<style>
a { background-color: #A9BAAC; }
a { background-color: rgb(169,186,172); }
div.DivClassName
{
background-color: #A9BAAC;
}
.BgClassName
{
background-color: #A9BAAC;
}
</style>
border-color css
<style>
span { border-color: #A9BAAC; }
span { border-color: rgb(169,186,172); }
td.TdClassName
{
border-color: #A9BAAC;
}
.TagClassName
{
border-color: #A9BAAC;
}
</style>