#AEC4B0

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

Shades of Gum Leaf #AEC4B0

Tints of Gum Leaf #AEC4B0

Color information

#AEC4B0 (or 0xAEC4B0) is unknown color: approx Gum Leaf. HEX triplet: AE, C4 and B0. RGB value is (174,196,176). Sum of RGB (Red+Green+Blue) = 174+196+176=546 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.87% from 546); Green value is 196 (76.95% from 255 or 35.90% from 546); Blue value is 176 (69.14% from 255 or 32.23% from 546); Max value from RGB is 196 - color contains mainly: green. Hex color #AEC4B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEC4B0 is #513B4F. Grayscale: #BBBBBB. Windows color (decimal): -5323600 or 11584686. OLE color: 11584686.

HSL color Cylindrical-coordinate representation of color #AEC4B0: hue angle of 125.45º degrees, saturation: 0.16, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AEC4B0 is Cyan = 0.11, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.23.

Color convert

RGB174196176-
CMYK0.1100.100.23
HSL125.45º15.71%72.55%-
HSV(B)125.45º11.22%76.86%-
XYZ45.0351.6148.66-
YUV187.14121.71118.63-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.87%
GREEN value IS 196 (76.95% from 255) = 35.90%
BLUE value IS 176 (69.14% from 255) = 32.23%
R=31.87%
G=35.90%
B=32.23%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1741961760.1100.100.23125.4515.7172.55
HexAEC4B0B0A177d1049
Octal256304260130122717520111
Binary101011101100010010110000101101010101111111101100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC4B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC4B0; }

 p { color: rgb(174,196,176); }

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

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

 a { background-color: rgb(174,196,176); }

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

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

 span { border-color: rgb(174,196,176); }

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