Color Hex Logo

#aa5e47 Color Hex

#AA5E47
(170,94,71)
0 Favorites   0 Comments

Color spaces of #aa5e47

RGB 1709471
HSL0.040.410.47
HSV14°58°67°
CMYK 0.000.450.58   0.33
XYZ21.717617.00648.0992
Yxy17.00640.46380.3632
Hunter Lab41.238821.835517.2228
CIE-Lab48.268128.658226.6952

#aa5e47 color RGB value is (170,94,71).

#aa5e47 hex color red value is 170, green value is 94 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #aa5e47 hue: 0.04 , saturation: 0.41 and the lightness value of aa5e47 is 0.47.

The process color (four color CMYK) of #aa5e47 color hex is 0.00, 0.45, 0.58, 0.33. Web safe color of #aa5e47 is #996633. Color #aa5e47 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01011110 01000111
Octal 252 136 107
Decimal 170 94 71
Hex AA 5E 47

RGB Percentages of Color #aa5e47

%50.75
%28.06
%21.19

CMYK Percentages of Color #aa5e47

%0
%45
%58
%33

Triadic Colors of #aa5e47

#aa5e47 #47aa5e #5e47aa

Analogous Colors of #aa5e47

#aa5e47 #aa9047 #aa4762

Monochromatic Colors of #aa5e47

#aa5e47

Complementary Color

#aa5e47 #4793aa

#aa5e47 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa5e47 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa5e47 Color CSS Codes

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

#aa5e47 Text Font Color

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

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


#aa5e47 Background Color

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

This div background color is #aa5e47


#aa5e47 Border Color

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

This div border color is #aa5e47


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa5e47


Comments

No comments written yet.

Please login to write comment.