Shades of Gum Leaf #A4C4AF
Tints of Gum Leaf #A4C4AF
RGB
CMYK
RGB Variations
Color information
#A4C4AF (or 0xA4C4AF) is known color: Gum Leaf. HEX triplet: A4, C4 and AF. RGB value is (164,196,175). Sum of RGB (Red+Green+Blue) = 164+196+175=535 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.65% from 535); Green value is 196 (76.95% from 255 or 36.64% from 535); Blue value is 175 (68.75% from 255 or 32.71% from 535); Max value from RGB is 196 - color contains mainly: green. Hex color #A4C4AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4C4AF is #5B3B50. Grayscale: #B8B8B8. Windows color (decimal): -5978961 or 11519140. OLE color: 11519140.
HSL color Cylindrical-coordinate representation of color #A4C4AF: hue angle of 140.62º degrees, saturation: 0.21, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A4C4AF is Cyan = 0.16, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 164 | 196 | 175 | - |
| CMYK | 0.16 | 0 | 0.11 | 0.23 |
| HSL | 140.63º | 0.21% | 0.71% | - |
| HSV(B) | 140.63º | 0.16% | 0.77% | - |
| XYZ | 42.79 | 50.47 | 48.04 | - |
| YUV | 184.04 | 122.9 | 113.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 196 | 175 | 0.16 | 0 | 0.11 | 0.23 | 140.63 | 0.21 | 0.71 |
| Hex | A4 | C4 | AF | 10 | 0 | B | 17 | 8D | 15 | 47 |
| Octal | 244 | 304 | 257 | 20 | 0 | 13 | 27 | 215 | 25 | 107 |
| Binary | 10100100 | 11000100 | 10101111 | 10000 | 0 | 1011 | 10111 | 10001101 | 10101 | 1000111 |
Color Harmonies of #A4C4AF
Complementary color
Monochromatic Colors of #A4C4AF
Black with #A4C4AF
Text Example
Text Example
White with #A4C4AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4C4AF; }
p { color: rgb(164,196,175); }
H1.HeaderClassName
{
color: #A4C4AF;
}
.AnyTagClassName
{
color: #A4C4AF;
}
</style>
background-color css
<style>
a { background-color: #A4C4AF; }
a { background-color: rgb(164,196,175); }
div.DivClassName
{
background-color: #A4C4AF;
}
.BgClassName
{
background-color: #A4C4AF;
}
</style>
border-color css
<style>
span { border-color: #A4C4AF; }
span { border-color: rgb(164,196,175); }
td.TdClassName
{
border-color: #A4C4AF;
}
.TagClassName
{
border-color: #A4C4AF;
}
</style>