Shades of Gum Leaf #A3B8A6
Tints of Gum Leaf #A3B8A6
RGB
CMYK
RGB Variations
Color information
#A3B8A6 (or 0xA3B8A6) is known color: Gum Leaf. HEX triplet: A3, B8 and A6. RGB value is (163,184,166). Sum of RGB (Red+Green+Blue) = 163+184+166=513 (67% of max value = 765). Red value is 163 (64.06% from 255 or 31.77% from 513); Green value is 184 (72.27% from 255 or 35.87% from 513); Blue value is 166 (65.23% from 255 or 32.36% from 513); Max value from RGB is 184 - color contains mainly: green. Hex color #A3B8A6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3B8A6 is #5C4759. Grayscale: #AFAFAF. Windows color (decimal): -6047578 or 10926243. OLE color: 10926243.
HSL color Cylindrical-coordinate representation of color #A3B8A6: hue angle of 128.57º degrees, saturation: 0.13, 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 #A3B8A6 is Cyan = 0.11, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 163 | 184 | 166 | - |
| CMYK | 0.11 | 0 | 0.10 | 0.28 |
| HSL | 128.57º | 0.13% | 0.68% | - |
| HSV(B) | 128.57º | 0.11% | 0.72% | - |
| XYZ | 39.13 | 44.82 | 42.67 | - |
| YUV | 175.67 | 122.54 | 118.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 184 | 166 | 0.11 | 0 | 0.10 | 0.28 | 128.57 | 0.13 | 0.68 |
| Hex | A3 | B8 | A6 | B | 0 | A | 1C | 81 | D | 44 |
| Octal | 243 | 270 | 246 | 13 | 0 | 12 | 34 | 201 | 15 | 104 |
| Binary | 10100011 | 10111000 | 10100110 | 1011 | 0 | 1010 | 11100 | 10000001 | 1101 | 1000100 |
Color Harmonies of #A3B8A6
Complementary color
Monochromatic Colors of #A3B8A6
Black with #A3B8A6
Text Example
Text Example
White with #A3B8A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3B8A6; }
p { color: rgb(163,184,166); }
H1.HeaderClassName
{
color: #A3B8A6;
}
.AnyTagClassName
{
color: #A3B8A6;
}
</style>
background-color css
<style>
a { background-color: #A3B8A6; }
a { background-color: rgb(163,184,166); }
div.DivClassName
{
background-color: #A3B8A6;
}
.BgClassName
{
background-color: #A3B8A6;
}
</style>
border-color css
<style>
span { border-color: #A3B8A6; }
span { border-color: rgb(163,184,166); }
td.TdClassName
{
border-color: #A3B8A6;
}
.TagClassName
{
border-color: #A3B8A6;
}
</style>