Shades of Gum Leaf #A9C2AC
Tints of Gum Leaf #A9C2AC
RGB
CMYK
RGB Variations
Color information
#A9C2AC (or 0xA9C2AC) is known color: Gum Leaf. HEX triplet: A9, C2 and AC. RGB value is (169,194,172). Sum of RGB (Red+Green+Blue) = 169+194+172=535 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.59% from 535); Green value is 194 (76.17% from 255 or 36.26% from 535); Blue value is 172 (67.58% from 255 or 32.15% from 535); Max value from RGB is 194 - color contains mainly: green. Hex color #A9C2AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9C2AC is #563D53. Grayscale: #B8B8B8. Windows color (decimal): -5651796 or 11322025. OLE color: 11322025.
HSL color Cylindrical-coordinate representation of color #A9C2AC: hue angle of 127.2º degrees, saturation: 0.17, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A9C2AC is Cyan = 0.13, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 169 | 194 | 172 | - |
| CMYK | 0.13 | 0 | 0.11 | 0.24 |
| HSL | 127.2º | 0.17% | 0.71% | - |
| HSV(B) | 127.2º | 0.13% | 0.76% | - |
| XYZ | 43.1 | 50 | 46.41 | - |
| YUV | 184.02 | 121.22 | 117.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 194 | 172 | 0.13 | 0 | 0.11 | 0.24 | 127.2 | 0.17 | 0.71 |
| Hex | A9 | C2 | AC | D | 0 | B | 18 | 7F | 11 | 47 |
| Octal | 251 | 302 | 254 | 15 | 0 | 13 | 30 | 177 | 21 | 107 |
| Binary | 10101001 | 11000010 | 10101100 | 1101 | 0 | 1011 | 11000 | 1111111 | 10001 | 1000111 |
Color Harmonies of #A9C2AC
Complementary color
Monochromatic Colors of #A9C2AC
Black with #A9C2AC
Text Example
Text Example
White with #A9C2AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9C2AC; }
p { color: rgb(169,194,172); }
H1.HeaderClassName
{
color: #A9C2AC;
}
.AnyTagClassName
{
color: #A9C2AC;
}
</style>
background-color css
<style>
a { background-color: #A9C2AC; }
a { background-color: rgb(169,194,172); }
div.DivClassName
{
background-color: #A9C2AC;
}
.BgClassName
{
background-color: #A9C2AC;
}
</style>
border-color css
<style>
span { border-color: #A9C2AC; }
span { border-color: rgb(169,194,172); }
td.TdClassName
{
border-color: #A9C2AC;
}
.TagClassName
{
border-color: #A9C2AC;
}
</style>