Shades of Gum Leaf #A0BAA3
Tints of Gum Leaf #A0BAA3
RGB
CMYK
RGB Variations
Color information
#A0BAA3 (or 0xA0BAA3) is known color: Gum Leaf. HEX triplet: A0, BA and A3. RGB value is (160,186,163). Sum of RGB (Red+Green+Blue) = 160+186+163=509 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.43% from 509); Green value is 186 (73.05% from 255 or 36.54% from 509); Blue value is 163 (64.06% from 255 or 32.02% from 509); Max value from RGB is 186 - color contains mainly: green. Hex color #A0BAA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0BAA3 is #5F455C. Grayscale: #AFAFAF. Windows color (decimal): -6243677 or 10730144. OLE color: 10730144.
HSL color Cylindrical-coordinate representation of color #A0BAA3: hue angle of 126.92º 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 #A0BAA3 is Cyan = 0.14, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 160 | 186 | 163 | - |
| CMYK | 0.14 | 0 | 0.12 | 0.27 |
| HSL | 126.92º | 0.16% | 0.68% | - |
| HSV(B) | 126.92º | 0.14% | 0.73% | - |
| XYZ | 38.67 | 45.24 | 41.34 | - |
| YUV | 175.6 | 120.89 | 116.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 186 | 163 | 0.14 | 0 | 0.12 | 0.27 | 126.92 | 0.16 | 0.68 |
| Hex | A0 | BA | A3 | E | 0 | C | 1B | 7F | 10 | 44 |
| Octal | 240 | 272 | 243 | 16 | 0 | 14 | 33 | 177 | 20 | 104 |
| Binary | 10100000 | 10111010 | 10100011 | 1110 | 0 | 1100 | 11011 | 1111111 | 10000 | 1000100 |
Color Harmonies of #A0BAA3
Complementary color
Monochromatic Colors of #A0BAA3
Black with #A0BAA3
Text Example
Text Example
White with #A0BAA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BAA3; }
p { color: rgb(160,186,163); }
H1.HeaderClassName
{
color: #A0BAA3;
}
.AnyTagClassName
{
color: #A0BAA3;
}
</style>
background-color css
<style>
a { background-color: #A0BAA3; }
a { background-color: rgb(160,186,163); }
div.DivClassName
{
background-color: #A0BAA3;
}
.BgClassName
{
background-color: #A0BAA3;
}
</style>
border-color css
<style>
span { border-color: #A0BAA3; }
span { border-color: rgb(160,186,163); }
td.TdClassName
{
border-color: #A0BAA3;
}
.TagClassName
{
border-color: #A0BAA3;
}
</style>