Shades of Gum Leaf #A3BDA6
Tints of Gum Leaf #A3BDA6
RGB
CMYK
RGB Variations
Color information
#A3BDA6 (or 0xA3BDA6) is known color: Gum Leaf. HEX triplet: A3, BD and A6. RGB value is (163,189,166). Sum of RGB (Red+Green+Blue) = 163+189+166=518 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.47% from 518); Green value is 189 (74.22% from 255 or 36.49% from 518); Blue value is 166 (65.23% from 255 or 32.05% from 518); Max value from RGB is 189 - color contains mainly: green. Hex color #A3BDA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3BDA6 is #5C4259. Grayscale: #B2B2B2. Windows color (decimal): -6046298 or 10927523. OLE color: 10927523.
HSL color Cylindrical-coordinate representation of color #A3BDA6: hue angle of 126.92º degrees, saturation: 0.16, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A3BDA6 is Cyan = 0.14, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 163 | 189 | 166 | - |
| CMYK | 0.14 | 0 | 0.12 | 0.26 |
| HSL | 126.92º | 0.16% | 0.69% | - |
| HSV(B) | 126.92º | 0.14% | 0.74% | - |
| XYZ | 40.18 | 46.93 | 43.02 | - |
| YUV | 178.6 | 120.89 | 116.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 189 | 166 | 0.14 | 0 | 0.12 | 0.26 | 126.92 | 0.16 | 0.69 |
| Hex | A3 | BD | A6 | E | 0 | C | 1A | 7F | 10 | 45 |
| Octal | 243 | 275 | 246 | 16 | 0 | 14 | 32 | 177 | 20 | 105 |
| Binary | 10100011 | 10111101 | 10100110 | 1110 | 0 | 1100 | 11010 | 1111111 | 10000 | 1000101 |
Color Harmonies of #A3BDA6
Complementary color
Monochromatic Colors of #A3BDA6
Black with #A3BDA6
Text Example
Text Example
White with #A3BDA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3BDA6; }
p { color: rgb(163,189,166); }
H1.HeaderClassName
{
color: #A3BDA6;
}
.AnyTagClassName
{
color: #A3BDA6;
}
</style>
background-color css
<style>
a { background-color: #A3BDA6; }
a { background-color: rgb(163,189,166); }
div.DivClassName
{
background-color: #A3BDA6;
}
.BgClassName
{
background-color: #A3BDA6;
}
</style>
border-color css
<style>
span { border-color: #A3BDA6; }
span { border-color: rgb(163,189,166); }
td.TdClassName
{
border-color: #A3BDA6;
}
.TagClassName
{
border-color: #A3BDA6;
}
</style>