Shades of Gum Leaf #A9C3AD
Tints of Gum Leaf #A9C3AD
RGB
CMYK
RGB Variations
Color information
#A9C3AD (or 0xA9C3AD) is known color: Gum Leaf. HEX triplet: A9, C3 and AD. RGB value is (169,195,173). Sum of RGB (Red+Green+Blue) = 169+195+173=537 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.47% from 537); Green value is 195 (76.56% from 255 or 36.31% from 537); Blue value is 173 (67.97% from 255 or 32.22% from 537); Max value from RGB is 195 - color contains mainly: green. Hex color #A9C3AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9C3AD is #563C52. Grayscale: #B8B8B8. Windows color (decimal): -5651539 or 11387817. OLE color: 11387817.
HSL color Cylindrical-coordinate representation of color #A9C3AD: hue angle of 129.23º degrees, saturation: 0.18, 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 #A9C3AD is Cyan = 0.13, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 169 | 195 | 173 | - |
| CMYK | 0.13 | 0 | 0.11 | 0.24 |
| HSL | 129.23º | 0.18% | 0.71% | - |
| HSV(B) | 129.23º | 0.13% | 0.76% | - |
| XYZ | 43.42 | 50.48 | 46.99 | - |
| YUV | 184.72 | 121.39 | 116.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 195 | 173 | 0.13 | 0 | 0.11 | 0.24 | 129.23 | 0.18 | 0.71 |
| Hex | A9 | C3 | AD | D | 0 | B | 18 | 81 | 12 | 47 |
| Octal | 251 | 303 | 255 | 15 | 0 | 13 | 30 | 201 | 22 | 107 |
| Binary | 10101001 | 11000011 | 10101101 | 1101 | 0 | 1011 | 11000 | 10000001 | 10010 | 1000111 |
Color Harmonies of #A9C3AD
Complementary color
Monochromatic Colors of #A9C3AD
Black with #A9C3AD
Text Example
Text Example
White with #A9C3AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9C3AD; }
p { color: rgb(169,195,173); }
H1.HeaderClassName
{
color: #A9C3AD;
}
.AnyTagClassName
{
color: #A9C3AD;
}
</style>
background-color css
<style>
a { background-color: #A9C3AD; }
a { background-color: rgb(169,195,173); }
div.DivClassName
{
background-color: #A9C3AD;
}
.BgClassName
{
background-color: #A9C3AD;
}
</style>
border-color css
<style>
span { border-color: #A9C3AD; }
span { border-color: rgb(169,195,173); }
td.TdClassName
{
border-color: #A9C3AD;
}
.TagClassName
{
border-color: #A9C3AD;
}
</style>