#AAD9A0

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

Shades of Madang #AAD9A0

Tints of Madang #AAD9A0

Color information

#AAD9A0 (or 0xAAD9A0) is unknown color: approx Madang. HEX triplet: AA, D9 and A0. RGB value is (170,217,160). Sum of RGB (Red+Green+Blue) = 170+217+160=547 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.08% from 547); Green value is 217 (85.16% from 255 or 39.67% from 547); Blue value is 160 (62.89% from 255 or 29.25% from 547); Max value from RGB is 217 - color contains mainly: green. Hex color #AAD9A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD9A0 is #55265F. Grayscale: #C4C4C4. Windows color (decimal): -5580384 or 10541482. OLE color: 10541482.

HSL color Cylindrical-coordinate representation of color #AAD9A0: hue angle of 109.47º degrees, saturation: 0.43, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AAD9A0 is Cyan = 0.22, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.15.

Color convert

RGB170217160-
CMYK0.2200.260.15
HSL109.47º42.86%73.92%-
HSV(B)109.47º26.27%85.1%-
XYZ47.7460.7142.46-
YUV196.45107.43109.13-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.08%
GREEN value IS 217 (85.16% from 255) = 39.67%
BLUE value IS 160 (62.89% from 255) = 29.25%
R=31.08%
G=39.67%
B=29.25%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1702171600.2200.260.15109.4742.8673.92
HexAAD9A01601AF6d2b4a
Octal252331240260321715553112
Binary10101010110110011010000010110011010111111011011010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD9A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD9A0; }

 p { color: rgb(170,217,160); }

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

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

 a { background-color: rgb(170,217,160); }

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

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

 span { border-color: rgb(170,217,160); }

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