Shades of Gum Leaf #A8C0AD
Tints of Gum Leaf #A8C0AD
RGB
CMYK
RGB Variations
Color information
#A8C0AD (or 0xA8C0AD) is known color: Gum Leaf. HEX triplet: A8, C0 and AD. RGB value is (168,192,173). Sum of RGB (Red+Green+Blue) = 168+192+173=533 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.52% from 533); Green value is 192 (75.39% from 255 or 36.02% from 533); Blue value is 173 (67.97% from 255 or 32.46% from 533); Max value from RGB is 192 - color contains mainly: green. Hex color #A8C0AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8C0AD is #573F52. Grayscale: #B6B6B6. Windows color (decimal): -5717843 or 11387048. OLE color: 11387048.
HSL color Cylindrical-coordinate representation of color #A8C0AD: hue angle of 132.5º 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 #A8C0AD is Cyan = 0.12, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 168 | 192 | 173 | - |
| CMYK | 0.12 | 0 | 0.10 | 0.25 |
| HSL | 132.5º | 0.16% | 0.71% | - |
| HSV(B) | 132.5º | 0.13% | 0.75% | - |
| XYZ | 42.54 | 49.04 | 46.76 | - |
| YUV | 182.66 | 122.55 | 117.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 192 | 173 | 0.12 | 0 | 0.10 | 0.25 | 132.5 | 0.16 | 0.71 |
| Hex | A8 | C0 | AD | C | 0 | A | 19 | 84 | 10 | 47 |
| Octal | 250 | 300 | 255 | 14 | 0 | 12 | 31 | 204 | 20 | 107 |
| Binary | 10101000 | 11000000 | 10101101 | 1100 | 0 | 1010 | 11001 | 10000100 | 10000 | 1000111 |
Color Harmonies of #A8C0AD
Complementary color
Monochromatic Colors of #A8C0AD
Black with #A8C0AD
Text Example
Text Example
White with #A8C0AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C0AD; }
p { color: rgb(168,192,173); }
H1.HeaderClassName
{
color: #A8C0AD;
}
.AnyTagClassName
{
color: #A8C0AD;
}
</style>
background-color css
<style>
a { background-color: #A8C0AD; }
a { background-color: rgb(168,192,173); }
div.DivClassName
{
background-color: #A8C0AD;
}
.BgClassName
{
background-color: #A8C0AD;
}
</style>
border-color css
<style>
span { border-color: #A8C0AD; }
span { border-color: rgb(168,192,173); }
td.TdClassName
{
border-color: #A8C0AD;
}
.TagClassName
{
border-color: #A8C0AD;
}
</style>