Shades of Gum Leaf #A3BEA8
Tints of Gum Leaf #A3BEA8
RGB
CMYK
RGB Variations
Color information
#A3BEA8 (or 0xA3BEA8) is known color: Gum Leaf. HEX triplet: A3, BE and A8. RGB value is (163,190,168). Sum of RGB (Red+Green+Blue) = 163+190+168=521 (69% of max value = 765). Red value is 163 (64.06% from 255 or 31.29% from 521); Green value is 190 (74.61% from 255 or 36.47% from 521); Blue value is 168 (66.02% from 255 or 32.25% from 521); Max value from RGB is 190 - color contains mainly: green. Hex color #A3BEA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3BEA8 is #5C4157. Grayscale: #B3B3B3. Windows color (decimal): -6046040 or 11058851. OLE color: 11058851.
HSL color Cylindrical-coordinate representation of color #A3BEA8: hue angle of 131.11º degrees, saturation: 0.17, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A3BEA8 is Cyan = 0.14, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 163 | 190 | 168 | - |
| CMYK | 0.14 | 0 | 0.12 | 0.25 |
| HSL | 131.11º | 0.17% | 0.69% | - |
| HSV(B) | 131.11º | 0.14% | 0.75% | - |
| XYZ | 40.59 | 47.44 | 44.06 | - |
| YUV | 179.42 | 121.55 | 116.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 190 | 168 | 0.14 | 0 | 0.12 | 0.25 | 131.11 | 0.17 | 0.69 |
| Hex | A3 | BE | A8 | E | 0 | C | 19 | 83 | 11 | 45 |
| Octal | 243 | 276 | 250 | 16 | 0 | 14 | 31 | 203 | 21 | 105 |
| Binary | 10100011 | 10111110 | 10101000 | 1110 | 0 | 1100 | 11001 | 10000011 | 10001 | 1000101 |
Color Harmonies of #A3BEA8
Complementary color
Monochromatic Colors of #A3BEA8
Black with #A3BEA8
Text Example
Text Example
White with #A3BEA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3BEA8; }
p { color: rgb(163,190,168); }
H1.HeaderClassName
{
color: #A3BEA8;
}
.AnyTagClassName
{
color: #A3BEA8;
}
</style>
background-color css
<style>
a { background-color: #A3BEA8; }
a { background-color: rgb(163,190,168); }
div.DivClassName
{
background-color: #A3BEA8;
}
.BgClassName
{
background-color: #A3BEA8;
}
</style>
border-color css
<style>
span { border-color: #A3BEA8; }
span { border-color: rgb(163,190,168); }
td.TdClassName
{
border-color: #A3BEA8;
}
.TagClassName
{
border-color: #A3BEA8;
}
</style>