Shades of Gum Leaf #A8C7AD
Tints of Gum Leaf #A8C7AD
RGB
CMYK
RGB Variations
Color information
#A8C7AD (or 0xA8C7AD) is known color: Gum Leaf. HEX triplet: A8, C7 and AD. RGB value is (168,199,173). Sum of RGB (Red+Green+Blue) = 168+199+173=540 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.11% from 540); Green value is 199 (78.12% from 255 or 36.85% from 540); Blue value is 173 (67.97% from 255 or 32.04% from 540); Max value from RGB is 199 - color contains mainly: green. Hex color #A8C7AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8C7AD is #573852. Grayscale: #BABABA. Windows color (decimal): -5716051 or 11388840. OLE color: 11388840.
HSL color Cylindrical-coordinate representation of color #A8C7AD: hue angle of 129.68º 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 #A8C7AD is Cyan = 0.16, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 168 | 199 | 173 | - |
| CMYK | 0.16 | 0 | 0.13 | 0.22 |
| HSL | 129.68º | 0.22% | 0.72% | - |
| HSV(B) | 129.68º | 0.16% | 0.78% | - |
| XYZ | 44.11 | 52.19 | 47.28 | - |
| YUV | 186.77 | 120.23 | 114.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 199 | 173 | 0.16 | 0 | 0.13 | 0.22 | 129.68 | 0.22 | 0.72 |
| Hex | A8 | C7 | AD | 10 | 0 | D | 16 | 82 | 16 | 48 |
| Octal | 250 | 307 | 255 | 20 | 0 | 15 | 26 | 202 | 26 | 110 |
| Binary | 10101000 | 11000111 | 10101101 | 10000 | 0 | 1101 | 10110 | 10000010 | 10110 | 1001000 |
Color Harmonies of #A8C7AD
Complementary color
Monochromatic Colors of #A8C7AD
Black with #A8C7AD
Text Example
Text Example
White with #A8C7AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C7AD; }
p { color: rgb(168,199,173); }
H1.HeaderClassName
{
color: #A8C7AD;
}
.AnyTagClassName
{
color: #A8C7AD;
}
</style>
background-color css
<style>
a { background-color: #A8C7AD; }
a { background-color: rgb(168,199,173); }
div.DivClassName
{
background-color: #A8C7AD;
}
.BgClassName
{
background-color: #A8C7AD;
}
</style>
border-color css
<style>
span { border-color: #A8C7AD; }
span { border-color: rgb(168,199,173); }
td.TdClassName
{
border-color: #A8C7AD;
}
.TagClassName
{
border-color: #A8C7AD;
}
</style>