Shades of Gum Leaf #A7C6AA
Tints of Gum Leaf #A7C6AA
RGB
CMYK
RGB Variations
Color information
#A7C6AA (or 0xA7C6AA) is known color: Gum Leaf. HEX triplet: A7, C6 and AA. RGB value is (167,198,170). Sum of RGB (Red+Green+Blue) = 167+198+170=535 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.21% from 535); Green value is 198 (77.73% from 255 or 37.01% from 535); Blue value is 170 (66.80% from 255 or 31.78% from 535); Max value from RGB is 198 - color contains mainly: green. Hex color #A7C6AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7C6AA is #583955. Grayscale: #B9B9B9. Windows color (decimal): -5781846 or 11191975. OLE color: 11191975.
HSL color Cylindrical-coordinate representation of color #A7C6AA: hue angle of 125.81º degrees, saturation: 0.21, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A7C6AA is Cyan = 0.16, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 167 | 198 | 170 | - |
| CMYK | 0.16 | 0 | 0.14 | 0.22 |
| HSL | 125.81º | 0.21% | 0.72% | - |
| HSV(B) | 125.81º | 0.16% | 0.78% | - |
| XYZ | 43.39 | 51.51 | 45.69 | - |
| YUV | 185.54 | 119.23 | 114.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 198 | 170 | 0.16 | 0 | 0.14 | 0.22 | 125.81 | 0.21 | 0.72 |
| Hex | A7 | C6 | AA | 10 | 0 | E | 16 | 7E | 15 | 48 |
| Octal | 247 | 306 | 252 | 20 | 0 | 16 | 26 | 176 | 25 | 110 |
| Binary | 10100111 | 11000110 | 10101010 | 10000 | 0 | 1110 | 10110 | 1111110 | 10101 | 1001000 |
Color Harmonies of #A7C6AA
Complementary color
Monochromatic Colors of #A7C6AA
Black with #A7C6AA
Text Example
Text Example
White with #A7C6AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7C6AA; }
p { color: rgb(167,198,170); }
H1.HeaderClassName
{
color: #A7C6AA;
}
.AnyTagClassName
{
color: #A7C6AA;
}
</style>
background-color css
<style>
a { background-color: #A7C6AA; }
a { background-color: rgb(167,198,170); }
div.DivClassName
{
background-color: #A7C6AA;
}
.BgClassName
{
background-color: #A7C6AA;
}
</style>
border-color css
<style>
span { border-color: #A7C6AA; }
span { border-color: rgb(167,198,170); }
td.TdClassName
{
border-color: #A7C6AA;
}
.TagClassName
{
border-color: #A7C6AA;
}
</style>