Shades of Gum Leaf #A8C6AB
Tints of Gum Leaf #A8C6AB
RGB
CMYK
RGB Variations
Color information
#A8C6AB (or 0xA8C6AB) is known color: Gum Leaf. HEX triplet: A8, C6 and AB. RGB value is (168,198,171). Sum of RGB (Red+Green+Blue) = 168+198+171=537 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.28% from 537); Green value is 198 (77.73% from 255 or 36.87% from 537); Blue value is 171 (67.19% from 255 or 31.84% from 537); Max value from RGB is 198 - color contains mainly: green. Hex color #A8C6AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8C6AB is #573954. Grayscale: #BABABA. Windows color (decimal): -5716309 or 11257512. OLE color: 11257512.
HSL color Cylindrical-coordinate representation of color #A8C6AB: hue angle of 126º degrees, saturation: 0.21, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A8C6AB is Cyan = 0.15, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 168 | 198 | 171 | - |
| CMYK | 0.15 | 0 | 0.14 | 0.22 |
| HSL | 126º | 0.21% | 0.72% | - |
| HSV(B) | 126º | 0.15% | 0.78% | - |
| XYZ | 43.69 | 51.65 | 46.2 | - |
| YUV | 185.95 | 119.56 | 115.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 198 | 171 | 0.15 | 0 | 0.14 | 0.22 | 126 | 0.21 | 0.72 |
| Hex | A8 | C6 | AB | F | 0 | E | 16 | 7E | 15 | 48 |
| Octal | 250 | 306 | 253 | 17 | 0 | 16 | 26 | 176 | 25 | 110 |
| Binary | 10101000 | 11000110 | 10101011 | 1111 | 0 | 1110 | 10110 | 1111110 | 10101 | 1001000 |
Color Harmonies of #A8C6AB
Complementary color
Monochromatic Colors of #A8C6AB
Black with #A8C6AB
Text Example
Text Example
White with #A8C6AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C6AB; }
p { color: rgb(168,198,171); }
H1.HeaderClassName
{
color: #A8C6AB;
}
.AnyTagClassName
{
color: #A8C6AB;
}
</style>
background-color css
<style>
a { background-color: #A8C6AB; }
a { background-color: rgb(168,198,171); }
div.DivClassName
{
background-color: #A8C6AB;
}
.BgClassName
{
background-color: #A8C6AB;
}
</style>
border-color css
<style>
span { border-color: #A8C6AB; }
span { border-color: rgb(168,198,171); }
td.TdClassName
{
border-color: #A8C6AB;
}
.TagClassName
{
border-color: #A8C6AB;
}
</style>