#AED7A1

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

Shades of Madang #AED7A1

Tints of Madang #AED7A1

Color information

#AED7A1 (or 0xAED7A1) is unknown color: approx Madang. HEX triplet: AE, D7 and A1. RGB value is (174,215,161). Sum of RGB (Red+Green+Blue) = 174+215+161=550 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.64% from 550); Green value is 215 (84.38% from 255 or 39.09% from 550); Blue value is 161 (63.28% from 255 or 29.27% from 550); Max value from RGB is 215 - color contains mainly: green. Hex color #AED7A1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED7A1 is #51285E. Grayscale: #C4C4C4. Windows color (decimal): -5318751 or 10606510. OLE color: 10606510.

HSL color Cylindrical-coordinate representation of color #AED7A1: hue angle of 105.56º degrees, saturation: 0.4, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AED7A1 is Cyan = 0.19, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.16.

Color convert

RGB174215161-
CMYK0.1900.250.16
HSL105.56º40.3%73.73%-
HSV(B)105.56º25.12%84.31%-
XYZ48.1960.1742.79-
YUV196.58107.92111.89-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.64%
GREEN value IS 215 (84.38% from 255) = 39.09%
BLUE value IS 161 (63.28% from 255) = 29.27%
R=31.64%
G=39.09%
B=29.27%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1742151610.1900.250.16105.5640.373.73
HexAED7A113019106a284a
Octal256327241230312015250112
Binary101011101101011110100001100110110011000011010101010001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED7A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED7A1; }

 p { color: rgb(174,215,161); }

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

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

 a { background-color: rgb(174,215,161); }

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

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

 span { border-color: rgb(174,215,161); }

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