Shades of Gum Leaf #A3B6A8
Tints of Gum Leaf #A3B6A8
RGB
CMYK
RGB Variations
Color information
#A3B6A8 (or 0xA3B6A8) is known color: Gum Leaf. HEX triplet: A3, B6 and A8. RGB value is (163,182,168). Sum of RGB (Red+Green+Blue) = 163+182+168=513 (67% of max value = 765). Red value is 163 (64.06% from 255 or 31.77% from 513); Green value is 182 (71.48% from 255 or 35.48% from 513); Blue value is 168 (66.02% from 255 or 32.75% from 513); Max value from RGB is 182 - color contains mainly: green. Hex color #A3B6A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3B6A8 is #5C4957. Grayscale: #AEAEAE. Windows color (decimal): -6048088 or 11056803. OLE color: 11056803.
HSL color Cylindrical-coordinate representation of color #A3B6A8: hue angle of 135.79º degrees, saturation: 0.12, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A3B6A8 is Cyan = 0.10, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 163 | 182 | 168 | - |
| CMYK | 0.10 | 0 | 0.08 | 0.29 |
| HSL | 135.79º | 0.12% | 0.68% | - |
| HSV(B) | 135.79º | 0.1% | 0.71% | - |
| XYZ | 38.9 | 44.07 | 43.5 | - |
| YUV | 174.72 | 124.21 | 119.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 182 | 168 | 0.10 | 0 | 0.08 | 0.29 | 135.79 | 0.12 | 0.68 |
| Hex | A3 | B6 | A8 | A | 0 | 8 | 1D | 88 | C | 44 |
| Octal | 243 | 266 | 250 | 12 | 0 | 10 | 35 | 210 | 14 | 104 |
| Binary | 10100011 | 10110110 | 10101000 | 1010 | 0 | 1000 | 11101 | 10001000 | 1100 | 1000100 |
Color Harmonies of #A3B6A8
Complementary color
Monochromatic Colors of #A3B6A8
Black with #A3B6A8
Text Example
Text Example
White with #A3B6A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3B6A8; }
p { color: rgb(163,182,168); }
H1.HeaderClassName
{
color: #A3B6A8;
}
.AnyTagClassName
{
color: #A3B6A8;
}
</style>
background-color css
<style>
a { background-color: #A3B6A8; }
a { background-color: rgb(163,182,168); }
div.DivClassName
{
background-color: #A3B6A8;
}
.BgClassName
{
background-color: #A3B6A8;
}
</style>
border-color css
<style>
span { border-color: #A3B6A8; }
span { border-color: rgb(163,182,168); }
td.TdClassName
{
border-color: #A3B6A8;
}
.TagClassName
{
border-color: #A3B6A8;
}
</style>