Shades of Gum Leaf #A3C2AD
Tints of Gum Leaf #A3C2AD
RGB
CMYK
RGB Variations
Color information
#A3C2AD (or 0xA3C2AD) is known color: Gum Leaf. HEX triplet: A3, C2 and AD. RGB value is (163,194,173). Sum of RGB (Red+Green+Blue) = 163+194+173=530 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.75% from 530); Green value is 194 (76.17% from 255 or 36.60% from 530); Blue value is 173 (67.97% from 255 or 32.64% from 530); Max value from RGB is 194 - color contains mainly: green. Hex color #A3C2AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3C2AD is #5C3D52. Grayscale: #B6B6B6. Windows color (decimal): -6045011 or 11387555. OLE color: 11387555.
HSL color Cylindrical-coordinate representation of color #A3C2AD: hue angle of 139.35º 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 #A3C2AD is Cyan = 0.16, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 163 | 194 | 173 | - |
| CMYK | 0.16 | 0 | 0.11 | 0.24 |
| HSL | 139.35º | 0.2% | 0.7% | - |
| HSV(B) | 139.35º | 0.16% | 0.76% | - |
| XYZ | 41.94 | 49.39 | 46.86 | - |
| YUV | 182.34 | 122.73 | 114.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 194 | 173 | 0.16 | 0 | 0.11 | 0.24 | 139.35 | 0.2 | 0.7 |
| Hex | A3 | C2 | AD | 10 | 0 | B | 18 | 8B | 14 | 46 |
| Octal | 243 | 302 | 255 | 20 | 0 | 13 | 30 | 213 | 24 | 106 |
| Binary | 10100011 | 11000010 | 10101101 | 10000 | 0 | 1011 | 11000 | 10001011 | 10100 | 1000110 |
Color Harmonies of #A3C2AD
Complementary color
Monochromatic Colors of #A3C2AD
Black with #A3C2AD
Text Example
Text Example
White with #A3C2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C2AD; }
p { color: rgb(163,194,173); }
H1.HeaderClassName
{
color: #A3C2AD;
}
.AnyTagClassName
{
color: #A3C2AD;
}
</style>
background-color css
<style>
a { background-color: #A3C2AD; }
a { background-color: rgb(163,194,173); }
div.DivClassName
{
background-color: #A3C2AD;
}
.BgClassName
{
background-color: #A3C2AD;
}
</style>
border-color css
<style>
span { border-color: #A3C2AD; }
span { border-color: rgb(163,194,173); }
td.TdClassName
{
border-color: #A3C2AD;
}
.TagClassName
{
border-color: #A3C2AD;
}
</style>