#AED1A3

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

Shades of Madang #AED1A3

Tints of Madang #AED1A3

Color information

#AED1A3 (or 0xAED1A3) is unknown color: approx Madang. HEX triplet: AE, D1 and A3. RGB value is (174,209,163). Sum of RGB (Red+Green+Blue) = 174+209+163=546 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.87% from 546); Green value is 209 (82.03% from 255 or 38.28% from 546); Blue value is 163 (64.06% from 255 or 29.85% from 546); Max value from RGB is 209 - color contains mainly: green. Hex color #AED1A3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED1A3 is #512E5C. Grayscale: #C1C1C1. Windows color (decimal): -5320285 or 10736046. OLE color: 10736046.

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

Color convert

RGB174209163-
CMYK0.1700.220.18
HSL105.65º33.33%72.94%-
HSV(B)105.65º22.01%81.96%-
XYZ46.8757.2443.23-
YUV193.29110.9114.24-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.87%
GREEN value IS 209 (82.03% from 255) = 38.28%
BLUE value IS 163 (64.06% from 255) = 29.85%
R=31.87%
G=38.28%
B=29.85%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1742091630.1700.220.18105.6533.3372.94
HexAED1A311016126a2149
Octal256321243210262215241111
Binary101011101101000110100011100010101101001011010101000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED1A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED1A3; }

 p { color: rgb(174,209,163); }

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

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

 a { background-color: rgb(174,209,163); }

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

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

 span { border-color: rgb(174,209,163); }

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