Shades of Gum Leaf #A7C7AD
Tints of Gum Leaf #A7C7AD
RGB
CMYK
RGB Variations
Color information
#A7C7AD (or 0xA7C7AD) is known color: Gum Leaf. HEX triplet: A7, C7 and AD. RGB value is (167,199,173). Sum of RGB (Red+Green+Blue) = 167+199+173=539 (71% of max value = 765). Red value is 167 (65.62% from 255 or 30.98% from 539); Green value is 199 (78.12% from 255 or 36.92% from 539); Blue value is 173 (67.97% from 255 or 32.10% from 539); Max value from RGB is 199 - color contains mainly: green. Hex color #A7C7AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7C7AD is #583852. Grayscale: #BABABA. Windows color (decimal): -5781587 or 11388839. OLE color: 11388839.
HSL color Cylindrical-coordinate representation of color #A7C7AD: hue angle of 131.25º degrees, saturation: 0.22, 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 #A7C7AD is Cyan = 0.16, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 167 | 199 | 173 | - |
| CMYK | 0.16 | 0 | 0.13 | 0.22 |
| HSL | 131.25º | 0.22% | 0.72% | - |
| HSV(B) | 131.25º | 0.16% | 0.78% | - |
| XYZ | 43.9 | 52.08 | 47.27 | - |
| YUV | 186.47 | 120.4 | 114.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 199 | 173 | 0.16 | 0 | 0.13 | 0.22 | 131.25 | 0.22 | 0.72 |
| Hex | A7 | C7 | AD | 10 | 0 | D | 16 | 83 | 16 | 48 |
| Octal | 247 | 307 | 255 | 20 | 0 | 15 | 26 | 203 | 26 | 110 |
| Binary | 10100111 | 11000111 | 10101101 | 10000 | 0 | 1101 | 10110 | 10000011 | 10110 | 1001000 |
Color Harmonies of #A7C7AD
Complementary color
Monochromatic Colors of #A7C7AD
Black with #A7C7AD
Text Example
Text Example
White with #A7C7AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7C7AD; }
p { color: rgb(167,199,173); }
H1.HeaderClassName
{
color: #A7C7AD;
}
.AnyTagClassName
{
color: #A7C7AD;
}
</style>
background-color css
<style>
a { background-color: #A7C7AD; }
a { background-color: rgb(167,199,173); }
div.DivClassName
{
background-color: #A7C7AD;
}
.BgClassName
{
background-color: #A7C7AD;
}
</style>
border-color css
<style>
span { border-color: #A7C7AD; }
span { border-color: rgb(167,199,173); }
td.TdClassName
{
border-color: #A7C7AD;
}
.TagClassName
{
border-color: #A7C7AD;
}
</style>