Shades of Gum Leaf #A9CAAD
Tints of Gum Leaf #A9CAAD
RGB
CMYK
RGB Variations
Color information
#A9CAAD (or 0xA9CAAD) is known color: Gum Leaf. HEX triplet: A9, CA and AD. RGB value is (169,202,173). Sum of RGB (Red+Green+Blue) = 169+202+173=544 (72% of max value = 765). Red value is 169 (66.41% from 255 or 31.07% from 544); Green value is 202 (79.30% from 255 or 37.13% from 544); Blue value is 173 (67.97% from 255 or 31.80% from 544); Max value from RGB is 202 - color contains mainly: green. Hex color #A9CAAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9CAAD is #563552. Grayscale: #BCBCBC. Windows color (decimal): -5649747 or 11389609. OLE color: 11389609.
HSL color Cylindrical-coordinate representation of color #A9CAAD: hue angle of 127.27º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A9CAAD is Cyan = 0.16, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 169 | 202 | 173 | - |
| CMYK | 0.16 | 0 | 0.14 | 0.21 |
| HSL | 127.27º | 0.24% | 0.73% | - |
| HSV(B) | 127.27º | 0.16% | 0.79% | - |
| XYZ | 45.03 | 53.69 | 47.53 | - |
| YUV | 188.83 | 119.07 | 113.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 202 | 173 | 0.16 | 0 | 0.14 | 0.21 | 127.27 | 0.24 | 0.73 |
| Hex | A9 | CA | AD | 10 | 0 | E | 15 | 7F | 18 | 49 |
| Octal | 251 | 312 | 255 | 20 | 0 | 16 | 25 | 177 | 30 | 111 |
| Binary | 10101001 | 11001010 | 10101101 | 10000 | 0 | 1110 | 10101 | 1111111 | 11000 | 1001001 |
Color Harmonies of #A9CAAD
Complementary color
Monochromatic Colors of #A9CAAD
Black with #A9CAAD
Text Example
Text Example
White with #A9CAAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9CAAD; }
p { color: rgb(169,202,173); }
H1.HeaderClassName
{
color: #A9CAAD;
}
.AnyTagClassName
{
color: #A9CAAD;
}
</style>
background-color css
<style>
a { background-color: #A9CAAD; }
a { background-color: rgb(169,202,173); }
div.DivClassName
{
background-color: #A9CAAD;
}
.BgClassName
{
background-color: #A9CAAD;
}
</style>
border-color css
<style>
span { border-color: #A9CAAD; }
span { border-color: rgb(169,202,173); }
td.TdClassName
{
border-color: #A9CAAD;
}
.TagClassName
{
border-color: #A9CAAD;
}
</style>