Shades of Gum Leaf #A4B7A9
Tints of Gum Leaf #A4B7A9
RGB
CMYK
RGB Variations
Color information
#A4B7A9 (or 0xA4B7A9) is known color: Gum Leaf. HEX triplet: A4, B7 and A9. RGB value is (164,183,169). Sum of RGB (Red+Green+Blue) = 164+183+169=516 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.78% from 516); Green value is 183 (71.88% from 255 or 35.47% from 516); Blue value is 169 (66.41% from 255 or 32.75% from 516); Max value from RGB is 183 - color contains mainly: green. Hex color #A4B7A9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4B7A9 is #5B4856. Grayscale: #AFAFAF. Windows color (decimal): -5982295 or 11122596. OLE color: 11122596.
HSL color Cylindrical-coordinate representation of color #A4B7A9: hue angle of 135.79º degrees, saturation: 0.12, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A4B7A9 is Cyan = 0.10, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 164 | 183 | 169 | - |
| CMYK | 0.10 | 0 | 0.08 | 0.28 |
| HSL | 135.79º | 0.12% | 0.68% | - |
| HSV(B) | 135.79º | 0.1% | 0.72% | - |
| XYZ | 39.4 | 44.62 | 44.07 | - |
| YUV | 175.72 | 124.21 | 119.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 183 | 169 | 0.10 | 0 | 0.08 | 0.28 | 135.79 | 0.12 | 0.68 |
| Hex | A4 | B7 | A9 | A | 0 | 8 | 1C | 88 | C | 44 |
| Octal | 244 | 267 | 251 | 12 | 0 | 10 | 34 | 210 | 14 | 104 |
| Binary | 10100100 | 10110111 | 10101001 | 1010 | 0 | 1000 | 11100 | 10001000 | 1100 | 1000100 |
Color Harmonies of #A4B7A9
Complementary color
Monochromatic Colors of #A4B7A9
Black with #A4B7A9
Text Example
Text Example
White with #A4B7A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4B7A9; }
p { color: rgb(164,183,169); }
H1.HeaderClassName
{
color: #A4B7A9;
}
.AnyTagClassName
{
color: #A4B7A9;
}
</style>
background-color css
<style>
a { background-color: #A4B7A9; }
a { background-color: rgb(164,183,169); }
div.DivClassName
{
background-color: #A4B7A9;
}
.BgClassName
{
background-color: #A4B7A9;
}
</style>
border-color css
<style>
span { border-color: #A4B7A9; }
span { border-color: rgb(164,183,169); }
td.TdClassName
{
border-color: #A4B7A9;
}
.TagClassName
{
border-color: #A4B7A9;
}
</style>