Shades of Gum Leaf #A6BCAA
Tints of Gum Leaf #A6BCAA
RGB
CMYK
RGB Variations
Color information
#A6BCAA (or 0xA6BCAA) is known color: Gum Leaf. HEX triplet: A6, BC and AA. RGB value is (166,188,170). Sum of RGB (Red+Green+Blue) = 166+188+170=524 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.68% from 524); Green value is 188 (73.83% from 255 or 35.88% from 524); Blue value is 170 (66.80% from 255 or 32.44% from 524); Max value from RGB is 188 - color contains mainly: green. Hex color #A6BCAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6BCAA is #594355. Grayscale: #B3B3B3. Windows color (decimal): -5849942 or 11189414. OLE color: 11189414.
HSL color Cylindrical-coordinate representation of color #A6BCAA: hue angle of 130.91º degrees, saturation: 0.14, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A6BCAA is Cyan = 0.12, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 166 | 188 | 170 | - |
| CMYK | 0.12 | 0 | 0.10 | 0.26 |
| HSL | 130.91º | 0.14% | 0.69% | - |
| HSV(B) | 130.91º | 0.12% | 0.74% | - |
| XYZ | 40.96 | 46.98 | 44.94 | - |
| YUV | 179.37 | 122.71 | 118.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 188 | 170 | 0.12 | 0 | 0.10 | 0.26 | 130.91 | 0.14 | 0.69 |
| Hex | A6 | BC | AA | C | 0 | A | 1A | 83 | E | 45 |
| Octal | 246 | 274 | 252 | 14 | 0 | 12 | 32 | 203 | 16 | 105 |
| Binary | 10100110 | 10111100 | 10101010 | 1100 | 0 | 1010 | 11010 | 10000011 | 1110 | 1000101 |
Color Harmonies of #A6BCAA
Complementary color
Monochromatic Colors of #A6BCAA
Black with #A6BCAA
Text Example
Text Example
White with #A6BCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6BCAA; }
p { color: rgb(166,188,170); }
H1.HeaderClassName
{
color: #A6BCAA;
}
.AnyTagClassName
{
color: #A6BCAA;
}
</style>
background-color css
<style>
a { background-color: #A6BCAA; }
a { background-color: rgb(166,188,170); }
div.DivClassName
{
background-color: #A6BCAA;
}
.BgClassName
{
background-color: #A6BCAA;
}
</style>
border-color css
<style>
span { border-color: #A6BCAA; }
span { border-color: rgb(166,188,170); }
td.TdClassName
{
border-color: #A6BCAA;
}
.TagClassName
{
border-color: #A6BCAA;
}
</style>