#AACCAE

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

Shades of Gum Leaf #AACCAE

Tints of Gum Leaf #AACCAE

Color information

#AACCAE (or 0xAACCAE) is unknown color: approx Gum Leaf. HEX triplet: AA, CC and AE. RGB value is (170,204,174). Sum of RGB (Red+Green+Blue) = 170+204+174=548 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.02% from 548); Green value is 204 (80.08% from 255 or 37.23% from 548); Blue value is 174 (68.36% from 255 or 31.75% from 548); Max value from RGB is 204 - color contains mainly: green. Hex color #AACCAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AACCAE is #553351. Grayscale: #BEBEBE. Windows color (decimal): -5583698 or 11455658. OLE color: 11455658.

HSL color Cylindrical-coordinate representation of color #AACCAE: hue angle of 127.06º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AACCAE is Cyan = 0.17, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.2.

Color convert

RGB170204174-
CMYK0.1700.150.2
HSL127.06º25%73.33%-
HSV(B)127.06º16.67%80%-
XYZ45.8154.7948.21-
YUV190.41118.74113.44-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.02%
GREEN value IS 204 (80.08% from 255) = 37.23%
BLUE value IS 174 (68.36% from 255) = 31.75%
R=31.02%
G=37.23%
B=31.75%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1702041740.1700.150.2127.062573.33
HexAACCAE110F147f1949
Octal252314256210172417731111
Binary1010101011001100101011101000101111101001111111110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACCAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACCAE; }

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

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

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

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

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

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

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

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