Shades of Gum Leaf #A3C7AB
Tints of Gum Leaf #A3C7AB
RGB
CMYK
RGB Variations
Color information
#A3C7AB (or 0xA3C7AB) is known color: Gum Leaf. HEX triplet: A3, C7 and AB. RGB value is (163,199,171). Sum of RGB (Red+Green+Blue) = 163+199+171=533 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.58% from 533); Green value is 199 (78.12% from 255 or 37.34% from 533); Blue value is 171 (67.19% from 255 or 32.08% from 533); Max value from RGB is 199 - color contains mainly: green. Hex color #A3C7AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3C7AB is #5C3854. Grayscale: #B9B9B9. Windows color (decimal): -6043733 or 11257763. OLE color: 11257763.
HSL color Cylindrical-coordinate representation of color #A3C7AB: hue angle of 133.33º degrees, saturation: 0.24, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A3C7AB is Cyan = 0.18, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 163 | 199 | 171 | - |
| CMYK | 0.18 | 0 | 0.14 | 0.22 |
| HSL | 133.33º | 0.24% | 0.71% | - |
| HSV(B) | 133.33º | 0.18% | 0.78% | - |
| XYZ | 42.88 | 51.57 | 46.22 | - |
| YUV | 185.04 | 120.07 | 112.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 199 | 171 | 0.18 | 0 | 0.14 | 0.22 | 133.33 | 0.24 | 0.71 |
| Hex | A3 | C7 | AB | 12 | 0 | E | 16 | 85 | 18 | 47 |
| Octal | 243 | 307 | 253 | 22 | 0 | 16 | 26 | 205 | 30 | 107 |
| Binary | 10100011 | 11000111 | 10101011 | 10010 | 0 | 1110 | 10110 | 10000101 | 11000 | 1000111 |
Color Harmonies of #A3C7AB
Complementary color
Monochromatic Colors of #A3C7AB
Black with #A3C7AB
Text Example
Text Example
White with #A3C7AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C7AB; }
p { color: rgb(163,199,171); }
H1.HeaderClassName
{
color: #A3C7AB;
}
.AnyTagClassName
{
color: #A3C7AB;
}
</style>
background-color css
<style>
a { background-color: #A3C7AB; }
a { background-color: rgb(163,199,171); }
div.DivClassName
{
background-color: #A3C7AB;
}
.BgClassName
{
background-color: #A3C7AB;
}
</style>
border-color css
<style>
span { border-color: #A3C7AB; }
span { border-color: rgb(163,199,171); }
td.TdClassName
{
border-color: #A3C7AB;
}
.TagClassName
{
border-color: #A3C7AB;
}
</style>