Shades of Gum Leaf #AACBAC
Tints of Gum Leaf #AACBAC
RGB
CMYK
RGB Variations
Color information
#AACBAC (or 0xAACBAC) is known color: Gum Leaf. HEX triplet: AA, CB and AC. RGB value is (170,203,172). Sum of RGB (Red+Green+Blue) = 170+203+172=545 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.19% from 545); Green value is 203 (79.69% from 255 or 37.25% from 545); Blue value is 172 (67.58% from 255 or 31.56% from 545); Max value from RGB is 203 - color contains mainly: green. Hex color #AACBAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AACBAC is #553453. Grayscale: #BDBDBD. Windows color (decimal): -5583956 or 11324330. OLE color: 11324330.
HSL color Cylindrical-coordinate representation of color #AACBAC: hue angle of 123.64º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AACBAC is Cyan = 0.16, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 170 | 203 | 172 | - |
| CMYK | 0.16 | 0 | 0.15 | 0.20 |
| HSL | 123.64º | 0.24% | 0.73% | - |
| HSV(B) | 123.64º | 0.16% | 0.8% | - |
| XYZ | 45.38 | 54.24 | 47.11 | - |
| YUV | 189.6 | 118.07 | 114.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 203 | 172 | 0.16 | 0 | 0.15 | 0.20 | 123.64 | 0.24 | 0.73 |
| Hex | AA | CB | AC | 10 | 0 | F | 14 | 7C | 18 | 49 |
| Octal | 252 | 313 | 254 | 20 | 0 | 17 | 24 | 174 | 30 | 111 |
| Binary | 10101010 | 11001011 | 10101100 | 10000 | 0 | 1111 | 10100 | 1111100 | 11000 | 1001001 |
Color Harmonies of #AACBAC
Complementary color
Monochromatic Colors of #AACBAC
Black with #AACBAC
Text Example
Text Example
White with #AACBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACBAC; }
p { color: rgb(170,203,172); }
H1.HeaderClassName
{
color: #AACBAC;
}
.AnyTagClassName
{
color: #AACBAC;
}
</style>
background-color css
<style>
a { background-color: #AACBAC; }
a { background-color: rgb(170,203,172); }
div.DivClassName
{
background-color: #AACBAC;
}
.BgClassName
{
background-color: #AACBAC;
}
</style>
border-color css
<style>
span { border-color: #AACBAC; }
span { border-color: rgb(170,203,172); }
td.TdClassName
{
border-color: #AACBAC;
}
.TagClassName
{
border-color: #AACBAC;
}
</style>