Shades of Gum Leaf #A4BAAA
Tints of Gum Leaf #A4BAAA
RGB
CMYK
RGB Variations
Color information
#A4BAAA (or 0xA4BAAA) is known color: Gum Leaf. HEX triplet: A4, BA and AA. RGB value is (164,186,170). Sum of RGB (Red+Green+Blue) = 164+186+170=520 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.54% from 520); Green value is 186 (73.05% from 255 or 35.77% from 520); Blue value is 170 (66.80% from 255 or 32.69% from 520); Max value from RGB is 186 - color contains mainly: green. Hex color #A4BAAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4BAAA is #5B4555. Grayscale: #B1B1B1. Windows color (decimal): -5981526 or 11188900. OLE color: 11188900.
HSL color Cylindrical-coordinate representation of color #A4BAAA: hue angle of 136.36º degrees, saturation: 0.14, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A4BAAA is Cyan = 0.12, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 164 | 186 | 170 | - |
| CMYK | 0.12 | 0 | 0.09 | 0.27 |
| HSL | 136.36º | 0.14% | 0.69% | - |
| HSV(B) | 136.36º | 0.12% | 0.73% | - |
| XYZ | 40.12 | 45.91 | 44.78 | - |
| YUV | 177.6 | 123.71 | 118.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 186 | 170 | 0.12 | 0 | 0.09 | 0.27 | 136.36 | 0.14 | 0.69 |
| Hex | A4 | BA | AA | C | 0 | 9 | 1B | 88 | E | 45 |
| Octal | 244 | 272 | 252 | 14 | 0 | 11 | 33 | 210 | 16 | 105 |
| Binary | 10100100 | 10111010 | 10101010 | 1100 | 0 | 1001 | 11011 | 10001000 | 1110 | 1000101 |
Color Harmonies of #A4BAAA
Complementary color
Monochromatic Colors of #A4BAAA
Black with #A4BAAA
Text Example
Text Example
White with #A4BAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4BAAA; }
p { color: rgb(164,186,170); }
H1.HeaderClassName
{
color: #A4BAAA;
}
.AnyTagClassName
{
color: #A4BAAA;
}
</style>
background-color css
<style>
a { background-color: #A4BAAA; }
a { background-color: rgb(164,186,170); }
div.DivClassName
{
background-color: #A4BAAA;
}
.BgClassName
{
background-color: #A4BAAA;
}
</style>
border-color css
<style>
span { border-color: #A4BAAA; }
span { border-color: rgb(164,186,170); }
td.TdClassName
{
border-color: #A4BAAA;
}
.TagClassName
{
border-color: #A4BAAA;
}
</style>