Shades of Gum Leaf #A9BCAD
Tints of Gum Leaf #A9BCAD
RGB
CMYK
RGB Variations
Color information
#A9BCAD (or 0xA9BCAD) is known color: Gum Leaf. HEX triplet: A9, BC and AD. RGB value is (169,188,173). Sum of RGB (Red+Green+Blue) = 169+188+173=530 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.89% from 530); Green value is 188 (73.83% from 255 or 35.47% from 530); Blue value is 173 (67.97% from 255 or 32.64% from 530); Max value from RGB is 188 - color contains mainly: green. Hex color #A9BCAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9BCAD is #564352. Grayscale: #B4B4B4. Windows color (decimal): -5653331 or 11386025. OLE color: 11386025.
HSL color Cylindrical-coordinate representation of color #A9BCAD: hue angle of 132.63º degrees, saturation: 0.12, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A9BCAD is Cyan = 0.10, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 169 | 188 | 173 | - |
| CMYK | 0.10 | 0 | 0.08 | 0.26 |
| HSL | 132.63º | 0.12% | 0.7% | - |
| HSV(B) | 132.63º | 0.1% | 0.74% | - |
| XYZ | 41.89 | 47.42 | 46.48 | - |
| YUV | 180.61 | 123.71 | 119.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 188 | 173 | 0.10 | 0 | 0.08 | 0.26 | 132.63 | 0.12 | 0.7 |
| Hex | A9 | BC | AD | A | 0 | 8 | 1A | 85 | C | 46 |
| Octal | 251 | 274 | 255 | 12 | 0 | 10 | 32 | 205 | 14 | 106 |
| Binary | 10101001 | 10111100 | 10101101 | 1010 | 0 | 1000 | 11010 | 10000101 | 1100 | 1000110 |
Color Harmonies of #A9BCAD
Complementary color
Monochromatic Colors of #A9BCAD
Black with #A9BCAD
Text Example
Text Example
White with #A9BCAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9BCAD; }
p { color: rgb(169,188,173); }
H1.HeaderClassName
{
color: #A9BCAD;
}
.AnyTagClassName
{
color: #A9BCAD;
}
</style>
background-color css
<style>
a { background-color: #A9BCAD; }
a { background-color: rgb(169,188,173); }
div.DivClassName
{
background-color: #A9BCAD;
}
.BgClassName
{
background-color: #A9BCAD;
}
</style>
border-color css
<style>
span { border-color: #A9BCAD; }
span { border-color: rgb(169,188,173); }
td.TdClassName
{
border-color: #A9BCAD;
}
.TagClassName
{
border-color: #A9BCAD;
}
</style>