Shades of Gum Leaf #A0BFA6
Tints of Gum Leaf #A0BFA6
RGB
CMYK
RGB Variations
Color information
#A0BFA6 (or 0xA0BFA6) is known color: Gum Leaf. HEX triplet: A0, BF and A6. RGB value is (160,191,166). Sum of RGB (Red+Green+Blue) = 160+191+166=517 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.95% from 517); Green value is 191 (75% from 255 or 36.94% from 517); Blue value is 166 (65.23% from 255 or 32.11% from 517); Max value from RGB is 191 - color contains mainly: green. Hex color #A0BFA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0BFA6 is #5F4059. Grayscale: #B2B2B2. Windows color (decimal): -6242394 or 10928032. OLE color: 10928032.
HSL color Cylindrical-coordinate representation of color #A0BFA6: hue angle of 131.61º degrees, saturation: 0.19, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A0BFA6 is Cyan = 0.16, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 160 | 191 | 166 | - |
| CMYK | 0.16 | 0 | 0.13 | 0.25 |
| HSL | 131.61º | 0.19% | 0.69% | - |
| HSV(B) | 131.61º | 0.16% | 0.75% | - |
| XYZ | 40.01 | 47.49 | 43.13 | - |
| YUV | 178.88 | 120.73 | 114.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 191 | 166 | 0.16 | 0 | 0.13 | 0.25 | 131.61 | 0.19 | 0.69 |
| Hex | A0 | BF | A6 | 10 | 0 | D | 19 | 84 | 13 | 45 |
| Octal | 240 | 277 | 246 | 20 | 0 | 15 | 31 | 204 | 23 | 105 |
| Binary | 10100000 | 10111111 | 10100110 | 10000 | 0 | 1101 | 11001 | 10000100 | 10011 | 1000101 |
Color Harmonies of #A0BFA6
Complementary color
Monochromatic Colors of #A0BFA6
Black with #A0BFA6
Text Example
Text Example
White with #A0BFA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BFA6; }
p { color: rgb(160,191,166); }
H1.HeaderClassName
{
color: #A0BFA6;
}
.AnyTagClassName
{
color: #A0BFA6;
}
</style>
background-color css
<style>
a { background-color: #A0BFA6; }
a { background-color: rgb(160,191,166); }
div.DivClassName
{
background-color: #A0BFA6;
}
.BgClassName
{
background-color: #A0BFA6;
}
</style>
border-color css
<style>
span { border-color: #A0BFA6; }
span { border-color: rgb(160,191,166); }
td.TdClassName
{
border-color: #A0BFA6;
}
.TagClassName
{
border-color: #A0BFA6;
}
</style>