Shades of Gum Leaf #A8C7AC
Tints of Gum Leaf #A8C7AC
RGB
CMYK
RGB Variations
Color information
#A8C7AC (or 0xA8C7AC) is known color: Gum Leaf. HEX triplet: A8, C7 and AC. RGB value is (168,199,172). Sum of RGB (Red+Green+Blue) = 168+199+172=539 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.17% from 539); Green value is 199 (78.12% from 255 or 36.92% from 539); Blue value is 172 (67.58% from 255 or 31.91% from 539); Max value from RGB is 199 - color contains mainly: green. Hex color #A8C7AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8C7AC is #573853. Grayscale: #BABABA. Windows color (decimal): -5716052 or 11323304. OLE color: 11323304.
HSL color Cylindrical-coordinate representation of color #A8C7AC: hue angle of 127.74º degrees, saturation: 0.22, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A8C7AC is Cyan = 0.16, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
RGB | 168 | 199 | 172 | - |
CMYK | 0.16 | 0 | 0.14 | 0.22 |
HSL | 127.74º | 0.22% | 0.72% | - |
HSV(B) | 127.74º | 0.16% | 0.78% | - |
XYZ | 44.02 | 52.15 | 46.78 | - |
YUV | 186.65 | 119.73 | 114.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 199 | 172 | 0.16 | 0 | 0.14 | 0.22 | 127.74 | 0.22 | 0.72 |
Hex | A8 | C7 | AC | 10 | 0 | E | 16 | 80 | 16 | 48 |
Octal | 250 | 307 | 254 | 20 | 0 | 16 | 26 | 200 | 26 | 110 |
Binary | 10101000 | 11000111 | 10101100 | 10000 | 0 | 1110 | 10110 | 10000000 | 10110 | 1001000 |
Color Harmonies of #A8C7AC
Complementary color
Monochromatic Colors of #A8C7AC
Black with #A8C7AC
Text Example
Text Example
White with #A8C7AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C7AC; }
p { color: rgb(168,199,172); }
H1.HeaderClassName
{
color: #A8C7AC;
}
.AnyTagClassName
{
color: #A8C7AC;
}
</style>
background-color css
<style>
a { background-color: #A8C7AC; }
a { background-color: rgb(168,199,172); }
div.DivClassName
{
background-color: #A8C7AC;
}
.BgClassName
{
background-color: #A8C7AC;
}
</style>
border-color css
<style>
span { border-color: #A8C7AC; }
span { border-color: rgb(168,199,172); }
td.TdClassName
{
border-color: #A8C7AC;
}
.TagClassName
{
border-color: #A8C7AC;
}
</style>