#AABEAE

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

Shades of Gum Leaf #AABEAE

Tints of Gum Leaf #AABEAE

Color information

#AABEAE (or 0xAABEAE) is unknown color: approx Gum Leaf. HEX triplet: AA, BE and AE. RGB value is (170,190,174). Sum of RGB (Red+Green+Blue) = 170+190+174=534 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.84% from 534); Green value is 190 (74.61% from 255 or 35.58% from 534); Blue value is 174 (68.36% from 255 or 32.58% from 534); Max value from RGB is 190 - color contains mainly: green. Hex color #AABEAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABEAE is #554151. Grayscale: #B6B6B6. Windows color (decimal): -5587282 or 11452074. OLE color: 11452074.

HSL color Cylindrical-coordinate representation of color #AABEAE: hue angle of 132º degrees, saturation: 0.13, 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 #AABEAE is Cyan = 0.11, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB170190174-
CMYK0.1100.080.25
HSL132º13.33%70.59%-
HSV(B)132º10.53%74.51%-
XYZ42.6348.4347.15-
YUV182.2123.37119.3-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.84%
GREEN value IS 190 (74.61% from 255) = 35.58%
BLUE value IS 174 (68.36% from 255) = 32.58%
R=31.84%
G=35.58%
B=32.58%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1701901740.1100.080.2513213.3370.59
HexAABEAEB081984d47
Octal252276256130103120415107
Binary101010101011111010101110101101000110011000010011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABEAE; }

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

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

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

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

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

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

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

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