Shades of Gum Leaf #A6C9AB
Tints of Gum Leaf #A6C9AB
RGB
CMYK
RGB Variations
Color information
#A6C9AB (or 0xA6C9AB) is known color: Gum Leaf. HEX triplet: A6, C9 and AB. RGB value is (166,201,171). Sum of RGB (Red+Green+Blue) = 166+201+171=538 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.86% from 538); Green value is 201 (78.91% from 255 or 37.36% from 538); Blue value is 171 (67.19% from 255 or 31.78% from 538); Max value from RGB is 201 - color contains mainly: green. Hex color #A6C9AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6C9AB is #593654. Grayscale: #BBBBBB. Windows color (decimal): -5846613 or 11258278. OLE color: 11258278.
HSL color Cylindrical-coordinate representation of color #A6C9AB: hue angle of 128.57º degrees, saturation: 0.24, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A6C9AB is Cyan = 0.17, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 166 | 201 | 171 | - |
| CMYK | 0.17 | 0 | 0.15 | 0.21 |
| HSL | 128.57º | 0.24% | 0.72% | - |
| HSV(B) | 128.57º | 0.17% | 0.79% | - |
| XYZ | 43.96 | 52.82 | 46.41 | - |
| YUV | 187.12 | 118.9 | 112.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 201 | 171 | 0.17 | 0 | 0.15 | 0.21 | 128.57 | 0.24 | 0.72 |
| Hex | A6 | C9 | AB | 11 | 0 | F | 15 | 81 | 18 | 48 |
| Octal | 246 | 311 | 253 | 21 | 0 | 17 | 25 | 201 | 30 | 110 |
| Binary | 10100110 | 11001001 | 10101011 | 10001 | 0 | 1111 | 10101 | 10000001 | 11000 | 1001000 |
Color Harmonies of #A6C9AB
Complementary color
Monochromatic Colors of #A6C9AB
Black with #A6C9AB
Text Example
Text Example
White with #A6C9AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6C9AB; }
p { color: rgb(166,201,171); }
H1.HeaderClassName
{
color: #A6C9AB;
}
.AnyTagClassName
{
color: #A6C9AB;
}
</style>
background-color css
<style>
a { background-color: #A6C9AB; }
a { background-color: rgb(166,201,171); }
div.DivClassName
{
background-color: #A6C9AB;
}
.BgClassName
{
background-color: #A6C9AB;
}
</style>
border-color css
<style>
span { border-color: #A6C9AB; }
span { border-color: rgb(166,201,171); }
td.TdClassName
{
border-color: #A6C9AB;
}
.TagClassName
{
border-color: #A6C9AB;
}
</style>