Shades of Gum Leaf #AABCAE
Tints of Gum Leaf #AABCAE
RGB
CMYK
RGB Variations
Color information
#AABCAE (or 0xAABCAE) is known color: Gum Leaf. HEX triplet: AA, BC and AE. RGB value is (170,188,174). Sum of RGB (Red+Green+Blue) = 170+188+174=532 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.95% from 532); Green value is 188 (73.83% from 255 or 35.34% from 532); Blue value is 174 (68.36% from 255 or 32.71% from 532); Max value from RGB is 188 - color contains mainly: green. Hex color #AABCAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABCAE is #554351. Grayscale: #B5B5B5. Windows color (decimal): -5587794 or 11451562. OLE color: 11451562.
HSL color Cylindrical-coordinate representation of color #AABCAE: hue angle of 133.33º degrees, saturation: 0.12, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AABCAE is Cyan = 0.10, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 170 | 188 | 174 | - |
| CMYK | 0.10 | 0 | 0.07 | 0.26 |
| HSL | 133.33º | 0.12% | 0.7% | - |
| HSV(B) | 133.33º | 0.1% | 0.74% | - |
| XYZ | 42.2 | 47.57 | 47 | - |
| YUV | 181.02 | 124.04 | 120.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 188 | 174 | 0.10 | 0 | 0.07 | 0.26 | 133.33 | 0.12 | 0.7 |
| Hex | AA | BC | AE | A | 0 | 7 | 1A | 85 | C | 46 |
| Octal | 252 | 274 | 256 | 12 | 0 | 7 | 32 | 205 | 14 | 106 |
| Binary | 10101010 | 10111100 | 10101110 | 1010 | 0 | 111 | 11010 | 10000101 | 1100 | 1000110 |
Color Harmonies of #AABCAE
Complementary color
Monochromatic Colors of #AABCAE
Black with #AABCAE
Text Example
Text Example
White with #AABCAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABCAE; }
p { color: rgb(170,188,174); }
H1.HeaderClassName
{
color: #AABCAE;
}
.AnyTagClassName
{
color: #AABCAE;
}
</style>
background-color css
<style>
a { background-color: #AABCAE; }
a { background-color: rgb(170,188,174); }
div.DivClassName
{
background-color: #AABCAE;
}
.BgClassName
{
background-color: #AABCAE;
}
</style>
border-color css
<style>
span { border-color: #AABCAE; }
span { border-color: rgb(170,188,174); }
td.TdClassName
{
border-color: #AABCAE;
}
.TagClassName
{
border-color: #AABCAE;
}
</style>