Color Hex Logo

#aaa390 Color Hex

#AAA390
(170,163,144)
0 Favorites   0 Comments

Color spaces of #aaa390

RGB 170163144
HSL0.120.130.62
HSV44°15°67°
CMYK 0.000.040.15   0.33
XYZ34.708836.754031.6504
Yxy36.75400.33660.3564
Hunter Lab60.6251-3.899911.4842
CIE-Lab67.0921-0.769810.7763

#aaa390 color RGB value is (170,163,144).

#aaa390 hex color red value is 170, green value is 163 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #aaa390 hue: 0.12 , saturation: 0.13 and the lightness value of aaa390 is 0.62.

The process color (four color CMYK) of #aaa390 color hex is 0.00, 0.04, 0.15, 0.33. Web safe color of #aaa390 is #999999. Color #aaa390 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10100011 10010000
Octal 252 243 220
Decimal 170 163 144
Hex AA A3 90

RGB Percentages of Color #aaa390

%35.64
%34.17
%30.19

CMYK Percentages of Color #aaa390

%0
%4
%15
%33

Triadic Colors of #aaa390

#aaa390 #90aaa3 #a390aa

Analogous Colors of #aaa390

#aaa390 #a4aa90 #aa9690

Monochromatic Colors of #aaa390

#aaa390

Complementary Color

#aaa390 #9097aa

#aaa390 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa390 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa390 Color CSS Codes

.mybgcolor {background-color:#aaa390; } 
.myforecolor {color:#aaa390; }
.mybordercolor {border:3px solid #aaa390; }

#aaa390 Text Font Color

<p style="color:#aaa390">Text here</p>

This sample text font color is #aaa390
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#aaa390 Background Color

<div style="background-color:#aaa390">
Div content here</div>

This div background color is #aaa390


#aaa390 Border Color

<div style="border:3px solid #aaa390">
Div here</div>

This div border color is #aaa390


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(170,163,144, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #aaa390; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #aaa390;
  -webkit-box-shadow: 1px 1px 3px 2px #aaa390;
  box-shadow:         1px 1px 3px 2px #aaa390; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,163,144, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #aaa390">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #aaa390;
  -webkit-box-shadow: 1px 1px 3px 2px #aaa390;
  box-shadow:         1px 1px 3px 2px #aaa390;">
Div content here</div>

This div box has shadow with color #aaa390


Comments

No comments written yet.

Please login to write comment.