Color Hex Logo

#aa5349 Color Hex

#AA5349
(170,83,73)
0 Favorites   0 Comments

Color spaces of #aa5349

RGB 1708373
HSL0.020.400.48
HSV57°67°
CMYK 0.000.510.57   0.33
XYZ20.873415.21368.1397
Yxy15.21360.47200.3440
Hunter Lab39.004627.266614.9303
CIE-Lab45.925434.743022.5160

#aa5349 color RGB value is (170,83,73).

#aa5349 hex color red value is 170, green value is 83 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #aa5349 hue: 0.02 , saturation: 0.40 and the lightness value of aa5349 is 0.48.

The process color (four color CMYK) of #aa5349 color hex is 0.00, 0.51, 0.57, 0.33. Web safe color of #aa5349 is #996633. Color #aa5349 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01010011 01001001
Octal 252 123 111
Decimal 170 83 73
Hex AA 53 49

RGB Percentages of Color #aa5349

%52.15
%25.46
%22.39

CMYK Percentages of Color #aa5349

%0
%51
%57
%33

Triadic Colors of #aa5349

#aa5349 #49aa53 #5349aa

Analogous Colors of #aa5349

#aa5349 #aa8449 #aa4970

Monochromatic Colors of #aa5349

#aa5349

Complementary Color

#aa5349 #49a0aa

#aa5349 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa5349 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa5349 Color CSS Codes

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

#aa5349 Text Font Color

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

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


#aa5349 Background Color

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

This div background color is #aa5349


#aa5349 Border Color

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

This div border color is #aa5349


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa5349


Comments

No comments written yet.

Please login to write comment.