Shades of Gum Leaf #AABDAE
Tints of Gum Leaf #AABDAE
RGB
CMYK
RGB Variations
Color information
#AABDAE (or 0xAABDAE) is known color: Gum Leaf. HEX triplet: AA, BD and AE. RGB value is (170,189,174). Sum of RGB (Red+Green+Blue) = 170+189+174=533 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.89% from 533); Green value is 189 (74.22% from 255 or 35.46% from 533); Blue value is 174 (68.36% from 255 or 32.65% from 533); Max value from RGB is 189 - color contains mainly: green. Hex color #AABDAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABDAE is #554251. Grayscale: #B5B5B5. Windows color (decimal): -5587538 or 11451818. OLE color: 11451818.
HSL color Cylindrical-coordinate representation of color #AABDAE: hue angle of 132.63º degrees, saturation: 0.13, 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 #AABDAE is Cyan = 0.10, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 170 | 189 | 174 | - |
| CMYK | 0.10 | 0 | 0.08 | 0.26 |
| HSL | 132.63º | 0.13% | 0.7% | - |
| HSV(B) | 132.63º | 0.1% | 0.74% | - |
| XYZ | 42.42 | 48 | 47.07 | - |
| YUV | 181.61 | 123.71 | 119.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 189 | 174 | 0.10 | 0 | 0.08 | 0.26 | 132.63 | 0.13 | 0.7 |
| Hex | AA | BD | AE | A | 0 | 8 | 1A | 85 | D | 46 |
| Octal | 252 | 275 | 256 | 12 | 0 | 10 | 32 | 205 | 15 | 106 |
| Binary | 10101010 | 10111101 | 10101110 | 1010 | 0 | 1000 | 11010 | 10000101 | 1101 | 1000110 |
Color Harmonies of #AABDAE
Complementary color
Monochromatic Colors of #AABDAE
Black with #AABDAE
Text Example
Text Example
White with #AABDAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABDAE; }
p { color: rgb(170,189,174); }
H1.HeaderClassName
{
color: #AABDAE;
}
.AnyTagClassName
{
color: #AABDAE;
}
</style>
background-color css
<style>
a { background-color: #AABDAE; }
a { background-color: rgb(170,189,174); }
div.DivClassName
{
background-color: #AABDAE;
}
.BgClassName
{
background-color: #AABDAE;
}
</style>
border-color css
<style>
span { border-color: #AABDAE; }
span { border-color: rgb(170,189,174); }
td.TdClassName
{
border-color: #AABDAE;
}
.TagClassName
{
border-color: #AABDAE;
}
</style>