Shades of Gum Leaf #A8C7AA
Tints of Gum Leaf #A8C7AA
RGB
CMYK
RGB Variations
Color information
#A8C7AA (or 0xA8C7AA) is known color: Gum Leaf. HEX triplet: A8, C7 and AA. RGB value is (168,199,170). Sum of RGB (Red+Green+Blue) = 168+199+170=537 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.28% from 537); Green value is 199 (78.12% from 255 or 37.06% from 537); Blue value is 170 (66.80% from 255 or 31.66% from 537); Max value from RGB is 199 - color contains mainly: green. Hex color #A8C7AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8C7AA is #573855. Grayscale: #BABABA. Windows color (decimal): -5716054 or 11192232. OLE color: 11192232.
HSL color Cylindrical-coordinate representation of color #A8C7AA: hue angle of 123.87º 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 #A8C7AA is Cyan = 0.16, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.22.
Color convert
RGB | 168 | 199 | 170 | - |
CMYK | 0.16 | 0 | 0.15 | 0.22 |
HSL | 123.87º | 0.22% | 0.72% | - |
HSV(B) | 123.87º | 0.16% | 0.78% | - |
XYZ | 43.83 | 52.07 | 45.77 | - |
YUV | 186.43 | 118.73 | 114.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 199 | 170 | 0.16 | 0 | 0.15 | 0.22 | 123.87 | 0.22 | 0.72 |
Hex | A8 | C7 | AA | 10 | 0 | F | 16 | 7C | 16 | 48 |
Octal | 250 | 307 | 252 | 20 | 0 | 17 | 26 | 174 | 26 | 110 |
Binary | 10101000 | 11000111 | 10101010 | 10000 | 0 | 1111 | 10110 | 1111100 | 10110 | 1001000 |
Color Harmonies of #A8C7AA
Complementary color
Monochromatic Colors of #A8C7AA
Black with #A8C7AA
Text Example
Text Example
White with #A8C7AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C7AA; }
p { color: rgb(168,199,170); }
H1.HeaderClassName
{
color: #A8C7AA;
}
.AnyTagClassName
{
color: #A8C7AA;
}
</style>
background-color css
<style>
a { background-color: #A8C7AA; }
a { background-color: rgb(168,199,170); }
div.DivClassName
{
background-color: #A8C7AA;
}
.BgClassName
{
background-color: #A8C7AA;
}
</style>
border-color css
<style>
span { border-color: #A8C7AA; }
span { border-color: rgb(168,199,170); }
td.TdClassName
{
border-color: #A8C7AA;
}
.TagClassName
{
border-color: #A8C7AA;
}
</style>