Shades of Gum Leaf #A4B8A9
Tints of Gum Leaf #A4B8A9
RGB
CMYK
RGB Variations
Color information
#A4B8A9 (or 0xA4B8A9) is known color: Gum Leaf. HEX triplet: A4, B8 and A9. RGB value is (164,184,169). Sum of RGB (Red+Green+Blue) = 164+184+169=517 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.72% from 517); Green value is 184 (72.27% from 255 or 35.59% from 517); Blue value is 169 (66.41% from 255 or 32.69% from 517); Max value from RGB is 184 - color contains mainly: green. Hex color #A4B8A9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4B8A9 is #5B4756. Grayscale: #B0B0B0. Windows color (decimal): -5982039 or 11122852. OLE color: 11122852.
HSL color Cylindrical-coordinate representation of color #A4B8A9: hue angle of 135º 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 #A4B8A9 is Cyan = 0.11, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 164 | 184 | 169 | - |
| CMYK | 0.11 | 0 | 0.08 | 0.28 |
| HSL | 135º | 0.12% | 0.68% | - |
| HSV(B) | 135º | 0.11% | 0.72% | - |
| XYZ | 39.61 | 45.04 | 44.14 | - |
| YUV | 176.31 | 123.87 | 119.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 184 | 169 | 0.11 | 0 | 0.08 | 0.28 | 135 | 0.12 | 0.68 |
| Hex | A4 | B8 | A9 | B | 0 | 8 | 1C | 87 | C | 44 |
| Octal | 244 | 270 | 251 | 13 | 0 | 10 | 34 | 207 | 14 | 104 |
| Binary | 10100100 | 10111000 | 10101001 | 1011 | 0 | 1000 | 11100 | 10000111 | 1100 | 1000100 |
Color Harmonies of #A4B8A9
Complementary color
Monochromatic Colors of #A4B8A9
Black with #A4B8A9
Text Example
Text Example
White with #A4B8A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4B8A9; }
p { color: rgb(164,184,169); }
H1.HeaderClassName
{
color: #A4B8A9;
}
.AnyTagClassName
{
color: #A4B8A9;
}
</style>
background-color css
<style>
a { background-color: #A4B8A9; }
a { background-color: rgb(164,184,169); }
div.DivClassName
{
background-color: #A4B8A9;
}
.BgClassName
{
background-color: #A4B8A9;
}
</style>
border-color css
<style>
span { border-color: #A4B8A9; }
span { border-color: rgb(164,184,169); }
td.TdClassName
{
border-color: #A4B8A9;
}
.TagClassName
{
border-color: #A4B8A9;
}
</style>