Color Hex Logo

#aaa389 Color Hex

#AAA389
(170,163,137)
0 Favorites   0 Comments

Color spaces of #aaa389

RGB 170163137
HSL0.130.160.60
HSV47°19°67°
CMYK 0.000.040.19   0.33
XYZ34.190136.546628.9191
Yxy36.54660.34310.3667
Hunter Lab60.4538-4.842113.9553
CIE-Lab66.9355-1.884114.4325

#aaa389 color RGB value is (170,163,137).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10100011 10001001
Octal 252 243 211
Decimal 170 163 137
Hex AA A3 89

RGB Percentages of Color #aaa389

%36.17
%34.68
%29.15

CMYK Percentages of Color #aaa389

%0
%4
%19
%33

Triadic Colors of #aaa389

#aaa389 #89aaa3 #a389aa

Analogous Colors of #aaa389

#aaa389 #a1aa89 #aa9389

Monochromatic Colors of #aaa389

#aaa389

Complementary Color

#aaa389 #8990aa

#aaa389 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa389 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa389 Color CSS Codes

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

#aaa389 Text Font Color

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

This sample text font color is #aaa389
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.


#aaa389 Background Color

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

This div background color is #aaa389


#aaa389 Border Color

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

This div border color is #aaa389


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa389


Comments

No comments written yet.

Please login to write comment.