Shades of Gum Leaf #AACAAC
Tints of Gum Leaf #AACAAC
RGB
CMYK
RGB Variations
Color information
#AACAAC (or 0xAACAAC) is known color: Gum Leaf. HEX triplet: AA, CA and AC. RGB value is (170,202,172). Sum of RGB (Red+Green+Blue) = 170+202+172=544 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.25% from 544); Green value is 202 (79.30% from 255 or 37.13% from 544); Blue value is 172 (67.58% from 255 or 31.62% from 544); Max value from RGB is 202 - color contains mainly: green. Hex color #AACAAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AACAAC is #553553. Grayscale: #BDBDBD. Windows color (decimal): -5584212 or 11324074. OLE color: 11324074.
HSL color Cylindrical-coordinate representation of color #AACAAC: hue angle of 123.75º degrees, saturation: 0.23, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AACAAC is Cyan = 0.16, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 170 | 202 | 172 | - |
| CMYK | 0.16 | 0 | 0.15 | 0.21 |
| HSL | 123.75º | 0.23% | 0.73% | - |
| HSV(B) | 123.75º | 0.16% | 0.79% | - |
| XYZ | 45.14 | 53.77 | 47.03 | - |
| YUV | 189.01 | 118.4 | 114.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 202 | 172 | 0.16 | 0 | 0.15 | 0.21 | 123.75 | 0.23 | 0.73 |
| Hex | AA | CA | AC | 10 | 0 | F | 15 | 7C | 17 | 49 |
| Octal | 252 | 312 | 254 | 20 | 0 | 17 | 25 | 174 | 27 | 111 |
| Binary | 10101010 | 11001010 | 10101100 | 10000 | 0 | 1111 | 10101 | 1111100 | 10111 | 1001001 |
Color Harmonies of #AACAAC
Complementary color
Monochromatic Colors of #AACAAC
Black with #AACAAC
Text Example
Text Example
White with #AACAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACAAC; }
p { color: rgb(170,202,172); }
H1.HeaderClassName
{
color: #AACAAC;
}
.AnyTagClassName
{
color: #AACAAC;
}
</style>
background-color css
<style>
a { background-color: #AACAAC; }
a { background-color: rgb(170,202,172); }
div.DivClassName
{
background-color: #AACAAC;
}
.BgClassName
{
background-color: #AACAAC;
}
</style>
border-color css
<style>
span { border-color: #AACAAC; }
span { border-color: rgb(170,202,172); }
td.TdClassName
{
border-color: #AACAAC;
}
.TagClassName
{
border-color: #AACAAC;
}
</style>