#AED2A0

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

Shades of Madang #AED2A0

Tints of Madang #AED2A0

Color information

#AED2A0 (or 0xAED2A0) is unknown color: approx Madang. HEX triplet: AE, D2 and A0. RGB value is (174,210,160). Sum of RGB (Red+Green+Blue) = 174+210+160=544 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.99% from 544); Green value is 210 (82.42% from 255 or 38.60% from 544); Blue value is 160 (62.89% from 255 or 29.41% from 544); Max value from RGB is 210 - color contains mainly: green. Hex color #AED2A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED2A0 is #512D5F. Grayscale: #C1C1C1. Windows color (decimal): -5320032 or 10539694. OLE color: 10539694.

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

Color convert

RGB174210160-
CMYK0.1700.240.18
HSL103.2º35.71%72.55%-
HSV(B)103.2º23.81%82.35%-
XYZ46.8557.6341.91-
YUV193.54109.07114.07-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.99%
GREEN value IS 210 (82.42% from 255) = 38.60%
BLUE value IS 160 (62.89% from 255) = 29.41%
R=31.99%
G=38.60%
B=29.41%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1742101600.1700.240.18103.235.7172.55
HexAED2A01101812672449
Octal256322240210302214744111
Binary101011101101001010100000100010110001001011001111001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED2A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED2A0; }

 p { color: rgb(174,210,160); }

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

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

 a { background-color: rgb(174,210,160); }

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

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

 span { border-color: rgb(174,210,160); }

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