Shades of Gum Leaf #A3B8A8
Tints of Gum Leaf #A3B8A8
RGB
CMYK
RGB Variations
Color information
#A3B8A8 (or 0xA3B8A8) is known color: Gum Leaf. HEX triplet: A3, B8 and A8. RGB value is (163,184,168). Sum of RGB (Red+Green+Blue) = 163+184+168=515 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.65% from 515); Green value is 184 (72.27% from 255 or 35.73% from 515); Blue value is 168 (66.02% from 255 or 32.62% from 515); Max value from RGB is 184 - color contains mainly: green. Hex color #A3B8A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3B8A8 is #5C4757. Grayscale: #AFAFAF. Windows color (decimal): -6047576 or 11057315. OLE color: 11057315.
HSL color Cylindrical-coordinate representation of color #A3B8A8: hue angle of 134.29º 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 #A3B8A8 is Cyan = 0.11, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 163 | 184 | 168 | - |
| CMYK | 0.11 | 0 | 0.09 | 0.28 |
| HSL | 134.29º | 0.13% | 0.68% | - |
| HSV(B) | 134.29º | 0.11% | 0.72% | - |
| XYZ | 39.31 | 44.89 | 43.64 | - |
| YUV | 175.9 | 123.54 | 118.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 184 | 168 | 0.11 | 0 | 0.09 | 0.28 | 134.29 | 0.13 | 0.68 |
| Hex | A3 | B8 | A8 | B | 0 | 9 | 1C | 86 | D | 44 |
| Octal | 243 | 270 | 250 | 13 | 0 | 11 | 34 | 206 | 15 | 104 |
| Binary | 10100011 | 10111000 | 10101000 | 1011 | 0 | 1001 | 11100 | 10000110 | 1101 | 1000100 |
Color Harmonies of #A3B8A8
Complementary color
Monochromatic Colors of #A3B8A8
Black with #A3B8A8
Text Example
Text Example
White with #A3B8A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3B8A8; }
p { color: rgb(163,184,168); }
H1.HeaderClassName
{
color: #A3B8A8;
}
.AnyTagClassName
{
color: #A3B8A8;
}
</style>
background-color css
<style>
a { background-color: #A3B8A8; }
a { background-color: rgb(163,184,168); }
div.DivClassName
{
background-color: #A3B8A8;
}
.BgClassName
{
background-color: #A3B8A8;
}
</style>
border-color css
<style>
span { border-color: #A3B8A8; }
span { border-color: rgb(163,184,168); }
td.TdClassName
{
border-color: #A3B8A8;
}
.TagClassName
{
border-color: #A3B8A8;
}
</style>