#AAD1AE

Color #AAD1AE Gum Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gum Leaf #AAD1AE

Tints of Gum Leaf #AAD1AE

Color information

#AAD1AE (or 0xAAD1AE) is unknown color: approx Gum Leaf. HEX triplet: AA, D1 and AE. RGB value is (170,209,174). Sum of RGB (Red+Green+Blue) = 170+209+174=553 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.74% from 553); Green value is 209 (82.03% from 255 or 37.79% from 553); Blue value is 174 (68.36% from 255 or 31.46% from 553); Max value from RGB is 209 - color contains mainly: green. Hex color #AAD1AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD1AE is #552E51. Grayscale: #C1C1C1. Windows color (decimal): -5582418 or 11456938. OLE color: 11456938.

HSL color Cylindrical-coordinate representation of color #AAD1AE: hue angle of 126.15º degrees, saturation: 0.3, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AAD1AE is Cyan = 0.19, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.18.

Color convert

RGB170209174-
CMYK0.1900.170.18
HSL126.15º29.77%74.31%-
HSV(B)126.15º18.66%81.96%-
XYZ47.0257.248.61-
YUV193.35117.08111.35-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 170 (66.80% from 255) = 30.74%
GREEN value IS 209 (82.03% from 255) = 37.79%
BLUE value IS 174 (68.36% from 255) = 31.46%
R=30.74%
G=37.79%
B=31.46%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1702091740.1900.170.18126.1529.7774.31
HexAAD1AE13011127e1e4a
Octal252321256230212217636112
Binary10101010110100011010111010011010001100101111110111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD1AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD1AE; }

 p { color: rgb(170,209,174); }

 H1.HeaderClassName
 {
   color: #AAD1AE;
 }
 .AnyTagClassName
 {
   color: #AAD1AE;
 }
</style>
background-color css

<style>
 a { background-color: #AAD1AE; }

 a { background-color: rgb(170,209,174); }

 div.DivClassName
 {
   background-color: #AAD1AE;
 }
 .BgClassName
 {
   background-color: #AAD1AE;
 }
</style>
border-color css

<style>
 span { border-color: #AAD1AE; }

 span { border-color: rgb(170,209,174); }

 td.TdClassName
 {
   border-color: #AAD1AE;
 }
 .TagClassName
 {
   border-color: #AAD1AE;
 }
</style>