Shades of Gum Leaf #ACBDAE
Tints of Gum Leaf #ACBDAE
RGB
CMYK
RGB Variations
Color information
#ACBDAE (or 0xACBDAE) is known color: Gum Leaf. HEX triplet: AC, BD and AE. RGB value is (172,189,174). Sum of RGB (Red+Green+Blue) = 172+189+174=535 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.15% from 535); Green value is 189 (74.22% from 255 or 35.33% from 535); Blue value is 174 (68.36% from 255 or 32.52% from 535); Max value from RGB is 189 - color contains mainly: green. Hex color #ACBDAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBDAE is #534251. Grayscale: #B6B6B6. Windows color (decimal): -5456466 or 11451820. OLE color: 11451820.
HSL color Cylindrical-coordinate representation of color #ACBDAE: hue angle of 127.06º degrees, saturation: 0.11, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #ACBDAE is Cyan = 0.09, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.26.
Color convert
RGB | 172 | 189 | 174 | - |
CMYK | 0.09 | 0 | 0.08 | 0.26 |
HSL | 127.06º | 0.11% | 0.71% | - |
HSV(B) | 127.06º | 0.09% | 0.74% | - |
XYZ | 42.85 | 48.22 | 47.09 | - |
YUV | 182.21 | 123.37 | 120.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 189 | 174 | 0.09 | 0 | 0.08 | 0.26 | 127.06 | 0.11 | 0.71 |
Hex | AC | BD | AE | 9 | 0 | 8 | 1A | 7F | B | 47 |
Octal | 254 | 275 | 256 | 11 | 0 | 10 | 32 | 177 | 13 | 107 |
Binary | 10101100 | 10111101 | 10101110 | 1001 | 0 | 1000 | 11010 | 1111111 | 1011 | 1000111 |
Color Harmonies of #ACBDAE
Complementary color
Monochromatic Colors of #ACBDAE
Black with #ACBDAE
Text Example
Text Example
White with #ACBDAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACBDAE; }
p { color: rgb(172,189,174); }
H1.HeaderClassName
{
color: #ACBDAE;
}
.AnyTagClassName
{
color: #ACBDAE;
}
</style>
background-color css
<style>
a { background-color: #ACBDAE; }
a { background-color: rgb(172,189,174); }
div.DivClassName
{
background-color: #ACBDAE;
}
.BgClassName
{
background-color: #ACBDAE;
}
</style>
border-color css
<style>
span { border-color: #ACBDAE; }
span { border-color: rgb(172,189,174); }
td.TdClassName
{
border-color: #ACBDAE;
}
.TagClassName
{
border-color: #ACBDAE;
}
</style>