Shades of Gum Leaf #A9C0AB
Tints of Gum Leaf #A9C0AB
RGB
CMYK
RGB Variations
Color information
#A9C0AB (or 0xA9C0AB) is known color: Gum Leaf. HEX triplet: A9, C0 and AB. RGB value is (169,192,171). Sum of RGB (Red+Green+Blue) = 169+192+171=532 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.77% from 532); Green value is 192 (75.39% from 255 or 36.09% from 532); Blue value is 171 (67.19% from 255 or 32.14% from 532); Max value from RGB is 192 - color contains mainly: green. Hex color #A9C0AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9C0AB is #563F54. Grayscale: #B6B6B6. Windows color (decimal): -5652309 or 11255977. OLE color: 11255977.
HSL color Cylindrical-coordinate representation of color #A9C0AB: hue angle of 125.22º degrees, saturation: 0.15, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A9C0AB is Cyan = 0.12, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 169 | 192 | 171 | - |
| CMYK | 0.12 | 0 | 0.11 | 0.25 |
| HSL | 125.22º | 0.15% | 0.71% | - |
| HSV(B) | 125.22º | 0.12% | 0.75% | - |
| XYZ | 42.56 | 49.07 | 45.76 | - |
| YUV | 182.73 | 121.38 | 118.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 192 | 171 | 0.12 | 0 | 0.11 | 0.25 | 125.22 | 0.15 | 0.71 |
| Hex | A9 | C0 | AB | C | 0 | B | 19 | 7D | F | 47 |
| Octal | 251 | 300 | 253 | 14 | 0 | 13 | 31 | 175 | 17 | 107 |
| Binary | 10101001 | 11000000 | 10101011 | 1100 | 0 | 1011 | 11001 | 1111101 | 1111 | 1000111 |
Color Harmonies of #A9C0AB
Complementary color
Monochromatic Colors of #A9C0AB
Black with #A9C0AB
Text Example
Text Example
White with #A9C0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9C0AB; }
p { color: rgb(169,192,171); }
H1.HeaderClassName
{
color: #A9C0AB;
}
.AnyTagClassName
{
color: #A9C0AB;
}
</style>
background-color css
<style>
a { background-color: #A9C0AB; }
a { background-color: rgb(169,192,171); }
div.DivClassName
{
background-color: #A9C0AB;
}
.BgClassName
{
background-color: #A9C0AB;
}
</style>
border-color css
<style>
span { border-color: #A9C0AB; }
span { border-color: rgb(169,192,171); }
td.TdClassName
{
border-color: #A9C0AB;
}
.TagClassName
{
border-color: #A9C0AB;
}
</style>