Shades of Gum Leaf #A8C1AD
Tints of Gum Leaf #A8C1AD
RGB
CMYK
RGB Variations
Color information
#A8C1AD (or 0xA8C1AD) is known color: Gum Leaf. HEX triplet: A8, C1 and AD. RGB value is (168,193,173). Sum of RGB (Red+Green+Blue) = 168+193+173=534 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.46% from 534); Green value is 193 (75.78% from 255 or 36.14% from 534); Blue value is 173 (67.97% from 255 or 32.40% from 534); Max value from RGB is 193 - color contains mainly: green. Hex color #A8C1AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8C1AD is #573E52. Grayscale: #B7B7B7. Windows color (decimal): -5717587 or 11387304. OLE color: 11387304.
HSL color Cylindrical-coordinate representation of color #A8C1AD: hue angle of 132º degrees, saturation: 0.17, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A8C1AD is Cyan = 0.13, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 168 | 193 | 173 | - |
| CMYK | 0.13 | 0 | 0.10 | 0.24 |
| HSL | 132º | 0.17% | 0.71% | - |
| HSV(B) | 132º | 0.13% | 0.76% | - |
| XYZ | 42.76 | 49.48 | 46.83 | - |
| YUV | 183.25 | 122.22 | 117.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 193 | 173 | 0.13 | 0 | 0.10 | 0.24 | 132 | 0.17 | 0.71 |
| Hex | A8 | C1 | AD | D | 0 | A | 18 | 84 | 11 | 47 |
| Octal | 250 | 301 | 255 | 15 | 0 | 12 | 30 | 204 | 21 | 107 |
| Binary | 10101000 | 11000001 | 10101101 | 1101 | 0 | 1010 | 11000 | 10000100 | 10001 | 1000111 |
Color Harmonies of #A8C1AD
Complementary color
Monochromatic Colors of #A8C1AD
Black with #A8C1AD
Text Example
Text Example
White with #A8C1AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C1AD; }
p { color: rgb(168,193,173); }
H1.HeaderClassName
{
color: #A8C1AD;
}
.AnyTagClassName
{
color: #A8C1AD;
}
</style>
background-color css
<style>
a { background-color: #A8C1AD; }
a { background-color: rgb(168,193,173); }
div.DivClassName
{
background-color: #A8C1AD;
}
.BgClassName
{
background-color: #A8C1AD;
}
</style>
border-color css
<style>
span { border-color: #A8C1AD; }
span { border-color: rgb(168,193,173); }
td.TdClassName
{
border-color: #A8C1AD;
}
.TagClassName
{
border-color: #A8C1AD;
}
</style>