Shades of Gum Leaf #A6CCAB
Tints of Gum Leaf #A6CCAB
RGB
CMYK
RGB Variations
Color information
#A6CCAB (or 0xA6CCAB) is known color: Gum Leaf. HEX triplet: A6, CC and AB. RGB value is (166,204,171). Sum of RGB (Red+Green+Blue) = 166+204+171=541 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.68% from 541); Green value is 204 (80.08% from 255 or 37.71% from 541); Blue value is 171 (67.19% from 255 or 31.61% from 541); Max value from RGB is 204 - color contains mainly: green. Hex color #A6CCAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6CCAB is #593354. Grayscale: #BCBCBC. Windows color (decimal): -5845845 or 11259046. OLE color: 11259046.
HSL color Cylindrical-coordinate representation of color #A6CCAB: hue angle of 127.89º degrees, saturation: 0.27, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A6CCAB is Cyan = 0.19, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 166 | 204 | 171 | - |
| CMYK | 0.19 | 0 | 0.16 | 0.2 |
| HSL | 127.89º | 0.27% | 0.73% | - |
| HSV(B) | 127.89º | 0.19% | 0.8% | - |
| XYZ | 44.67 | 54.23 | 46.64 | - |
| YUV | 188.88 | 117.91 | 111.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 204 | 171 | 0.19 | 0 | 0.16 | 0.2 | 127.89 | 0.27 | 0.73 |
| Hex | A6 | CC | AB | 13 | 0 | 10 | 14 | 80 | 1B | 49 |
| Octal | 246 | 314 | 253 | 23 | 0 | 20 | 24 | 200 | 33 | 111 |
| Binary | 10100110 | 11001100 | 10101011 | 10011 | 0 | 10000 | 10100 | 10000000 | 11011 | 1001001 |
Color Harmonies of #A6CCAB
Complementary color
Monochromatic Colors of #A6CCAB
Black with #A6CCAB
Text Example
Text Example
White with #A6CCAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6CCAB; }
p { color: rgb(166,204,171); }
H1.HeaderClassName
{
color: #A6CCAB;
}
.AnyTagClassName
{
color: #A6CCAB;
}
</style>
background-color css
<style>
a { background-color: #A6CCAB; }
a { background-color: rgb(166,204,171); }
div.DivClassName
{
background-color: #A6CCAB;
}
.BgClassName
{
background-color: #A6CCAB;
}
</style>
border-color css
<style>
span { border-color: #A6CCAB; }
span { border-color: rgb(166,204,171); }
td.TdClassName
{
border-color: #A6CCAB;
}
.TagClassName
{
border-color: #A6CCAB;
}
</style>