Shades of Gum Leaf #A0BDA4
Tints of Gum Leaf #A0BDA4
RGB
CMYK
RGB Variations
Color information
#A0BDA4 (or 0xA0BDA4) is known color: Gum Leaf. HEX triplet: A0, BD and A4. RGB value is (160,189,164). Sum of RGB (Red+Green+Blue) = 160+189+164=513 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.19% from 513); Green value is 189 (74.22% from 255 or 36.84% from 513); Blue value is 164 (64.45% from 255 or 31.97% from 513); Max value from RGB is 189 - color contains mainly: green. Hex color #A0BDA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0BDA4 is #5F425B. Grayscale: #B1B1B1. Windows color (decimal): -6242908 or 10796448. OLE color: 10796448.
HSL color Cylindrical-coordinate representation of color #A0BDA4: hue angle of 128.28º degrees, saturation: 0.18, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A0BDA4 is Cyan = 0.15, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 160 | 189 | 164 | - |
| CMYK | 0.15 | 0 | 0.13 | 0.26 |
| HSL | 128.28º | 0.18% | 0.68% | - |
| HSV(B) | 128.28º | 0.15% | 0.74% | - |
| XYZ | 39.4 | 46.55 | 42.03 | - |
| YUV | 177.48 | 120.39 | 115.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 189 | 164 | 0.15 | 0 | 0.13 | 0.26 | 128.28 | 0.18 | 0.68 |
| Hex | A0 | BD | A4 | F | 0 | D | 1A | 80 | 12 | 44 |
| Octal | 240 | 275 | 244 | 17 | 0 | 15 | 32 | 200 | 22 | 104 |
| Binary | 10100000 | 10111101 | 10100100 | 1111 | 0 | 1101 | 11010 | 10000000 | 10010 | 1000100 |
Color Harmonies of #A0BDA4
Complementary color
Monochromatic Colors of #A0BDA4
Black with #A0BDA4
Text Example
Text Example
White with #A0BDA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BDA4; }
p { color: rgb(160,189,164); }
H1.HeaderClassName
{
color: #A0BDA4;
}
.AnyTagClassName
{
color: #A0BDA4;
}
</style>
background-color css
<style>
a { background-color: #A0BDA4; }
a { background-color: rgb(160,189,164); }
div.DivClassName
{
background-color: #A0BDA4;
}
.BgClassName
{
background-color: #A0BDA4;
}
</style>
border-color css
<style>
span { border-color: #A0BDA4; }
span { border-color: rgb(160,189,164); }
td.TdClassName
{
border-color: #A0BDA4;
}
.TagClassName
{
border-color: #A0BDA4;
}
</style>