Html Css Color HEX #AAD3A0 Madang

📋 copy color: '#AAD3A0'

red 170 ◦ green 211 ◦ blue 160

#AAD3A0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Madang #AAD3A0

Tints of Madang #AAD3A0

RGB

 RED value IS 170 (66.8% from 255) = 31.42%

 GREEN value IS 211 (82.81% from 255) = 39%

 BLUE value IS 160 (62.89% from 255) = 29.57%

R = 31.42%
G = 39%
B = 29.57%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.24

 K value IS 0.17

RGB Variations

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

Color information

#AAD3A0 (or 0xAAD3A0) is known color: Madang. HEX triplet: AA, D3 and A0. RGB value is (170,211,160). Sum of RGB (Red+Green+Blue) = 170+211+160=541 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.42% from 541); Green value is 211 (82.81% from 255 or 39.00% from 541); Blue value is 160 (62.89% from 255 or 29.57% from 541); Max value from RGB is 211 - color contains mainly: green. Hex color #AAD3A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD3A0 is #552C5F. Grayscale: #C1C1C1. Windows color (decimal): -5581920 or 10539946. OLE color: 10539946.

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

Color convert

RGB 170 211 160 -
CMYK 0.19 0 0.24 0.17
HSL 108.24º 0.37% 0.73% -
HSV(B) 108.24º 0.24% 0.83% -
XYZ 46.22 57.67 41.95 -
YUV 192.93 109.42 111.65 -
System Red Green Blue C M Y K H S L
Decimal 170 211 160 0.19 0 0.24 0.17 108.24 0.37 0.73
Hex AA D3 A0 13 0 18 11 6C 25 49
Octal 252 323 240 23 0 30 21 154 45 111
Binary 10101010 11010011 10100000 10011 0 11000 10001 1101100 100101 1001001

Color Harmonies of #AAD3A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD3A0

Black with #AAD3A0

Text Example


Text Example

White with #AAD3A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD3A0; }

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

 H1.HeaderClassName
 {
   color: #AAD3A0;
 }
 .AnyTagClassName
 {
   color: #AAD3A0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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