Shades of Gum Leaf #A6BFA8
Tints of Gum Leaf #A6BFA8
RGB
CMYK
RGB Variations
Color information
#A6BFA8 (or 0xA6BFA8) is known color: Gum Leaf. HEX triplet: A6, BF and A8. RGB value is (166,191,168). Sum of RGB (Red+Green+Blue) = 166+191+168=525 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.62% from 525); Green value is 191 (75% from 255 or 36.38% from 525); Blue value is 168 (66.02% from 255 or 32% from 525); Max value from RGB is 191 - color contains mainly: green. Hex color #A6BFA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6BFA8 is #594057. Grayscale: #B4B4B4. Windows color (decimal): -5849176 or 11059110. OLE color: 11059110.
HSL color Cylindrical-coordinate representation of color #A6BFA8: hue angle of 124.8º degrees, saturation: 0.16, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A6BFA8 is Cyan = 0.13, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 166 | 191 | 168 | - |
| CMYK | 0.13 | 0 | 0.12 | 0.25 |
| HSL | 124.8º | 0.16% | 0.7% | - |
| HSV(B) | 124.8º | 0.13% | 0.75% | - |
| XYZ | 41.42 | 48.2 | 44.17 | - |
| YUV | 180.9 | 120.72 | 117.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 191 | 168 | 0.13 | 0 | 0.12 | 0.25 | 124.8 | 0.16 | 0.7 |
| Hex | A6 | BF | A8 | D | 0 | C | 19 | 7D | 10 | 46 |
| Octal | 246 | 277 | 250 | 15 | 0 | 14 | 31 | 175 | 20 | 106 |
| Binary | 10100110 | 10111111 | 10101000 | 1101 | 0 | 1100 | 11001 | 1111101 | 10000 | 1000110 |
Color Harmonies of #A6BFA8
Complementary color
Monochromatic Colors of #A6BFA8
Black with #A6BFA8
Text Example
Text Example
White with #A6BFA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6BFA8; }
p { color: rgb(166,191,168); }
H1.HeaderClassName
{
color: #A6BFA8;
}
.AnyTagClassName
{
color: #A6BFA8;
}
</style>
background-color css
<style>
a { background-color: #A6BFA8; }
a { background-color: rgb(166,191,168); }
div.DivClassName
{
background-color: #A6BFA8;
}
.BgClassName
{
background-color: #A6BFA8;
}
</style>
border-color css
<style>
span { border-color: #A6BFA8; }
span { border-color: rgb(166,191,168); }
td.TdClassName
{
border-color: #A6BFA8;
}
.TagClassName
{
border-color: #A6BFA8;
}
</style>