Shades of Gum Leaf #A3BAA5
Tints of Gum Leaf #A3BAA5
RGB
CMYK
RGB Variations
Color information
#A3BAA5 (or 0xA3BAA5) is known color: Gum Leaf. HEX triplet: A3, BA and A5. RGB value is (163,186,165). Sum of RGB (Red+Green+Blue) = 163+186+165=514 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.71% from 514); Green value is 186 (73.05% from 255 or 36.19% from 514); Blue value is 165 (64.84% from 255 or 32.10% from 514); Max value from RGB is 186 - color contains mainly: green. Hex color #A3BAA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3BAA5 is #5C455A. Grayscale: #B0B0B0. Windows color (decimal): -6047067 or 10861219. OLE color: 10861219.
HSL color Cylindrical-coordinate representation of color #A3BAA5: hue angle of 125.22º degrees, saturation: 0.14, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A3BAA5 is Cyan = 0.12, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 163 | 186 | 165 | - |
| CMYK | 0.12 | 0 | 0.11 | 0.27 |
| HSL | 125.22º | 0.14% | 0.68% | - |
| HSV(B) | 125.22º | 0.12% | 0.73% | - |
| XYZ | 39.45 | 45.62 | 42.32 | - |
| YUV | 176.73 | 121.38 | 118.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 186 | 165 | 0.12 | 0 | 0.11 | 0.27 | 125.22 | 0.14 | 0.68 |
| Hex | A3 | BA | A5 | C | 0 | B | 1B | 7D | E | 44 |
| Octal | 243 | 272 | 245 | 14 | 0 | 13 | 33 | 175 | 16 | 104 |
| Binary | 10100011 | 10111010 | 10100101 | 1100 | 0 | 1011 | 11011 | 1111101 | 1110 | 1000100 |
Color Harmonies of #A3BAA5
Complementary color
Monochromatic Colors of #A3BAA5
Black with #A3BAA5
Text Example
Text Example
White with #A3BAA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3BAA5; }
p { color: rgb(163,186,165); }
H1.HeaderClassName
{
color: #A3BAA5;
}
.AnyTagClassName
{
color: #A3BAA5;
}
</style>
background-color css
<style>
a { background-color: #A3BAA5; }
a { background-color: rgb(163,186,165); }
div.DivClassName
{
background-color: #A3BAA5;
}
.BgClassName
{
background-color: #A3BAA5;
}
</style>
border-color css
<style>
span { border-color: #A3BAA5; }
span { border-color: rgb(163,186,165); }
td.TdClassName
{
border-color: #A3BAA5;
}
.TagClassName
{
border-color: #A3BAA5;
}
</style>