#AABEAC

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

Shades of Gum Leaf #AABEAC

Tints of Gum Leaf #AABEAC

Color information

#AABEAC (or 0xAABEAC) is unknown color: approx Gum Leaf. HEX triplet: AA, BE and AC. RGB value is (170,190,172). Sum of RGB (Red+Green+Blue) = 170+190+172=532 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.95% from 532); Green value is 190 (74.61% from 255 or 35.71% from 532); Blue value is 172 (67.58% from 255 or 32.33% from 532); Max value from RGB is 190 - color contains mainly: green. Hex color #AABEAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABEAC is #554153. Grayscale: #B6B6B6. Windows color (decimal): -5587284 or 11321002. OLE color: 11321002.

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

Color convert

RGB170190172-
CMYK0.1100.090.25
HSL126º13.33%70.59%-
HSV(B)126º10.53%74.51%-
XYZ42.4448.3546.13-
YUV181.97122.37119.46-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.95%
GREEN value IS 190 (74.61% from 255) = 35.71%
BLUE value IS 172 (67.58% from 255) = 32.33%
R=31.95%
G=35.71%
B=32.33%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1701901720.1100.090.2512613.3370.59
HexAABEACB09197ed47
Octal252276254130113117615107
Binary10101010101111101010110010110100111001111111011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABEAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABEAC; }

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

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

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

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

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

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

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

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