Shades of Gum Leaf #A8BDAA
Tints of Gum Leaf #A8BDAA
RGB
CMYK
RGB Variations
Color information
#A8BDAA (or 0xA8BDAA) is known color: Gum Leaf. HEX triplet: A8, BD and AA. RGB value is (168,189,170). Sum of RGB (Red+Green+Blue) = 168+189+170=527 (69% of max value = 765). Red value is 168 (66.02% from 255 or 31.88% from 527); Green value is 189 (74.22% from 255 or 35.86% from 527); Blue value is 170 (66.80% from 255 or 32.26% from 527); Max value from RGB is 189 - color contains mainly: green. Hex color #A8BDAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8BDAA is #574255. Grayscale: #B4B4B4. Windows color (decimal): -5718614 or 11189672. OLE color: 11189672.
HSL color Cylindrical-coordinate representation of color #A8BDAA: hue angle of 125.71º degrees, saturation: 0.14, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A8BDAA is Cyan = 0.11, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 168 | 189 | 170 | - |
| CMYK | 0.11 | 0 | 0.10 | 0.26 |
| HSL | 125.71º | 0.14% | 0.7% | - |
| HSV(B) | 125.71º | 0.11% | 0.74% | - |
| XYZ | 41.6 | 47.62 | 45.03 | - |
| YUV | 180.56 | 122.04 | 119.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 189 | 170 | 0.11 | 0 | 0.10 | 0.26 | 125.71 | 0.14 | 0.7 |
| Hex | A8 | BD | AA | B | 0 | A | 1A | 7E | E | 46 |
| Octal | 250 | 275 | 252 | 13 | 0 | 12 | 32 | 176 | 16 | 106 |
| Binary | 10101000 | 10111101 | 10101010 | 1011 | 0 | 1010 | 11010 | 1111110 | 1110 | 1000110 |
Color Harmonies of #A8BDAA
Complementary color
Monochromatic Colors of #A8BDAA
Black with #A8BDAA
Text Example
Text Example
White with #A8BDAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BDAA; }
p { color: rgb(168,189,170); }
H1.HeaderClassName
{
color: #A8BDAA;
}
.AnyTagClassName
{
color: #A8BDAA;
}
</style>
background-color css
<style>
a { background-color: #A8BDAA; }
a { background-color: rgb(168,189,170); }
div.DivClassName
{
background-color: #A8BDAA;
}
.BgClassName
{
background-color: #A8BDAA;
}
</style>
border-color css
<style>
span { border-color: #A8BDAA; }
span { border-color: rgb(168,189,170); }
td.TdClassName
{
border-color: #A8BDAA;
}
.TagClassName
{
border-color: #A8BDAA;
}
</style>