Shades of Gum Leaf #A9BCAF
Tints of Gum Leaf #A9BCAF
RGB
CMYK
RGB Variations
Color information
#A9BCAF (or 0xA9BCAF) is known color: Gum Leaf. HEX triplet: A9, BC and AF. RGB value is (169,188,175). Sum of RGB (Red+Green+Blue) = 169+188+175=532 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.77% from 532); Green value is 188 (73.83% from 255 or 35.34% from 532); Blue value is 175 (68.75% from 255 or 32.89% from 532); Max value from RGB is 188 - color contains mainly: green. Hex color #A9BCAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9BCAF is #564350. Grayscale: #B4B4B4. Windows color (decimal): -5653329 or 11517097. OLE color: 11517097.
HSL color Cylindrical-coordinate representation of color #A9BCAF: hue angle of 138.95º 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 #A9BCAF is Cyan = 0.10, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 169 | 188 | 175 | - |
| CMYK | 0.10 | 0 | 0.07 | 0.26 |
| HSL | 138.95º | 0.12% | 0.7% | - |
| HSV(B) | 138.95º | 0.1% | 0.74% | - |
| XYZ | 42.08 | 47.5 | 47.51 | - |
| YUV | 180.84 | 124.71 | 119.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 188 | 175 | 0.10 | 0 | 0.07 | 0.26 | 138.95 | 0.12 | 0.7 |
| Hex | A9 | BC | AF | A | 0 | 7 | 1A | 8B | C | 46 |
| Octal | 251 | 274 | 257 | 12 | 0 | 7 | 32 | 213 | 14 | 106 |
| Binary | 10101001 | 10111100 | 10101111 | 1010 | 0 | 111 | 11010 | 10001011 | 1100 | 1000110 |
Color Harmonies of #A9BCAF
Complementary color
Monochromatic Colors of #A9BCAF
Black with #A9BCAF
Text Example
Text Example
White with #A9BCAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9BCAF; }
p { color: rgb(169,188,175); }
H1.HeaderClassName
{
color: #A9BCAF;
}
.AnyTagClassName
{
color: #A9BCAF;
}
</style>
background-color css
<style>
a { background-color: #A9BCAF; }
a { background-color: rgb(169,188,175); }
div.DivClassName
{
background-color: #A9BCAF;
}
.BgClassName
{
background-color: #A9BCAF;
}
</style>
border-color css
<style>
span { border-color: #A9BCAF; }
span { border-color: rgb(169,188,175); }
td.TdClassName
{
border-color: #A9BCAF;
}
.TagClassName
{
border-color: #A9BCAF;
}
</style>