Shades of Gum Leaf #A6BCAB
Tints of Gum Leaf #A6BCAB
RGB
CMYK
RGB Variations
Color information
#A6BCAB (or 0xA6BCAB) is known color: Gum Leaf. HEX triplet: A6, BC and AB. RGB value is (166,188,171). Sum of RGB (Red+Green+Blue) = 166+188+171=525 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.62% from 525); Green value is 188 (73.83% from 255 or 35.81% from 525); Blue value is 171 (67.19% from 255 or 32.57% from 525); Max value from RGB is 188 - color contains mainly: green. Hex color #A6BCAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6BCAB is #594354. Grayscale: #B3B3B3. Windows color (decimal): -5849941 or 11254950. OLE color: 11254950.
HSL color Cylindrical-coordinate representation of color #A6BCAB: hue angle of 133.64º 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 #A6BCAB is Cyan = 0.12, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 166 | 188 | 171 | - |
| CMYK | 0.12 | 0 | 0.09 | 0.26 |
| HSL | 133.64º | 0.14% | 0.69% | - |
| HSV(B) | 133.64º | 0.12% | 0.74% | - |
| XYZ | 41.06 | 47.01 | 45.44 | - |
| YUV | 179.48 | 123.21 | 118.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 188 | 171 | 0.12 | 0 | 0.09 | 0.26 | 133.64 | 0.14 | 0.69 |
| Hex | A6 | BC | AB | C | 0 | 9 | 1A | 86 | E | 45 |
| Octal | 246 | 274 | 253 | 14 | 0 | 11 | 32 | 206 | 16 | 105 |
| Binary | 10100110 | 10111100 | 10101011 | 1100 | 0 | 1001 | 11010 | 10000110 | 1110 | 1000101 |
Color Harmonies of #A6BCAB
Complementary color
Monochromatic Colors of #A6BCAB
Black with #A6BCAB
Text Example
Text Example
White with #A6BCAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6BCAB; }
p { color: rgb(166,188,171); }
H1.HeaderClassName
{
color: #A6BCAB;
}
.AnyTagClassName
{
color: #A6BCAB;
}
</style>
background-color css
<style>
a { background-color: #A6BCAB; }
a { background-color: rgb(166,188,171); }
div.DivClassName
{
background-color: #A6BCAB;
}
.BgClassName
{
background-color: #A6BCAB;
}
</style>
border-color css
<style>
span { border-color: #A6BCAB; }
span { border-color: rgb(166,188,171); }
td.TdClassName
{
border-color: #A6BCAB;
}
.TagClassName
{
border-color: #A6BCAB;
}
</style>