Shades of Gum Leaf #A3C2AB
Tints of Gum Leaf #A3C2AB
RGB
CMYK
RGB Variations
Color information
#A3C2AB (or 0xA3C2AB) is known color: Gum Leaf. HEX triplet: A3, C2 and AB. RGB value is (163,194,171). Sum of RGB (Red+Green+Blue) = 163+194+171=528 (69% of max value = 765). Red value is 163 (64.06% from 255 or 30.87% from 528); Green value is 194 (76.17% from 255 or 36.74% from 528); Blue value is 171 (67.19% from 255 or 32.39% from 528); Max value from RGB is 194 - color contains mainly: green. Hex color #A3C2AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3C2AB is #5C3D54. Grayscale: #B6B6B6. Windows color (decimal): -6045013 or 11256483. OLE color: 11256483.
HSL color Cylindrical-coordinate representation of color #A3C2AB: hue angle of 135.48º degrees, saturation: 0.2, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A3C2AB is Cyan = 0.16, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 163 | 194 | 171 | - |
| CMYK | 0.16 | 0 | 0.12 | 0.24 |
| HSL | 135.48º | 0.2% | 0.7% | - |
| HSV(B) | 135.48º | 0.16% | 0.76% | - |
| XYZ | 41.75 | 49.31 | 45.85 | - |
| YUV | 182.11 | 121.73 | 114.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 194 | 171 | 0.16 | 0 | 0.12 | 0.24 | 135.48 | 0.2 | 0.7 |
| Hex | A3 | C2 | AB | 10 | 0 | C | 18 | 87 | 14 | 46 |
| Octal | 243 | 302 | 253 | 20 | 0 | 14 | 30 | 207 | 24 | 106 |
| Binary | 10100011 | 11000010 | 10101011 | 10000 | 0 | 1100 | 11000 | 10000111 | 10100 | 1000110 |
Color Harmonies of #A3C2AB
Complementary color
Monochromatic Colors of #A3C2AB
Black with #A3C2AB
Text Example
Text Example
White with #A3C2AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C2AB; }
p { color: rgb(163,194,171); }
H1.HeaderClassName
{
color: #A3C2AB;
}
.AnyTagClassName
{
color: #A3C2AB;
}
</style>
background-color css
<style>
a { background-color: #A3C2AB; }
a { background-color: rgb(163,194,171); }
div.DivClassName
{
background-color: #A3C2AB;
}
.BgClassName
{
background-color: #A3C2AB;
}
</style>
border-color css
<style>
span { border-color: #A3C2AB; }
span { border-color: rgb(163,194,171); }
td.TdClassName
{
border-color: #A3C2AB;
}
.TagClassName
{
border-color: #A3C2AB;
}
</style>