Shades of Gum Leaf #A7BCAB
Tints of Gum Leaf #A7BCAB
RGB
CMYK
RGB Variations
Color information
#A7BCAB (or 0xA7BCAB) is known color: Gum Leaf. HEX triplet: A7, BC and AB. RGB value is (167,188,171). Sum of RGB (Red+Green+Blue) = 167+188+171=526 (69% of max value = 765). Red value is 167 (65.62% from 255 or 31.75% from 526); Green value is 188 (73.83% from 255 or 35.74% from 526); Blue value is 171 (67.19% from 255 or 32.51% from 526); Max value from RGB is 188 - color contains mainly: green. Hex color #A7BCAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7BCAB is #584354. Grayscale: #B3B3B3. Windows color (decimal): -5784405 or 11254951. OLE color: 11254951.
HSL color Cylindrical-coordinate representation of color #A7BCAB: hue angle of 131.43º degrees, saturation: 0.14, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A7BCAB is Cyan = 0.11, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 167 | 188 | 171 | - |
| CMYK | 0.11 | 0 | 0.09 | 0.26 |
| HSL | 131.43º | 0.14% | 0.7% | - |
| HSV(B) | 131.43º | 0.11% | 0.74% | - |
| XYZ | 41.27 | 47.12 | 45.45 | - |
| YUV | 179.78 | 123.04 | 118.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 188 | 171 | 0.11 | 0 | 0.09 | 0.26 | 131.43 | 0.14 | 0.7 |
| Hex | A7 | BC | AB | B | 0 | 9 | 1A | 83 | E | 46 |
| Octal | 247 | 274 | 253 | 13 | 0 | 11 | 32 | 203 | 16 | 106 |
| Binary | 10100111 | 10111100 | 10101011 | 1011 | 0 | 1001 | 11010 | 10000011 | 1110 | 1000110 |
Color Harmonies of #A7BCAB
Complementary color
Monochromatic Colors of #A7BCAB
Black with #A7BCAB
Text Example
Text Example
White with #A7BCAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7BCAB; }
p { color: rgb(167,188,171); }
H1.HeaderClassName
{
color: #A7BCAB;
}
.AnyTagClassName
{
color: #A7BCAB;
}
</style>
background-color css
<style>
a { background-color: #A7BCAB; }
a { background-color: rgb(167,188,171); }
div.DivClassName
{
background-color: #A7BCAB;
}
.BgClassName
{
background-color: #A7BCAB;
}
</style>
border-color css
<style>
span { border-color: #A7BCAB; }
span { border-color: rgb(167,188,171); }
td.TdClassName
{
border-color: #A7BCAB;
}
.TagClassName
{
border-color: #A7BCAB;
}
</style>