Shades of Gum Leaf #A9C8AB
Tints of Gum Leaf #A9C8AB
RGB
CMYK
RGB Variations
Color information
#A9C8AB (or 0xA9C8AB) is known color: Gum Leaf. HEX triplet: A9, C8 and AB. RGB value is (169,200,171). Sum of RGB (Red+Green+Blue) = 169+200+171=540 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.30% from 540); Green value is 200 (78.52% from 255 or 37.04% from 540); Blue value is 171 (67.19% from 255 or 31.67% from 540); Max value from RGB is 200 - color contains mainly: green. Hex color #A9C8AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9C8AB is #563754. Grayscale: #BBBBBB. Windows color (decimal): -5650261 or 11258025. OLE color: 11258025.
HSL color Cylindrical-coordinate representation of color #A9C8AB: hue angle of 123.87º degrees, saturation: 0.22, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A9C8AB is Cyan = 0.16, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 169 | 200 | 171 | - |
| CMYK | 0.16 | 0 | 0.14 | 0.22 |
| HSL | 123.87º | 0.22% | 0.72% | - |
| HSV(B) | 123.87º | 0.16% | 0.78% | - |
| XYZ | 44.37 | 52.68 | 46.36 | - |
| YUV | 187.43 | 118.73 | 114.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 200 | 171 | 0.16 | 0 | 0.14 | 0.22 | 123.87 | 0.22 | 0.72 |
| Hex | A9 | C8 | AB | 10 | 0 | E | 16 | 7C | 16 | 48 |
| Octal | 251 | 310 | 253 | 20 | 0 | 16 | 26 | 174 | 26 | 110 |
| Binary | 10101001 | 11001000 | 10101011 | 10000 | 0 | 1110 | 10110 | 1111100 | 10110 | 1001000 |
Color Harmonies of #A9C8AB
Complementary color
Monochromatic Colors of #A9C8AB
Black with #A9C8AB
Text Example
Text Example
White with #A9C8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9C8AB; }
p { color: rgb(169,200,171); }
H1.HeaderClassName
{
color: #A9C8AB;
}
.AnyTagClassName
{
color: #A9C8AB;
}
</style>
background-color css
<style>
a { background-color: #A9C8AB; }
a { background-color: rgb(169,200,171); }
div.DivClassName
{
background-color: #A9C8AB;
}
.BgClassName
{
background-color: #A9C8AB;
}
</style>
border-color css
<style>
span { border-color: #A9C8AB; }
span { border-color: rgb(169,200,171); }
td.TdClassName
{
border-color: #A9C8AB;
}
.TagClassName
{
border-color: #A9C8AB;
}
</style>