Shades of Gum Leaf #A6C6A9
Tints of Gum Leaf #A6C6A9
RGB
CMYK
RGB Variations
Color information
#A6C6A9 (or 0xA6C6A9) is known color: Gum Leaf. HEX triplet: A6, C6 and A9. RGB value is (166,198,169). Sum of RGB (Red+Green+Blue) = 166+198+169=533 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.14% from 533); Green value is 198 (77.73% from 255 or 37.15% from 533); Blue value is 169 (66.41% from 255 or 31.71% from 533); Max value from RGB is 198 - color contains mainly: green. Hex color #A6C6A9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6C6A9 is #593956. Grayscale: #B9B9B9. Windows color (decimal): -5847383 or 11126438. OLE color: 11126438.
HSL color Cylindrical-coordinate representation of color #A6C6A9: hue angle of 125.62º degrees, saturation: 0.22, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A6C6A9 is Cyan = 0.16, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 166 | 198 | 169 | - |
| CMYK | 0.16 | 0 | 0.15 | 0.22 |
| HSL | 125.63º | 0.22% | 0.71% | - |
| HSV(B) | 125.63º | 0.16% | 0.78% | - |
| XYZ | 43.08 | 51.36 | 45.18 | - |
| YUV | 185.13 | 118.9 | 114.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 198 | 169 | 0.16 | 0 | 0.15 | 0.22 | 125.63 | 0.22 | 0.71 |
| Hex | A6 | C6 | A9 | 10 | 0 | F | 16 | 7E | 16 | 47 |
| Octal | 246 | 306 | 251 | 20 | 0 | 17 | 26 | 176 | 26 | 107 |
| Binary | 10100110 | 11000110 | 10101001 | 10000 | 0 | 1111 | 10110 | 1111110 | 10110 | 1000111 |
Color Harmonies of #A6C6A9
Complementary color
Monochromatic Colors of #A6C6A9
Black with #A6C6A9
Text Example
Text Example
White with #A6C6A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6C6A9; }
p { color: rgb(166,198,169); }
H1.HeaderClassName
{
color: #A6C6A9;
}
.AnyTagClassName
{
color: #A6C6A9;
}
</style>
background-color css
<style>
a { background-color: #A6C6A9; }
a { background-color: rgb(166,198,169); }
div.DivClassName
{
background-color: #A6C6A9;
}
.BgClassName
{
background-color: #A6C6A9;
}
</style>
border-color css
<style>
span { border-color: #A6C6A9; }
span { border-color: rgb(166,198,169); }
td.TdClassName
{
border-color: #A6C6A9;
}
.TagClassName
{
border-color: #A6C6A9;
}
</style>