Shades of Gum Leaf #A8C6AD
Tints of Gum Leaf #A8C6AD
RGB
CMYK
RGB Variations
Color information
#A8C6AD (or 0xA8C6AD) is known color: Gum Leaf. HEX triplet: A8, C6 and AD. RGB value is (168,198,173). Sum of RGB (Red+Green+Blue) = 168+198+173=539 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.17% from 539); Green value is 198 (77.73% from 255 or 36.73% from 539); Blue value is 173 (67.97% from 255 or 32.10% from 539); Max value from RGB is 198 - color contains mainly: green. Hex color #A8C6AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8C6AD is #573952. Grayscale: #BABABA. Windows color (decimal): -5716307 or 11388584. OLE color: 11388584.
HSL color Cylindrical-coordinate representation of color #A8C6AD: hue angle of 130º degrees, saturation: 0.21, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A8C6AD is Cyan = 0.15, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 168 | 198 | 173 | - |
| CMYK | 0.15 | 0 | 0.13 | 0.22 |
| HSL | 130º | 0.21% | 0.72% | - |
| HSV(B) | 130º | 0.15% | 0.78% | - |
| XYZ | 43.89 | 51.73 | 47.21 | - |
| YUV | 186.18 | 120.56 | 115.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 198 | 173 | 0.15 | 0 | 0.13 | 0.22 | 130 | 0.21 | 0.72 |
| Hex | A8 | C6 | AD | F | 0 | D | 16 | 82 | 15 | 48 |
| Octal | 250 | 306 | 255 | 17 | 0 | 15 | 26 | 202 | 25 | 110 |
| Binary | 10101000 | 11000110 | 10101101 | 1111 | 0 | 1101 | 10110 | 10000010 | 10101 | 1001000 |
Color Harmonies of #A8C6AD
Complementary color
Monochromatic Colors of #A8C6AD
Black with #A8C6AD
Text Example
Text Example
White with #A8C6AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C6AD; }
p { color: rgb(168,198,173); }
H1.HeaderClassName
{
color: #A8C6AD;
}
.AnyTagClassName
{
color: #A8C6AD;
}
</style>
background-color css
<style>
a { background-color: #A8C6AD; }
a { background-color: rgb(168,198,173); }
div.DivClassName
{
background-color: #A8C6AD;
}
.BgClassName
{
background-color: #A8C6AD;
}
</style>
border-color css
<style>
span { border-color: #A8C6AD; }
span { border-color: rgb(168,198,173); }
td.TdClassName
{
border-color: #A8C6AD;
}
.TagClassName
{
border-color: #A8C6AD;
}
</style>