Shades of Gum Leaf #A7C2AC
Tints of Gum Leaf #A7C2AC
RGB
CMYK
RGB Variations
Color information
#A7C2AC (or 0xA7C2AC) is known color: Gum Leaf. HEX triplet: A7, C2 and AC. RGB value is (167,194,172). Sum of RGB (Red+Green+Blue) = 167+194+172=533 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.33% from 533); Green value is 194 (76.17% from 255 or 36.40% from 533); Blue value is 172 (67.58% from 255 or 32.27% from 533); Max value from RGB is 194 - color contains mainly: green. Hex color #A7C2AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7C2AC is #583D53. Grayscale: #B7B7B7. Windows color (decimal): -5782868 or 11322023. OLE color: 11322023.
HSL color Cylindrical-coordinate representation of color #A7C2AC: hue angle of 131.11º degrees, saturation: 0.18, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A7C2AC is Cyan = 0.14, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 167 | 194 | 172 | - |
| CMYK | 0.14 | 0 | 0.11 | 0.24 |
| HSL | 131.11º | 0.18% | 0.71% | - |
| HSV(B) | 131.11º | 0.14% | 0.76% | - |
| XYZ | 42.67 | 49.78 | 46.39 | - |
| YUV | 183.42 | 121.55 | 116.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 194 | 172 | 0.14 | 0 | 0.11 | 0.24 | 131.11 | 0.18 | 0.71 |
| Hex | A7 | C2 | AC | E | 0 | B | 18 | 83 | 12 | 47 |
| Octal | 247 | 302 | 254 | 16 | 0 | 13 | 30 | 203 | 22 | 107 |
| Binary | 10100111 | 11000010 | 10101100 | 1110 | 0 | 1011 | 11000 | 10000011 | 10010 | 1000111 |
Color Harmonies of #A7C2AC
Complementary color
Monochromatic Colors of #A7C2AC
Black with #A7C2AC
Text Example
Text Example
White with #A7C2AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7C2AC; }
p { color: rgb(167,194,172); }
H1.HeaderClassName
{
color: #A7C2AC;
}
.AnyTagClassName
{
color: #A7C2AC;
}
</style>
background-color css
<style>
a { background-color: #A7C2AC; }
a { background-color: rgb(167,194,172); }
div.DivClassName
{
background-color: #A7C2AC;
}
.BgClassName
{
background-color: #A7C2AC;
}
</style>
border-color css
<style>
span { border-color: #A7C2AC; }
span { border-color: rgb(167,194,172); }
td.TdClassName
{
border-color: #A7C2AC;
}
.TagClassName
{
border-color: #A7C2AC;
}
</style>