Shades of Gum Leaf #ABC0AD
Tints of Gum Leaf #ABC0AD
RGB
CMYK
RGB Variations
Color information
#ABC0AD (or 0xABC0AD) is known color: Gum Leaf. HEX triplet: AB, C0 and AD. RGB value is (171,192,173). Sum of RGB (Red+Green+Blue) = 171+192+173=536 (70% of max value = 765). Red value is 171 (67.19% from 255 or 31.90% from 536); Green value is 192 (75.39% from 255 or 35.82% from 536); Blue value is 173 (67.97% from 255 or 32.28% from 536); Max value from RGB is 192 - color contains mainly: green. Hex color #ABC0AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC0AD is #543F52. Grayscale: #B7B7B7. Windows color (decimal): -5521235 or 11387051. OLE color: 11387051.
HSL color Cylindrical-coordinate representation of color #ABC0AD: hue angle of 125.71º degrees, saturation: 0.14, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ABC0AD is Cyan = 0.11, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 171 | 192 | 173 | - |
| CMYK | 0.11 | 0 | 0.10 | 0.25 |
| HSL | 125.71º | 0.14% | 0.71% | - |
| HSV(B) | 125.71º | 0.11% | 0.75% | - |
| XYZ | 43.19 | 49.37 | 46.79 | - |
| YUV | 183.56 | 122.04 | 119.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 192 | 173 | 0.11 | 0 | 0.10 | 0.25 | 125.71 | 0.14 | 0.71 |
| Hex | AB | C0 | AD | B | 0 | A | 19 | 7E | E | 47 |
| Octal | 253 | 300 | 255 | 13 | 0 | 12 | 31 | 176 | 16 | 107 |
| Binary | 10101011 | 11000000 | 10101101 | 1011 | 0 | 1010 | 11001 | 1111110 | 1110 | 1000111 |
Color Harmonies of #ABC0AD
Complementary color
Monochromatic Colors of #ABC0AD
Black with #ABC0AD
Text Example
Text Example
White with #ABC0AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC0AD; }
p { color: rgb(171,192,173); }
H1.HeaderClassName
{
color: #ABC0AD;
}
.AnyTagClassName
{
color: #ABC0AD;
}
</style>
background-color css
<style>
a { background-color: #ABC0AD; }
a { background-color: rgb(171,192,173); }
div.DivClassName
{
background-color: #ABC0AD;
}
.BgClassName
{
background-color: #ABC0AD;
}
</style>
border-color css
<style>
span { border-color: #ABC0AD; }
span { border-color: rgb(171,192,173); }
td.TdClassName
{
border-color: #ABC0AD;
}
.TagClassName
{
border-color: #ABC0AD;
}
</style>