Shades of Gum Leaf #A6C7AD
Tints of Gum Leaf #A6C7AD
RGB
CMYK
RGB Variations
Color information
#A6C7AD (or 0xA6C7AD) is known color: Gum Leaf. HEX triplet: A6, C7 and AD. RGB value is (166,199,173). Sum of RGB (Red+Green+Blue) = 166+199+173=538 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.86% from 538); Green value is 199 (78.12% from 255 or 36.99% from 538); Blue value is 173 (67.97% from 255 or 32.16% from 538); Max value from RGB is 199 - color contains mainly: green. Hex color #A6C7AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6C7AD is #593852. Grayscale: #BABABA. Windows color (decimal): -5847123 or 11388838. OLE color: 11388838.
HSL color Cylindrical-coordinate representation of color #A6C7AD: hue angle of 132.73º degrees, saturation: 0.23, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A6C7AD is Cyan = 0.17, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 166 | 199 | 173 | - |
| CMYK | 0.17 | 0 | 0.13 | 0.22 |
| HSL | 132.73º | 0.23% | 0.72% | - |
| HSV(B) | 132.73º | 0.17% | 0.78% | - |
| XYZ | 43.69 | 51.97 | 47.26 | - |
| YUV | 186.17 | 120.57 | 113.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 199 | 173 | 0.17 | 0 | 0.13 | 0.22 | 132.73 | 0.23 | 0.72 |
| Hex | A6 | C7 | AD | 11 | 0 | D | 16 | 85 | 17 | 48 |
| Octal | 246 | 307 | 255 | 21 | 0 | 15 | 26 | 205 | 27 | 110 |
| Binary | 10100110 | 11000111 | 10101101 | 10001 | 0 | 1101 | 10110 | 10000101 | 10111 | 1001000 |
Color Harmonies of #A6C7AD
Complementary color
Monochromatic Colors of #A6C7AD
Black with #A6C7AD
Text Example
Text Example
White with #A6C7AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6C7AD; }
p { color: rgb(166,199,173); }
H1.HeaderClassName
{
color: #A6C7AD;
}
.AnyTagClassName
{
color: #A6C7AD;
}
</style>
background-color css
<style>
a { background-color: #A6C7AD; }
a { background-color: rgb(166,199,173); }
div.DivClassName
{
background-color: #A6C7AD;
}
.BgClassName
{
background-color: #A6C7AD;
}
</style>
border-color css
<style>
span { border-color: #A6C7AD; }
span { border-color: rgb(166,199,173); }
td.TdClassName
{
border-color: #A6C7AD;
}
.TagClassName
{
border-color: #A6C7AD;
}
</style>