Shades of Gum Leaf #A7C1AD
Tints of Gum Leaf #A7C1AD
RGB
CMYK
RGB Variations
Color information
#A7C1AD (or 0xA7C1AD) is known color: Gum Leaf. HEX triplet: A7, C1 and AD. RGB value is (167,193,173). Sum of RGB (Red+Green+Blue) = 167+193+173=533 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.33% from 533); Green value is 193 (75.78% from 255 or 36.21% from 533); Blue value is 173 (67.97% from 255 or 32.46% from 533); Max value from RGB is 193 - color contains mainly: green. Hex color #A7C1AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7C1AD is #583E52. Grayscale: #B7B7B7. Windows color (decimal): -5783123 or 11387303. OLE color: 11387303.
HSL color Cylindrical-coordinate representation of color #A7C1AD: hue angle of 133.85º 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 #A7C1AD is Cyan = 0.13, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 167 | 193 | 173 | - |
| CMYK | 0.13 | 0 | 0.10 | 0.24 |
| HSL | 133.85º | 0.17% | 0.71% | - |
| HSV(B) | 133.85º | 0.13% | 0.76% | - |
| XYZ | 42.55 | 49.37 | 46.82 | - |
| YUV | 182.95 | 122.39 | 116.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 193 | 173 | 0.13 | 0 | 0.10 | 0.24 | 133.85 | 0.17 | 0.71 |
| Hex | A7 | C1 | AD | D | 0 | A | 18 | 86 | 11 | 47 |
| Octal | 247 | 301 | 255 | 15 | 0 | 12 | 30 | 206 | 21 | 107 |
| Binary | 10100111 | 11000001 | 10101101 | 1101 | 0 | 1010 | 11000 | 10000110 | 10001 | 1000111 |
Color Harmonies of #A7C1AD
Complementary color
Monochromatic Colors of #A7C1AD
Black with #A7C1AD
Text Example
Text Example
White with #A7C1AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7C1AD; }
p { color: rgb(167,193,173); }
H1.HeaderClassName
{
color: #A7C1AD;
}
.AnyTagClassName
{
color: #A7C1AD;
}
</style>
background-color css
<style>
a { background-color: #A7C1AD; }
a { background-color: rgb(167,193,173); }
div.DivClassName
{
background-color: #A7C1AD;
}
.BgClassName
{
background-color: #A7C1AD;
}
</style>
border-color css
<style>
span { border-color: #A7C1AD; }
span { border-color: rgb(167,193,173); }
td.TdClassName
{
border-color: #A7C1AD;
}
.TagClassName
{
border-color: #A7C1AD;
}
</style>