Shades of Gum Leaf #A6B8AB
Tints of Gum Leaf #A6B8AB
RGB
CMYK
RGB Variations
Color information
#A6B8AB (or 0xA6B8AB) is known color: Gum Leaf. HEX triplet: A6, B8 and AB. RGB value is (166,184,171). Sum of RGB (Red+Green+Blue) = 166+184+171=521 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.86% from 521); Green value is 184 (72.27% from 255 or 35.32% from 521); Blue value is 171 (67.19% from 255 or 32.82% from 521); Max value from RGB is 184 - color contains mainly: green. Hex color #A6B8AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6B8AB is #594754. Grayscale: #B1B1B1. Windows color (decimal): -5850965 or 11253926. OLE color: 11253926.
HSL color Cylindrical-coordinate representation of color #A6B8AB: hue angle of 136.67º degrees, saturation: 0.11, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A6B8AB is Cyan = 0.10, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 166 | 184 | 171 | - |
| CMYK | 0.10 | 0 | 0.07 | 0.28 |
| HSL | 136.67º | 0.11% | 0.69% | - |
| HSV(B) | 136.67º | 0.1% | 0.72% | - |
| XYZ | 40.22 | 45.33 | 45.16 | - |
| YUV | 177.14 | 124.54 | 120.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 184 | 171 | 0.10 | 0 | 0.07 | 0.28 | 136.67 | 0.11 | 0.69 |
| Hex | A6 | B8 | AB | A | 0 | 7 | 1C | 89 | B | 45 |
| Octal | 246 | 270 | 253 | 12 | 0 | 7 | 34 | 211 | 13 | 105 |
| Binary | 10100110 | 10111000 | 10101011 | 1010 | 0 | 111 | 11100 | 10001001 | 1011 | 1000101 |
Color Harmonies of #A6B8AB
Complementary color
Monochromatic Colors of #A6B8AB
Black with #A6B8AB
Text Example
Text Example
White with #A6B8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B8AB; }
p { color: rgb(166,184,171); }
H1.HeaderClassName
{
color: #A6B8AB;
}
.AnyTagClassName
{
color: #A6B8AB;
}
</style>
background-color css
<style>
a { background-color: #A6B8AB; }
a { background-color: rgb(166,184,171); }
div.DivClassName
{
background-color: #A6B8AB;
}
.BgClassName
{
background-color: #A6B8AB;
}
</style>
border-color css
<style>
span { border-color: #A6B8AB; }
span { border-color: rgb(166,184,171); }
td.TdClassName
{
border-color: #A6B8AB;
}
.TagClassName
{
border-color: #A6B8AB;
}
</style>