Shades of Gum Leaf #ACB6AE
Tints of Gum Leaf #ACB6AE
RGB
CMYK
RGB Variations
Color information
#ACB6AE (or 0xACB6AE) is known color: Gum Leaf. HEX triplet: AC, B6 and AE. RGB value is (172,182,174). Sum of RGB (Red+Green+Blue) = 172+182+174=528 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.58% from 528); Green value is 182 (71.48% from 255 or 34.47% from 528); Blue value is 174 (68.36% from 255 or 32.95% from 528); Max value from RGB is 182 - color contains mainly: green. Hex color #ACB6AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB6AE is #534951. Grayscale: #B2B2B2. Windows color (decimal): -5458258 or 11450028. OLE color: 11450028.
HSL color Cylindrical-coordinate representation of color #ACB6AE: hue angle of 132º degrees, saturation: 0.06, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #ACB6AE is Cyan = 0.05, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 172 | 182 | 174 | - |
| CMYK | 0.05 | 0 | 0.04 | 0.29 |
| HSL | 132º | 0.06% | 0.69% | - |
| HSV(B) | 132º | 0.05% | 0.71% | - |
| XYZ | 41.38 | 45.28 | 46.6 | - |
| YUV | 178.1 | 125.69 | 123.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 182 | 174 | 0.05 | 0 | 0.04 | 0.29 | 132 | 0.06 | 0.69 |
| Hex | AC | B6 | AE | 5 | 0 | 4 | 1D | 84 | 6 | 45 |
| Octal | 254 | 266 | 256 | 5 | 0 | 4 | 35 | 204 | 6 | 105 |
| Binary | 10101100 | 10110110 | 10101110 | 101 | 0 | 100 | 11101 | 10000100 | 110 | 1000101 |
Color Harmonies of #ACB6AE
Complementary color
Monochromatic Colors of #ACB6AE
Black with #ACB6AE
Text Example
Text Example
White with #ACB6AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB6AE; }
p { color: rgb(172,182,174); }
H1.HeaderClassName
{
color: #ACB6AE;
}
.AnyTagClassName
{
color: #ACB6AE;
}
</style>
background-color css
<style>
a { background-color: #ACB6AE; }
a { background-color: rgb(172,182,174); }
div.DivClassName
{
background-color: #ACB6AE;
}
.BgClassName
{
background-color: #ACB6AE;
}
</style>
border-color css
<style>
span { border-color: #ACB6AE; }
span { border-color: rgb(172,182,174); }
td.TdClassName
{
border-color: #ACB6AE;
}
.TagClassName
{
border-color: #ACB6AE;
}
</style>