Shades of Gum Leaf #A6BCAC
Tints of Gum Leaf #A6BCAC
RGB
CMYK
RGB Variations
Color information
#A6BCAC (or 0xA6BCAC) is known color: Gum Leaf. HEX triplet: A6, BC and AC. RGB value is (166,188,172). Sum of RGB (Red+Green+Blue) = 166+188+172=526 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.56% from 526); Green value is 188 (73.83% from 255 or 35.74% from 526); Blue value is 172 (67.58% from 255 or 32.70% from 526); Max value from RGB is 188 - color contains mainly: green. Hex color #A6BCAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6BCAC is #594353. Grayscale: #B3B3B3. Windows color (decimal): -5849940 or 11320486. OLE color: 11320486.
HSL color Cylindrical-coordinate representation of color #A6BCAC: hue angle of 136.36º 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 #A6BCAC is Cyan = 0.12, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 166 | 188 | 172 | - |
| CMYK | 0.12 | 0 | 0.09 | 0.26 |
| HSL | 136.36º | 0.14% | 0.69% | - |
| HSV(B) | 136.36º | 0.12% | 0.74% | - |
| XYZ | 41.16 | 47.05 | 45.94 | - |
| YUV | 179.6 | 123.71 | 118.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 188 | 172 | 0.12 | 0 | 0.09 | 0.26 | 136.36 | 0.14 | 0.69 |
| Hex | A6 | BC | AC | C | 0 | 9 | 1A | 88 | E | 45 |
| Octal | 246 | 274 | 254 | 14 | 0 | 11 | 32 | 210 | 16 | 105 |
| Binary | 10100110 | 10111100 | 10101100 | 1100 | 0 | 1001 | 11010 | 10001000 | 1110 | 1000101 |
Color Harmonies of #A6BCAC
Complementary color
Monochromatic Colors of #A6BCAC
Black with #A6BCAC
Text Example
Text Example
White with #A6BCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6BCAC; }
p { color: rgb(166,188,172); }
H1.HeaderClassName
{
color: #A6BCAC;
}
.AnyTagClassName
{
color: #A6BCAC;
}
</style>
background-color css
<style>
a { background-color: #A6BCAC; }
a { background-color: rgb(166,188,172); }
div.DivClassName
{
background-color: #A6BCAC;
}
.BgClassName
{
background-color: #A6BCAC;
}
</style>
border-color css
<style>
span { border-color: #A6BCAC; }
span { border-color: rgb(166,188,172); }
td.TdClassName
{
border-color: #A6BCAC;
}
.TagClassName
{
border-color: #A6BCAC;
}
</style>