Shades of Gum Leaf #A9C1AB
Tints of Gum Leaf #A9C1AB
RGB
CMYK
RGB Variations
Color information
#A9C1AB (or 0xA9C1AB) is known color: Gum Leaf. HEX triplet: A9, C1 and AB. RGB value is (169,193,171). Sum of RGB (Red+Green+Blue) = 169+193+171=533 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.71% from 533); Green value is 193 (75.78% from 255 or 36.21% from 533); Blue value is 171 (67.19% from 255 or 32.08% from 533); Max value from RGB is 193 - color contains mainly: green. Hex color #A9C1AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9C1AB is #563E54. Grayscale: #B7B7B7. Windows color (decimal): -5652053 or 11256233. OLE color: 11256233.
HSL color Cylindrical-coordinate representation of color #A9C1AB: hue angle of 125º degrees, saturation: 0.16, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A9C1AB is Cyan = 0.12, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 169 | 193 | 171 | - |
| CMYK | 0.12 | 0 | 0.11 | 0.24 |
| HSL | 125º | 0.16% | 0.71% | - |
| HSV(B) | 125º | 0.12% | 0.76% | - |
| XYZ | 42.78 | 49.52 | 45.83 | - |
| YUV | 183.32 | 121.05 | 117.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 193 | 171 | 0.12 | 0 | 0.11 | 0.24 | 125 | 0.16 | 0.71 |
| Hex | A9 | C1 | AB | C | 0 | B | 18 | 7D | 10 | 47 |
| Octal | 251 | 301 | 253 | 14 | 0 | 13 | 30 | 175 | 20 | 107 |
| Binary | 10101001 | 11000001 | 10101011 | 1100 | 0 | 1011 | 11000 | 1111101 | 10000 | 1000111 |
Color Harmonies of #A9C1AB
Complementary color
Monochromatic Colors of #A9C1AB
Black with #A9C1AB
Text Example
Text Example
White with #A9C1AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9C1AB; }
p { color: rgb(169,193,171); }
H1.HeaderClassName
{
color: #A9C1AB;
}
.AnyTagClassName
{
color: #A9C1AB;
}
</style>
background-color css
<style>
a { background-color: #A9C1AB; }
a { background-color: rgb(169,193,171); }
div.DivClassName
{
background-color: #A9C1AB;
}
.BgClassName
{
background-color: #A9C1AB;
}
</style>
border-color css
<style>
span { border-color: #A9C1AB; }
span { border-color: rgb(169,193,171); }
td.TdClassName
{
border-color: #A9C1AB;
}
.TagClassName
{
border-color: #A9C1AB;
}
</style>