Html Css Color HEX #AAD3A1 Madang

📋 copy color: '#AAD3A1'

red 170 ◦ green 211 ◦ blue 161

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

Shades of Madang #AAD3A1

Tints of Madang #AAD3A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 29.7%

R = 31.37%
G = 38.93%
B = 29.7%

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

#AAD3A1 (or 0xAAD3A1) is known color: Madang. HEX triplet: AA, D3 and A1. RGB value is (170,211,161). Sum of RGB (Red+Green+Blue) = 170+211+161=542 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.37% from 542); Green value is 211 (82.81% from 255 or 38.93% from 542); Blue value is 161 (63.28% from 255 or 29.70% from 542); Max value from RGB is 211 - color contains mainly: green. Hex color #AAD3A1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD3A1 is #552C5E. Grayscale: #C1C1C1. Windows color (decimal): -5581919 or 10605482. OLE color: 10605482.

HSL color Cylindrical-coordinate representation of color #AAD3A1: hue angle of 109.2º degrees, saturation: 0.36, 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 #AAD3A1 is Cyan = 0.19, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.17.

Color convert

RGB 170 211 161 -
CMYK 0.19 0 0.24 0.17
HSL 109.2º 0.36% 0.73% -
HSV(B) 109.2º 0.24% 0.83% -
XYZ 46.3 57.71 42.42 -
YUV 193.04 109.92 111.57 -
System Red Green Blue C M Y K H S L
Decimal 170 211 161 0.19 0 0.24 0.17 109.2 0.36 0.73
Hex AA D3 A1 13 0 18 11 6D 24 49
Octal 252 323 241 23 0 30 21 155 44 111
Binary 10101010 11010011 10100001 10011 0 11000 10001 1101101 100100 1001001

Color Harmonies of #AAD3A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD3A1

Black with #AAD3A1

Text Example


Text Example

White with #AAD3A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD3A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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