Shades of Gum Leaf #AAD0AE
Tints of Gum Leaf #AAD0AE
RGB
CMYK
RGB Variations
Color information
#AAD0AE (or 0xAAD0AE) is known color: Gum Leaf. HEX triplet: AA, D0 and AE. RGB value is (170,208,174). Sum of RGB (Red+Green+Blue) = 170+208+174=552 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.80% from 552); Green value is 208 (81.64% from 255 or 37.68% from 552); Blue value is 174 (68.36% from 255 or 31.52% from 552); Max value from RGB is 208 - color contains mainly: green. Hex color #AAD0AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD0AE is #552F51. Grayscale: #C0C0C0. Windows color (decimal): -5582674 or 11456682. OLE color: 11456682.
HSL color Cylindrical-coordinate representation of color #AAD0AE: hue angle of 126.32º degrees, saturation: 0.29, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AAD0AE is Cyan = 0.18, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 208 | 174 | - |
| CMYK | 0.18 | 0 | 0.16 | 0.18 |
| HSL | 126.32º | 0.29% | 0.74% | - |
| HSV(B) | 126.32º | 0.18% | 0.82% | - |
| XYZ | 46.77 | 56.71 | 48.53 | - |
| YUV | 192.76 | 117.41 | 111.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 208 | 174 | 0.18 | 0 | 0.16 | 0.18 | 126.32 | 0.29 | 0.74 |
| Hex | AA | D0 | AE | 12 | 0 | 10 | 12 | 7E | 1D | 4A |
| Octal | 252 | 320 | 256 | 22 | 0 | 20 | 22 | 176 | 35 | 112 |
| Binary | 10101010 | 11010000 | 10101110 | 10010 | 0 | 10000 | 10010 | 1111110 | 11101 | 1001010 |
Color Harmonies of #AAD0AE
Complementary color
Monochromatic Colors of #AAD0AE
Black with #AAD0AE
Text Example
Text Example
White with #AAD0AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD0AE; }
p { color: rgb(170,208,174); }
H1.HeaderClassName
{
color: #AAD0AE;
}
.AnyTagClassName
{
color: #AAD0AE;
}
</style>
background-color css
<style>
a { background-color: #AAD0AE; }
a { background-color: rgb(170,208,174); }
div.DivClassName
{
background-color: #AAD0AE;
}
.BgClassName
{
background-color: #AAD0AE;
}
</style>
border-color css
<style>
span { border-color: #AAD0AE; }
span { border-color: rgb(170,208,174); }
td.TdClassName
{
border-color: #AAD0AE;
}
.TagClassName
{
border-color: #AAD0AE;
}
</style>