Shades of Gum Leaf #AAC0AE
Tints of Gum Leaf #AAC0AE
RGB
CMYK
RGB Variations
Color information
#AAC0AE (or 0xAAC0AE) is known color: Gum Leaf. HEX triplet: AA, C0 and AE. RGB value is (170,192,174). Sum of RGB (Red+Green+Blue) = 170+192+174=536 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.72% from 536); Green value is 192 (75.39% from 255 or 35.82% from 536); Blue value is 174 (68.36% from 255 or 32.46% from 536); Max value from RGB is 192 - color contains mainly: green. Hex color #AAC0AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC0AE is #553F51. Grayscale: #B7B7B7. Windows color (decimal): -5586770 or 11452586. OLE color: 11452586.
HSL color Cylindrical-coordinate representation of color #AAC0AE: hue angle of 130.91º degrees, saturation: 0.15, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AAC0AE is Cyan = 0.11, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 170 | 192 | 174 | - |
| CMYK | 0.11 | 0 | 0.09 | 0.25 |
| HSL | 130.91º | 0.15% | 0.71% | - |
| HSV(B) | 130.91º | 0.11% | 0.75% | - |
| XYZ | 43.07 | 49.3 | 47.29 | - |
| YUV | 183.37 | 122.71 | 118.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 192 | 174 | 0.11 | 0 | 0.09 | 0.25 | 130.91 | 0.15 | 0.71 |
| Hex | AA | C0 | AE | B | 0 | 9 | 19 | 83 | F | 47 |
| Octal | 252 | 300 | 256 | 13 | 0 | 11 | 31 | 203 | 17 | 107 |
| Binary | 10101010 | 11000000 | 10101110 | 1011 | 0 | 1001 | 11001 | 10000011 | 1111 | 1000111 |
Color Harmonies of #AAC0AE
Complementary color
Monochromatic Colors of #AAC0AE
Black with #AAC0AE
Text Example
Text Example
White with #AAC0AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC0AE; }
p { color: rgb(170,192,174); }
H1.HeaderClassName
{
color: #AAC0AE;
}
.AnyTagClassName
{
color: #AAC0AE;
}
</style>
background-color css
<style>
a { background-color: #AAC0AE; }
a { background-color: rgb(170,192,174); }
div.DivClassName
{
background-color: #AAC0AE;
}
.BgClassName
{
background-color: #AAC0AE;
}
</style>
border-color css
<style>
span { border-color: #AAC0AE; }
span { border-color: rgb(170,192,174); }
td.TdClassName
{
border-color: #AAC0AE;
}
.TagClassName
{
border-color: #AAC0AE;
}
</style>