Shades of Gum Leaf #A9BBAC
Tints of Gum Leaf #A9BBAC
RGB
CMYK
RGB Variations
Color information
#A9BBAC (or 0xA9BBAC) is known color: Gum Leaf. HEX triplet: A9, BB and AC. RGB value is (169,187,172). Sum of RGB (Red+Green+Blue) = 169+187+172=528 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.01% from 528); Green value is 187 (73.44% from 255 or 35.42% from 528); Blue value is 172 (67.58% from 255 or 32.58% from 528); Max value from RGB is 187 - color contains mainly: green. Hex color #A9BBAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9BBAC is #564453. Grayscale: #B3B3B3. Windows color (decimal): -5653588 or 11320233. OLE color: 11320233.
HSL color Cylindrical-coordinate representation of color #A9BBAC: hue angle of 130º degrees, saturation: 0.12, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A9BBAC is Cyan = 0.10, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 169 | 187 | 172 | - |
| CMYK | 0.10 | 0 | 0.08 | 0.27 |
| HSL | 130º | 0.12% | 0.7% | - |
| HSV(B) | 130º | 0.1% | 0.73% | - |
| XYZ | 41.58 | 46.95 | 45.9 | - |
| YUV | 179.91 | 123.54 | 120.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 187 | 172 | 0.10 | 0 | 0.08 | 0.27 | 130 | 0.12 | 0.7 |
| Hex | A9 | BB | AC | A | 0 | 8 | 1B | 82 | C | 46 |
| Octal | 251 | 273 | 254 | 12 | 0 | 10 | 33 | 202 | 14 | 106 |
| Binary | 10101001 | 10111011 | 10101100 | 1010 | 0 | 1000 | 11011 | 10000010 | 1100 | 1000110 |
Color Harmonies of #A9BBAC
Complementary color
Monochromatic Colors of #A9BBAC
Black with #A9BBAC
Text Example
Text Example
White with #A9BBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9BBAC; }
p { color: rgb(169,187,172); }
H1.HeaderClassName
{
color: #A9BBAC;
}
.AnyTagClassName
{
color: #A9BBAC;
}
</style>
background-color css
<style>
a { background-color: #A9BBAC; }
a { background-color: rgb(169,187,172); }
div.DivClassName
{
background-color: #A9BBAC;
}
.BgClassName
{
background-color: #A9BBAC;
}
</style>
border-color css
<style>
span { border-color: #A9BBAC; }
span { border-color: rgb(169,187,172); }
td.TdClassName
{
border-color: #A9BBAC;
}
.TagClassName
{
border-color: #A9BBAC;
}
</style>