Shades of Gum Leaf #A3B7A5
Tints of Gum Leaf #A3B7A5
RGB
CMYK
RGB Variations
Color information
#A3B7A5 (or 0xA3B7A5) is known color: Gum Leaf. HEX triplet: A3, B7 and A5. RGB value is (163,183,165). Sum of RGB (Red+Green+Blue) = 163+183+165=511 (67% of max value = 765). Red value is 163 (64.06% from 255 or 31.90% from 511); Green value is 183 (71.88% from 255 or 35.81% from 511); Blue value is 165 (64.84% from 255 or 32.29% from 511); Max value from RGB is 183 - color contains mainly: green. Hex color #A3B7A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3B7A5 is #5C485A. Grayscale: #AFAFAF. Windows color (decimal): -6047835 or 10860451. OLE color: 10860451.
HSL color Cylindrical-coordinate representation of color #A3B7A5: hue angle of 126º degrees, saturation: 0.12, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A3B7A5 is Cyan = 0.11, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 163 | 183 | 165 | - |
| CMYK | 0.11 | 0 | 0.10 | 0.28 |
| HSL | 126º | 0.12% | 0.68% | - |
| HSV(B) | 126º | 0.11% | 0.72% | - |
| XYZ | 38.83 | 44.37 | 42.12 | - |
| YUV | 174.97 | 122.37 | 119.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 183 | 165 | 0.11 | 0 | 0.10 | 0.28 | 126 | 0.12 | 0.68 |
| Hex | A3 | B7 | A5 | B | 0 | A | 1C | 7E | C | 44 |
| Octal | 243 | 267 | 245 | 13 | 0 | 12 | 34 | 176 | 14 | 104 |
| Binary | 10100011 | 10110111 | 10100101 | 1011 | 0 | 1010 | 11100 | 1111110 | 1100 | 1000100 |
Color Harmonies of #A3B7A5
Complementary color
Monochromatic Colors of #A3B7A5
Black with #A3B7A5
Text Example
Text Example
White with #A3B7A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3B7A5; }
p { color: rgb(163,183,165); }
H1.HeaderClassName
{
color: #A3B7A5;
}
.AnyTagClassName
{
color: #A3B7A5;
}
</style>
background-color css
<style>
a { background-color: #A3B7A5; }
a { background-color: rgb(163,183,165); }
div.DivClassName
{
background-color: #A3B7A5;
}
.BgClassName
{
background-color: #A3B7A5;
}
</style>
border-color css
<style>
span { border-color: #A3B7A5; }
span { border-color: rgb(163,183,165); }
td.TdClassName
{
border-color: #A3B7A5;
}
.TagClassName
{
border-color: #A3B7A5;
}
</style>