Shades of Gum Leaf #A0BEA7
Tints of Gum Leaf #A0BEA7
RGB
CMYK
RGB Variations
Color information
#A0BEA7 (or 0xA0BEA7) is known color: Gum Leaf. HEX triplet: A0, BE and A7. RGB value is (160,190,167). Sum of RGB (Red+Green+Blue) = 160+190+167=517 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.95% from 517); Green value is 190 (74.61% from 255 or 36.75% from 517); Blue value is 167 (65.62% from 255 or 32.30% from 517); Max value from RGB is 190 - color contains mainly: green. Hex color #A0BEA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0BEA7 is #5F4158. Grayscale: #B2B2B2. Windows color (decimal): -6242649 or 10993312. OLE color: 10993312.
HSL color Cylindrical-coordinate representation of color #A0BEA7: hue angle of 134º degrees, saturation: 0.19, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A0BEA7 is Cyan = 0.16, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 160 | 190 | 167 | - |
| CMYK | 0.16 | 0 | 0.12 | 0.25 |
| HSL | 134º | 0.19% | 0.69% | - |
| HSV(B) | 134º | 0.16% | 0.75% | - |
| XYZ | 39.89 | 47.09 | 43.55 | - |
| YUV | 178.41 | 121.56 | 114.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 190 | 167 | 0.16 | 0 | 0.12 | 0.25 | 134 | 0.19 | 0.69 |
| Hex | A0 | BE | A7 | 10 | 0 | C | 19 | 86 | 13 | 45 |
| Octal | 240 | 276 | 247 | 20 | 0 | 14 | 31 | 206 | 23 | 105 |
| Binary | 10100000 | 10111110 | 10100111 | 10000 | 0 | 1100 | 11001 | 10000110 | 10011 | 1000101 |
Color Harmonies of #A0BEA7
Complementary color
Monochromatic Colors of #A0BEA7
Black with #A0BEA7
Text Example
Text Example
White with #A0BEA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BEA7; }
p { color: rgb(160,190,167); }
H1.HeaderClassName
{
color: #A0BEA7;
}
.AnyTagClassName
{
color: #A0BEA7;
}
</style>
background-color css
<style>
a { background-color: #A0BEA7; }
a { background-color: rgb(160,190,167); }
div.DivClassName
{
background-color: #A0BEA7;
}
.BgClassName
{
background-color: #A0BEA7;
}
</style>
border-color css
<style>
span { border-color: #A0BEA7; }
span { border-color: rgb(160,190,167); }
td.TdClassName
{
border-color: #A0BEA7;
}
.TagClassName
{
border-color: #A0BEA7;
}
</style>