Shades of Gum Leaf #A6B9A8
Tints of Gum Leaf #A6B9A8
RGB
CMYK
RGB Variations
Color information
#A6B9A8 (or 0xA6B9A8) is known color: Gum Leaf. HEX triplet: A6, B9 and A8. RGB value is (166,185,168). Sum of RGB (Red+Green+Blue) = 166+185+168=519 (68% of max value = 765). Red value is 166 (65.23% from 255 or 31.98% from 519); Green value is 185 (72.66% from 255 or 35.65% from 519); Blue value is 168 (66.02% from 255 or 32.37% from 519); Max value from RGB is 185 - color contains mainly: green. Hex color #A6B9A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6B9A8 is #594657. Grayscale: #B1B1B1. Windows color (decimal): -5850712 or 11057574. OLE color: 11057574.
HSL color Cylindrical-coordinate representation of color #A6B9A8: hue angle of 126.32º degrees, saturation: 0.12, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A6B9A8 is Cyan = 0.10, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
RGB | 166 | 185 | 168 | - |
CMYK | 0.10 | 0 | 0.09 | 0.27 |
HSL | 126.32º | 0.12% | 0.69% | - |
HSV(B) | 126.32º | 0.1% | 0.73% | - |
XYZ | 40.14 | 45.63 | 43.74 | - |
YUV | 177.38 | 122.71 | 119.88 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 166 | 185 | 168 | 0.10 | 0 | 0.09 | 0.27 | 126.32 | 0.12 | 0.69 |
Hex | A6 | B9 | A8 | A | 0 | 9 | 1B | 7E | C | 45 |
Octal | 246 | 271 | 250 | 12 | 0 | 11 | 33 | 176 | 14 | 105 |
Binary | 10100110 | 10111001 | 10101000 | 1010 | 0 | 1001 | 11011 | 1111110 | 1100 | 1000101 |
Color Harmonies of #A6B9A8
Complementary color
Monochromatic Colors of #A6B9A8
Black with #A6B9A8
Text Example
Text Example
White with #A6B9A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B9A8; }
p { color: rgb(166,185,168); }
H1.HeaderClassName
{
color: #A6B9A8;
}
.AnyTagClassName
{
color: #A6B9A8;
}
</style>
background-color css
<style>
a { background-color: #A6B9A8; }
a { background-color: rgb(166,185,168); }
div.DivClassName
{
background-color: #A6B9A8;
}
.BgClassName
{
background-color: #A6B9A8;
}
</style>
border-color css
<style>
span { border-color: #A6B9A8; }
span { border-color: rgb(166,185,168); }
td.TdClassName
{
border-color: #A6B9A8;
}
.TagClassName
{
border-color: #A6B9A8;
}
</style>