Shades of Gum Leaf #A3C4AB
Tints of Gum Leaf #A3C4AB
RGB
CMYK
RGB Variations
Color information
#A3C4AB (or 0xA3C4AB) is known color: Gum Leaf. HEX triplet: A3, C4 and AB. RGB value is (163,196,171). Sum of RGB (Red+Green+Blue) = 163+196+171=530 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.75% from 530); Green value is 196 (76.95% from 255 or 36.98% from 530); Blue value is 171 (67.19% from 255 or 32.26% from 530); Max value from RGB is 196 - color contains mainly: green. Hex color #A3C4AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3C4AB is #5C3B54. Grayscale: #B7B7B7. Windows color (decimal): -6044501 or 11256995. OLE color: 11256995.
HSL color Cylindrical-coordinate representation of color #A3C4AB: hue angle of 134.55º degrees, saturation: 0.22, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A3C4AB is Cyan = 0.17, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 163 | 196 | 171 | - |
| CMYK | 0.17 | 0 | 0.13 | 0.23 |
| HSL | 134.55º | 0.22% | 0.7% | - |
| HSV(B) | 134.55º | 0.17% | 0.77% | - |
| XYZ | 42.19 | 50.21 | 46 | - |
| YUV | 183.28 | 121.07 | 113.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 196 | 171 | 0.17 | 0 | 0.13 | 0.23 | 134.55 | 0.22 | 0.7 |
| Hex | A3 | C4 | AB | 11 | 0 | D | 17 | 87 | 16 | 46 |
| Octal | 243 | 304 | 253 | 21 | 0 | 15 | 27 | 207 | 26 | 106 |
| Binary | 10100011 | 11000100 | 10101011 | 10001 | 0 | 1101 | 10111 | 10000111 | 10110 | 1000110 |
Color Harmonies of #A3C4AB
Complementary color
Monochromatic Colors of #A3C4AB
Black with #A3C4AB
Text Example
Text Example
White with #A3C4AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C4AB; }
p { color: rgb(163,196,171); }
H1.HeaderClassName
{
color: #A3C4AB;
}
.AnyTagClassName
{
color: #A3C4AB;
}
</style>
background-color css
<style>
a { background-color: #A3C4AB; }
a { background-color: rgb(163,196,171); }
div.DivClassName
{
background-color: #A3C4AB;
}
.BgClassName
{
background-color: #A3C4AB;
}
</style>
border-color css
<style>
span { border-color: #A3C4AB; }
span { border-color: rgb(163,196,171); }
td.TdClassName
{
border-color: #A3C4AB;
}
.TagClassName
{
border-color: #A3C4AB;
}
</style>