Shades of Gum Leaf #A8C0AA
Tints of Gum Leaf #A8C0AA
RGB
CMYK
RGB Variations
Color information
#A8C0AA (or 0xA8C0AA) is known color: Gum Leaf. HEX triplet: A8, C0 and AA. RGB value is (168,192,170). Sum of RGB (Red+Green+Blue) = 168+192+170=530 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.70% from 530); Green value is 192 (75.39% from 255 or 36.23% from 530); Blue value is 170 (66.80% from 255 or 32.08% from 530); Max value from RGB is 192 - color contains mainly: green. Hex color #A8C0AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8C0AA is #573F55. Grayscale: #B6B6B6. Windows color (decimal): -5717846 or 11190440. OLE color: 11190440.
HSL color Cylindrical-coordinate representation of color #A8C0AA: hue angle of 125º degrees, saturation: 0.16, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A8C0AA is Cyan = 0.12, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 168 | 192 | 170 | - |
| CMYK | 0.12 | 0 | 0.11 | 0.25 |
| HSL | 125º | 0.16% | 0.71% | - |
| HSV(B) | 125º | 0.13% | 0.75% | - |
| XYZ | 42.25 | 48.93 | 45.25 | - |
| YUV | 182.32 | 121.05 | 117.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 192 | 170 | 0.12 | 0 | 0.11 | 0.25 | 125 | 0.16 | 0.71 |
| Hex | A8 | C0 | AA | C | 0 | B | 19 | 7D | 10 | 47 |
| Octal | 250 | 300 | 252 | 14 | 0 | 13 | 31 | 175 | 20 | 107 |
| Binary | 10101000 | 11000000 | 10101010 | 1100 | 0 | 1011 | 11001 | 1111101 | 10000 | 1000111 |
Color Harmonies of #A8C0AA
Complementary color
Monochromatic Colors of #A8C0AA
Black with #A8C0AA
Text Example
Text Example
White with #A8C0AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C0AA; }
p { color: rgb(168,192,170); }
H1.HeaderClassName
{
color: #A8C0AA;
}
.AnyTagClassName
{
color: #A8C0AA;
}
</style>
background-color css
<style>
a { background-color: #A8C0AA; }
a { background-color: rgb(168,192,170); }
div.DivClassName
{
background-color: #A8C0AA;
}
.BgClassName
{
background-color: #A8C0AA;
}
</style>
border-color css
<style>
span { border-color: #A8C0AA; }
span { border-color: rgb(168,192,170); }
td.TdClassName
{
border-color: #A8C0AA;
}
.TagClassName
{
border-color: #A8C0AA;
}
</style>