Shades of Gum Leaf #A4B8A6
Tints of Gum Leaf #A4B8A6
RGB
CMYK
RGB Variations
Color information
#A4B8A6 (or 0xA4B8A6) is known color: Gum Leaf. HEX triplet: A4, B8 and A6. RGB value is (164,184,166). Sum of RGB (Red+Green+Blue) = 164+184+166=514 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.91% from 514); Green value is 184 (72.27% from 255 or 35.80% from 514); Blue value is 166 (65.23% from 255 or 32.30% from 514); Max value from RGB is 184 - color contains mainly: green. Hex color #A4B8A6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4B8A6 is #5B4759. Grayscale: #B0B0B0. Windows color (decimal): -5982042 or 10926244. OLE color: 10926244.
HSL color Cylindrical-coordinate representation of color #A4B8A6: 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 #A4B8A6 is Cyan = 0.11, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 164 | 184 | 166 | - |
| CMYK | 0.11 | 0 | 0.10 | 0.28 |
| HSL | 126º | 0.12% | 0.68% | - |
| HSV(B) | 126º | 0.11% | 0.72% | - |
| XYZ | 39.33 | 44.93 | 42.68 | - |
| YUV | 175.97 | 122.37 | 119.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 184 | 166 | 0.11 | 0 | 0.10 | 0.28 | 126 | 0.12 | 0.68 |
| Hex | A4 | B8 | A6 | B | 0 | A | 1C | 7E | C | 44 |
| Octal | 244 | 270 | 246 | 13 | 0 | 12 | 34 | 176 | 14 | 104 |
| Binary | 10100100 | 10111000 | 10100110 | 1011 | 0 | 1010 | 11100 | 1111110 | 1100 | 1000100 |
Color Harmonies of #A4B8A6
Complementary color
Monochromatic Colors of #A4B8A6
Black with #A4B8A6
Text Example
Text Example
White with #A4B8A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4B8A6; }
p { color: rgb(164,184,166); }
H1.HeaderClassName
{
color: #A4B8A6;
}
.AnyTagClassName
{
color: #A4B8A6;
}
</style>
background-color css
<style>
a { background-color: #A4B8A6; }
a { background-color: rgb(164,184,166); }
div.DivClassName
{
background-color: #A4B8A6;
}
.BgClassName
{
background-color: #A4B8A6;
}
</style>
border-color css
<style>
span { border-color: #A4B8A6; }
span { border-color: rgb(164,184,166); }
td.TdClassName
{
border-color: #A4B8A6;
}
.TagClassName
{
border-color: #A4B8A6;
}
</style>