Shades of Gum Leaf #A4C2A6
Tints of Gum Leaf #A4C2A6
RGB
CMYK
RGB Variations
Color information
#A4C2A6 (or 0xA4C2A6) is known color: Gum Leaf. HEX triplet: A4, C2 and A6. RGB value is (164,194,166). Sum of RGB (Red+Green+Blue) = 164+194+166=524 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.30% from 524); Green value is 194 (76.17% from 255 or 37.02% from 524); Blue value is 166 (65.23% from 255 or 31.68% from 524); Max value from RGB is 194 - color contains mainly: green. Hex color #A4C2A6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4C2A6 is #5B3D59. Grayscale: #B5B5B5. Windows color (decimal): -5979482 or 10928804. OLE color: 10928804.
HSL color Cylindrical-coordinate representation of color #A4C2A6: hue angle of 124º degrees, saturation: 0.2, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A4C2A6 is Cyan = 0.15, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 164 | 194 | 166 | - |
| CMYK | 0.15 | 0 | 0.14 | 0.24 |
| HSL | 124º | 0.2% | 0.7% | - |
| HSV(B) | 124º | 0.15% | 0.76% | - |
| XYZ | 41.48 | 49.23 | 43.39 | - |
| YUV | 181.84 | 119.06 | 115.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 194 | 166 | 0.15 | 0 | 0.14 | 0.24 | 124 | 0.2 | 0.7 |
| Hex | A4 | C2 | A6 | F | 0 | E | 18 | 7C | 14 | 46 |
| Octal | 244 | 302 | 246 | 17 | 0 | 16 | 30 | 174 | 24 | 106 |
| Binary | 10100100 | 11000010 | 10100110 | 1111 | 0 | 1110 | 11000 | 1111100 | 10100 | 1000110 |
Color Harmonies of #A4C2A6
Complementary color
Monochromatic Colors of #A4C2A6
Black with #A4C2A6
Text Example
Text Example
White with #A4C2A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4C2A6; }
p { color: rgb(164,194,166); }
H1.HeaderClassName
{
color: #A4C2A6;
}
.AnyTagClassName
{
color: #A4C2A6;
}
</style>
background-color css
<style>
a { background-color: #A4C2A6; }
a { background-color: rgb(164,194,166); }
div.DivClassName
{
background-color: #A4C2A6;
}
.BgClassName
{
background-color: #A4C2A6;
}
</style>
border-color css
<style>
span { border-color: #A4C2A6; }
span { border-color: rgb(164,194,166); }
td.TdClassName
{
border-color: #A4C2A6;
}
.TagClassName
{
border-color: #A4C2A6;
}
</style>