Shades of Gum Leaf #A3C2AA
Tints of Gum Leaf #A3C2AA
RGB
CMYK
RGB Variations
Color information
#A3C2AA (or 0xA3C2AA) is known color: Gum Leaf. HEX triplet: A3, C2 and AA. RGB value is (163,194,170). Sum of RGB (Red+Green+Blue) = 163+194+170=527 (69% of max value = 765). Red value is 163 (64.06% from 255 or 30.93% from 527); Green value is 194 (76.17% from 255 or 36.81% from 527); Blue value is 170 (66.80% from 255 or 32.26% from 527); Max value from RGB is 194 - color contains mainly: green. Hex color #A3C2AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3C2AA is #5C3D55. Grayscale: #B6B6B6. Windows color (decimal): -6045014 or 11190947. OLE color: 11190947.
HSL color Cylindrical-coordinate representation of color #A3C2AA: hue angle of 133.55º 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 #A3C2AA is Cyan = 0.16, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 163 | 194 | 170 | - |
| CMYK | 0.16 | 0 | 0.12 | 0.24 |
| HSL | 133.55º | 0.2% | 0.7% | - |
| HSV(B) | 133.55º | 0.16% | 0.76% | - |
| XYZ | 41.65 | 49.27 | 45.35 | - |
| YUV | 182 | 121.23 | 114.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 194 | 170 | 0.16 | 0 | 0.12 | 0.24 | 133.55 | 0.2 | 0.7 |
| Hex | A3 | C2 | AA | 10 | 0 | C | 18 | 86 | 14 | 46 |
| Octal | 243 | 302 | 252 | 20 | 0 | 14 | 30 | 206 | 24 | 106 |
| Binary | 10100011 | 11000010 | 10101010 | 10000 | 0 | 1100 | 11000 | 10000110 | 10100 | 1000110 |
Color Harmonies of #A3C2AA
Complementary color
Monochromatic Colors of #A3C2AA
Black with #A3C2AA
Text Example
Text Example
White with #A3C2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C2AA; }
p { color: rgb(163,194,170); }
H1.HeaderClassName
{
color: #A3C2AA;
}
.AnyTagClassName
{
color: #A3C2AA;
}
</style>
background-color css
<style>
a { background-color: #A3C2AA; }
a { background-color: rgb(163,194,170); }
div.DivClassName
{
background-color: #A3C2AA;
}
.BgClassName
{
background-color: #A3C2AA;
}
</style>
border-color css
<style>
span { border-color: #A3C2AA; }
span { border-color: rgb(163,194,170); }
td.TdClassName
{
border-color: #A3C2AA;
}
.TagClassName
{
border-color: #A3C2AA;
}
</style>