Shades of Gum Leaf #ACB7AE
Tints of Gum Leaf #ACB7AE
RGB
CMYK
RGB Variations
Color information
#ACB7AE (or 0xACB7AE) is known color: Gum Leaf. HEX triplet: AC, B7 and AE. RGB value is (172,183,174). Sum of RGB (Red+Green+Blue) = 172+183+174=529 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.51% from 529); Green value is 183 (71.88% from 255 or 34.59% from 529); Blue value is 174 (68.36% from 255 or 32.89% from 529); Max value from RGB is 183 - color contains mainly: green. Hex color #ACB7AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB7AE is #534851. Grayscale: #B2B2B2. Windows color (decimal): -5458002 or 11450284. OLE color: 11450284.
HSL color Cylindrical-coordinate representation of color #ACB7AE: hue angle of 130.91º degrees, saturation: 0.07, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #ACB7AE is Cyan = 0.06, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 172 | 183 | 174 | - |
| CMYK | 0.06 | 0 | 0.05 | 0.28 |
| HSL | 130.91º | 0.07% | 0.7% | - |
| HSV(B) | 130.91º | 0.06% | 0.72% | - |
| XYZ | 41.59 | 45.69 | 46.67 | - |
| YUV | 178.69 | 125.36 | 123.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 183 | 174 | 0.06 | 0 | 0.05 | 0.28 | 130.91 | 0.07 | 0.7 |
| Hex | AC | B7 | AE | 6 | 0 | 5 | 1C | 83 | 7 | 46 |
| Octal | 254 | 267 | 256 | 6 | 0 | 5 | 34 | 203 | 7 | 106 |
| Binary | 10101100 | 10110111 | 10101110 | 110 | 0 | 101 | 11100 | 10000011 | 111 | 1000110 |
Color Harmonies of #ACB7AE
Complementary color
Monochromatic Colors of #ACB7AE
Black with #ACB7AE
Text Example
Text Example
White with #ACB7AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB7AE; }
p { color: rgb(172,183,174); }
H1.HeaderClassName
{
color: #ACB7AE;
}
.AnyTagClassName
{
color: #ACB7AE;
}
</style>
background-color css
<style>
a { background-color: #ACB7AE; }
a { background-color: rgb(172,183,174); }
div.DivClassName
{
background-color: #ACB7AE;
}
.BgClassName
{
background-color: #ACB7AE;
}
</style>
border-color css
<style>
span { border-color: #ACB7AE; }
span { border-color: rgb(172,183,174); }
td.TdClassName
{
border-color: #ACB7AE;
}
.TagClassName
{
border-color: #ACB7AE;
}
</style>