Shades of Gum Leaf #A3BCAA
Tints of Gum Leaf #A3BCAA
RGB
CMYK
RGB Variations
Color information
#A3BCAA (or 0xA3BCAA) is known color: Gum Leaf. HEX triplet: A3, BC and AA. RGB value is (163,188,170). Sum of RGB (Red+Green+Blue) = 163+188+170=521 (69% of max value = 765). Red value is 163 (64.06% from 255 or 31.29% from 521); Green value is 188 (73.83% from 255 or 36.08% from 521); Blue value is 170 (66.80% from 255 or 32.63% from 521); Max value from RGB is 188 - color contains mainly: green. Hex color #A3BCAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3BCAA is #5C4355. Grayscale: #B2B2B2. Windows color (decimal): -6046550 or 11189411. OLE color: 11189411.
HSL color Cylindrical-coordinate representation of color #A3BCAA: hue angle of 136.8º degrees, saturation: 0.16, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A3BCAA is Cyan = 0.13, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 163 | 188 | 170 | - |
| CMYK | 0.13 | 0 | 0.10 | 0.26 |
| HSL | 136.8º | 0.16% | 0.69% | - |
| HSV(B) | 136.8º | 0.13% | 0.74% | - |
| XYZ | 40.34 | 46.66 | 44.91 | - |
| YUV | 178.47 | 123.22 | 116.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 188 | 170 | 0.13 | 0 | 0.10 | 0.26 | 136.8 | 0.16 | 0.69 |
| Hex | A3 | BC | AA | D | 0 | A | 1A | 89 | 10 | 45 |
| Octal | 243 | 274 | 252 | 15 | 0 | 12 | 32 | 211 | 20 | 105 |
| Binary | 10100011 | 10111100 | 10101010 | 1101 | 0 | 1010 | 11010 | 10001001 | 10000 | 1000101 |
Color Harmonies of #A3BCAA
Complementary color
Monochromatic Colors of #A3BCAA
Black with #A3BCAA
Text Example
Text Example
White with #A3BCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3BCAA; }
p { color: rgb(163,188,170); }
H1.HeaderClassName
{
color: #A3BCAA;
}
.AnyTagClassName
{
color: #A3BCAA;
}
</style>
background-color css
<style>
a { background-color: #A3BCAA; }
a { background-color: rgb(163,188,170); }
div.DivClassName
{
background-color: #A3BCAA;
}
.BgClassName
{
background-color: #A3BCAA;
}
</style>
border-color css
<style>
span { border-color: #A3BCAA; }
span { border-color: rgb(163,188,170); }
td.TdClassName
{
border-color: #A3BCAA;
}
.TagClassName
{
border-color: #A3BCAA;
}
</style>