Shades of Gum Leaf #A4C1AA
Tints of Gum Leaf #A4C1AA
RGB
CMYK
RGB Variations
Color information
#A4C1AA (or 0xA4C1AA) is known color: Gum Leaf. HEX triplet: A4, C1 and AA. RGB value is (164,193,170). Sum of RGB (Red+Green+Blue) = 164+193+170=527 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.12% from 527); Green value is 193 (75.78% from 255 or 36.62% from 527); Blue value is 170 (66.80% from 255 or 32.26% from 527); Max value from RGB is 193 - color contains mainly: green. Hex color #A4C1AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4C1AA is #5B3E55. Grayscale: #B5B5B5. Windows color (decimal): -5979734 or 11190692. OLE color: 11190692.
HSL color Cylindrical-coordinate representation of color #A4C1AA: hue angle of 132.41º degrees, saturation: 0.19, 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 #A4C1AA is Cyan = 0.15, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 164 | 193 | 170 | - |
| CMYK | 0.15 | 0 | 0.12 | 0.24 |
| HSL | 132.41º | 0.19% | 0.7% | - |
| HSV(B) | 132.41º | 0.15% | 0.76% | - |
| XYZ | 41.64 | 48.93 | 45.28 | - |
| YUV | 181.71 | 121.39 | 115.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 193 | 170 | 0.15 | 0 | 0.12 | 0.24 | 132.41 | 0.19 | 0.7 |
| Hex | A4 | C1 | AA | F | 0 | C | 18 | 84 | 13 | 46 |
| Octal | 244 | 301 | 252 | 17 | 0 | 14 | 30 | 204 | 23 | 106 |
| Binary | 10100100 | 11000001 | 10101010 | 1111 | 0 | 1100 | 11000 | 10000100 | 10011 | 1000110 |
Color Harmonies of #A4C1AA
Complementary color
Monochromatic Colors of #A4C1AA
Black with #A4C1AA
Text Example
Text Example
White with #A4C1AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4C1AA; }
p { color: rgb(164,193,170); }
H1.HeaderClassName
{
color: #A4C1AA;
}
.AnyTagClassName
{
color: #A4C1AA;
}
</style>
background-color css
<style>
a { background-color: #A4C1AA; }
a { background-color: rgb(164,193,170); }
div.DivClassName
{
background-color: #A4C1AA;
}
.BgClassName
{
background-color: #A4C1AA;
}
</style>
border-color css
<style>
span { border-color: #A4C1AA; }
span { border-color: rgb(164,193,170); }
td.TdClassName
{
border-color: #A4C1AA;
}
.TagClassName
{
border-color: #A4C1AA;
}
</style>