Shades of Gum Leaf #A9B8AD
Tints of Gum Leaf #A9B8AD
RGB
CMYK
RGB Variations
Color information
#A9B8AD (or 0xA9B8AD) is known color: Gum Leaf. HEX triplet: A9, B8 and AD. RGB value is (169,184,173). Sum of RGB (Red+Green+Blue) = 169+184+173=526 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.13% from 526); Green value is 184 (72.27% from 255 or 34.98% from 526); Blue value is 173 (67.97% from 255 or 32.89% from 526); Max value from RGB is 184 - color contains mainly: green. Hex color #A9B8AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9B8AD is #564752. Grayscale: #B2B2B2. Windows color (decimal): -5654355 or 11385001. OLE color: 11385001.
HSL color Cylindrical-coordinate representation of color #A9B8AD: hue angle of 136º degrees, saturation: 0.1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A9B8AD is Cyan = 0.08, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 169 | 184 | 173 | - |
| CMYK | 0.08 | 0 | 0.06 | 0.28 |
| HSL | 136º | 0.1% | 0.69% | - |
| HSV(B) | 136º | 0.08% | 0.72% | - |
| XYZ | 41.05 | 45.73 | 46.2 | - |
| YUV | 178.26 | 125.03 | 121.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 184 | 173 | 0.08 | 0 | 0.06 | 0.28 | 136 | 0.1 | 0.69 |
| Hex | A9 | B8 | AD | 8 | 0 | 6 | 1C | 88 | A | 45 |
| Octal | 251 | 270 | 255 | 10 | 0 | 6 | 34 | 210 | 12 | 105 |
| Binary | 10101001 | 10111000 | 10101101 | 1000 | 0 | 110 | 11100 | 10001000 | 1010 | 1000101 |
Color Harmonies of #A9B8AD
Complementary color
Monochromatic Colors of #A9B8AD
Black with #A9B8AD
Text Example
Text Example
White with #A9B8AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9B8AD; }
p { color: rgb(169,184,173); }
H1.HeaderClassName
{
color: #A9B8AD;
}
.AnyTagClassName
{
color: #A9B8AD;
}
</style>
background-color css
<style>
a { background-color: #A9B8AD; }
a { background-color: rgb(169,184,173); }
div.DivClassName
{
background-color: #A9B8AD;
}
.BgClassName
{
background-color: #A9B8AD;
}
</style>
border-color css
<style>
span { border-color: #A9B8AD; }
span { border-color: rgb(169,184,173); }
td.TdClassName
{
border-color: #A9B8AD;
}
.TagClassName
{
border-color: #A9B8AD;
}
</style>