Shades of Gum Leaf #A0BAA4
Tints of Gum Leaf #A0BAA4
RGB
CMYK
RGB Variations
Color information
#A0BAA4 (or 0xA0BAA4) is known color: Gum Leaf. HEX triplet: A0, BA and A4. RGB value is (160,186,164). Sum of RGB (Red+Green+Blue) = 160+186+164=510 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.37% from 510); Green value is 186 (73.05% from 255 or 36.47% from 510); Blue value is 164 (64.45% from 255 or 32.16% from 510); Max value from RGB is 186 - color contains mainly: green. Hex color #A0BAA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0BAA4 is #5F455B. Grayscale: #AFAFAF. Windows color (decimal): -6243676 or 10795680. OLE color: 10795680.
HSL color Cylindrical-coordinate representation of color #A0BAA4: hue angle of 129.23º degrees, saturation: 0.16, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A0BAA4 is Cyan = 0.14, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 160 | 186 | 164 | - |
| CMYK | 0.14 | 0 | 0.12 | 0.27 |
| HSL | 129.23º | 0.16% | 0.68% | - |
| HSV(B) | 129.23º | 0.14% | 0.73% | - |
| XYZ | 38.76 | 45.27 | 41.82 | - |
| YUV | 175.72 | 121.39 | 116.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 186 | 164 | 0.14 | 0 | 0.12 | 0.27 | 129.23 | 0.16 | 0.68 |
| Hex | A0 | BA | A4 | E | 0 | C | 1B | 81 | 10 | 44 |
| Octal | 240 | 272 | 244 | 16 | 0 | 14 | 33 | 201 | 20 | 104 |
| Binary | 10100000 | 10111010 | 10100100 | 1110 | 0 | 1100 | 11011 | 10000001 | 10000 | 1000100 |
Color Harmonies of #A0BAA4
Complementary color
Monochromatic Colors of #A0BAA4
Black with #A0BAA4
Text Example
Text Example
White with #A0BAA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BAA4; }
p { color: rgb(160,186,164); }
H1.HeaderClassName
{
color: #A0BAA4;
}
.AnyTagClassName
{
color: #A0BAA4;
}
</style>
background-color css
<style>
a { background-color: #A0BAA4; }
a { background-color: rgb(160,186,164); }
div.DivClassName
{
background-color: #A0BAA4;
}
.BgClassName
{
background-color: #A0BAA4;
}
</style>
border-color css
<style>
span { border-color: #A0BAA4; }
span { border-color: rgb(160,186,164); }
td.TdClassName
{
border-color: #A0BAA4;
}
.TagClassName
{
border-color: #A0BAA4;
}
</style>