Shades of Gum Leaf #A7C8AB
Tints of Gum Leaf #A7C8AB
RGB
CMYK
RGB Variations
Color information
#A7C8AB (or 0xA7C8AB) is known color: Gum Leaf. HEX triplet: A7, C8 and AB. RGB value is (167,200,171). Sum of RGB (Red+Green+Blue) = 167+200+171=538 (71% of max value = 765). Red value is 167 (65.62% from 255 or 31.04% from 538); Green value is 200 (78.52% from 255 or 37.17% from 538); Blue value is 171 (67.19% from 255 or 31.78% from 538); Max value from RGB is 200 - color contains mainly: green. Hex color #A7C8AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7C8AB is #583754. Grayscale: #BABABA. Windows color (decimal): -5781333 or 11258023. OLE color: 11258023.
HSL color Cylindrical-coordinate representation of color #A7C8AB: hue angle of 127.27º degrees, saturation: 0.23, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A7C8AB is Cyan = 0.16, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 167 | 200 | 171 | - |
| CMYK | 0.16 | 0 | 0.14 | 0.22 |
| HSL | 127.27º | 0.23% | 0.72% | - |
| HSV(B) | 127.27º | 0.17% | 0.78% | - |
| XYZ | 43.94 | 52.46 | 46.34 | - |
| YUV | 186.83 | 119.07 | 113.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 200 | 171 | 0.16 | 0 | 0.14 | 0.22 | 127.27 | 0.23 | 0.72 |
| Hex | A7 | C8 | AB | 10 | 0 | E | 16 | 7F | 17 | 48 |
| Octal | 247 | 310 | 253 | 20 | 0 | 16 | 26 | 177 | 27 | 110 |
| Binary | 10100111 | 11001000 | 10101011 | 10000 | 0 | 1110 | 10110 | 1111111 | 10111 | 1001000 |
Color Harmonies of #A7C8AB
Complementary color
Monochromatic Colors of #A7C8AB
Black with #A7C8AB
Text Example
Text Example
White with #A7C8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7C8AB; }
p { color: rgb(167,200,171); }
H1.HeaderClassName
{
color: #A7C8AB;
}
.AnyTagClassName
{
color: #A7C8AB;
}
</style>
background-color css
<style>
a { background-color: #A7C8AB; }
a { background-color: rgb(167,200,171); }
div.DivClassName
{
background-color: #A7C8AB;
}
.BgClassName
{
background-color: #A7C8AB;
}
</style>
border-color css
<style>
span { border-color: #A7C8AB; }
span { border-color: rgb(167,200,171); }
td.TdClassName
{
border-color: #A7C8AB;
}
.TagClassName
{
border-color: #A7C8AB;
}
</style>