Shades of Gum Leaf #A8B7AC
Tints of Gum Leaf #A8B7AC
RGB
CMYK
RGB Variations
Color information
#A8B7AC (or 0xA8B7AC) is known color: Gum Leaf. HEX triplet: A8, B7 and AC. RGB value is (168,183,172). Sum of RGB (Red+Green+Blue) = 168+183+172=523 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.12% from 523); Green value is 183 (71.88% from 255 or 34.99% from 523); Blue value is 172 (67.58% from 255 or 32.89% from 523); Max value from RGB is 183 - color contains mainly: green. Hex color #A8B7AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8B7AC is #574853. Grayscale: #B1B1B1. Windows color (decimal): -5720148 or 11319208. OLE color: 11319208.
HSL color Cylindrical-coordinate representation of color #A8B7AC: hue angle of 136º degrees, saturation: 0.09, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A8B7AC is Cyan = 0.08, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.28.
Color convert
RGB | 168 | 183 | 172 | - |
CMYK | 0.08 | 0 | 0.06 | 0.28 |
HSL | 136º | 0.09% | 0.69% | - |
HSV(B) | 136º | 0.08% | 0.72% | - |
XYZ | 40.53 | 45.17 | 45.61 | - |
YUV | 177.26 | 125.03 | 121.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 183 | 172 | 0.08 | 0 | 0.06 | 0.28 | 136 | 0.09 | 0.69 |
Hex | A8 | B7 | AC | 8 | 0 | 6 | 1C | 88 | 9 | 45 |
Octal | 250 | 267 | 254 | 10 | 0 | 6 | 34 | 210 | 11 | 105 |
Binary | 10101000 | 10110111 | 10101100 | 1000 | 0 | 110 | 11100 | 10001000 | 1001 | 1000101 |
Color Harmonies of #A8B7AC
Complementary color
Monochromatic Colors of #A8B7AC
Black with #A8B7AC
Text Example
Text Example
White with #A8B7AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B7AC; }
p { color: rgb(168,183,172); }
H1.HeaderClassName
{
color: #A8B7AC;
}
.AnyTagClassName
{
color: #A8B7AC;
}
</style>
background-color css
<style>
a { background-color: #A8B7AC; }
a { background-color: rgb(168,183,172); }
div.DivClassName
{
background-color: #A8B7AC;
}
.BgClassName
{
background-color: #A8B7AC;
}
</style>
border-color css
<style>
span { border-color: #A8B7AC; }
span { border-color: rgb(168,183,172); }
td.TdClassName
{
border-color: #A8B7AC;
}
.TagClassName
{
border-color: #A8B7AC;
}
</style>