Shades of Gum Leaf #A3C0AD
Tints of Gum Leaf #A3C0AD
RGB
CMYK
RGB Variations
Color information
#A3C0AD (or 0xA3C0AD) is known color: Gum Leaf. HEX triplet: A3, C0 and AD. RGB value is (163,192,173). Sum of RGB (Red+Green+Blue) = 163+192+173=528 (69% of max value = 765). Red value is 163 (64.06% from 255 or 30.87% from 528); Green value is 192 (75.39% from 255 or 36.36% from 528); Blue value is 173 (67.97% from 255 or 32.77% from 528); Max value from RGB is 192 - color contains mainly: green. Hex color #A3C0AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3C0AD is #5C3F52. Grayscale: #B5B5B5. Windows color (decimal): -6045523 or 11387043. OLE color: 11387043.
HSL color Cylindrical-coordinate representation of color #A3C0AD: hue angle of 140.69º degrees, saturation: 0.19, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A3C0AD is Cyan = 0.15, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 163 | 192 | 173 | - |
| CMYK | 0.15 | 0 | 0.10 | 0.25 |
| HSL | 140.69º | 0.19% | 0.7% | - |
| HSV(B) | 140.69º | 0.15% | 0.75% | - |
| XYZ | 41.5 | 48.5 | 46.71 | - |
| YUV | 181.16 | 123.39 | 115.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 192 | 173 | 0.15 | 0 | 0.10 | 0.25 | 140.69 | 0.19 | 0.7 |
| Hex | A3 | C0 | AD | F | 0 | A | 19 | 8D | 13 | 46 |
| Octal | 243 | 300 | 255 | 17 | 0 | 12 | 31 | 215 | 23 | 106 |
| Binary | 10100011 | 11000000 | 10101101 | 1111 | 0 | 1010 | 11001 | 10001101 | 10011 | 1000110 |
Color Harmonies of #A3C0AD
Complementary color
Monochromatic Colors of #A3C0AD
Black with #A3C0AD
Text Example
Text Example
White with #A3C0AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C0AD; }
p { color: rgb(163,192,173); }
H1.HeaderClassName
{
color: #A3C0AD;
}
.AnyTagClassName
{
color: #A3C0AD;
}
</style>
background-color css
<style>
a { background-color: #A3C0AD; }
a { background-color: rgb(163,192,173); }
div.DivClassName
{
background-color: #A3C0AD;
}
.BgClassName
{
background-color: #A3C0AD;
}
</style>
border-color css
<style>
span { border-color: #A3C0AD; }
span { border-color: rgb(163,192,173); }
td.TdClassName
{
border-color: #A3C0AD;
}
.TagClassName
{
border-color: #A3C0AD;
}
</style>