Shades of Gum Leaf #ACBAB0
Tints of Gum Leaf #ACBAB0
RGB
CMYK
RGB Variations
Color information
#ACBAB0 (or 0xACBAB0) is known color: Gum Leaf. HEX triplet: AC, BA and B0. RGB value is (172,186,176). Sum of RGB (Red+Green+Blue) = 172+186+176=534 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.21% from 534); Green value is 186 (73.05% from 255 or 34.83% from 534); Blue value is 176 (69.14% from 255 or 32.96% from 534); Max value from RGB is 186 - color contains mainly: green. Hex color #ACBAB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBAB0 is #53454F. Grayscale: #B4B4B4. Windows color (decimal): -5457232 or 11582124. OLE color: 11582124.
HSL color Cylindrical-coordinate representation of color #ACBAB0: hue angle of 137.14º degrees, saturation: 0.09, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #ACBAB0 is Cyan = 0.08, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
RGB | 172 | 186 | 176 | - |
CMYK | 0.08 | 0 | 0.05 | 0.27 |
HSL | 137.14º | 0.09% | 0.7% | - |
HSV(B) | 137.14º | 0.08% | 0.73% | - |
XYZ | 42.41 | 47.02 | 47.92 | - |
YUV | 180.67 | 125.36 | 121.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 186 | 176 | 0.08 | 0 | 0.05 | 0.27 | 137.14 | 0.09 | 0.7 |
Hex | AC | BA | B0 | 8 | 0 | 5 | 1B | 89 | 9 | 46 |
Octal | 254 | 272 | 260 | 10 | 0 | 5 | 33 | 211 | 11 | 106 |
Binary | 10101100 | 10111010 | 10110000 | 1000 | 0 | 101 | 11011 | 10001001 | 1001 | 1000110 |
Color Harmonies of #ACBAB0
Complementary color
Monochromatic Colors of #ACBAB0
Black with #ACBAB0
Text Example
Text Example
White with #ACBAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACBAB0; }
p { color: rgb(172,186,176); }
H1.HeaderClassName
{
color: #ACBAB0;
}
.AnyTagClassName
{
color: #ACBAB0;
}
</style>
background-color css
<style>
a { background-color: #ACBAB0; }
a { background-color: rgb(172,186,176); }
div.DivClassName
{
background-color: #ACBAB0;
}
.BgClassName
{
background-color: #ACBAB0;
}
</style>
border-color css
<style>
span { border-color: #ACBAB0; }
span { border-color: rgb(172,186,176); }
td.TdClassName
{
border-color: #ACBAB0;
}
.TagClassName
{
border-color: #ACBAB0;
}
</style>