Color Hex Logo

#aa5340 Color Hex

#AA5340
(170,83,64)
0 Favorites   0 Comments

Color spaces of #aa5340

RGB 1708364
HSL0.030.450.46
HSV11°62°67°
CMYK 0.000.510.62   0.33
XYZ20.596215.10276.6801
Yxy15.10270.48600.3564
Hunter Lab38.862226.592717.0121
CIE-Lab45.774534.051827.6271

#aa5340 color RGB value is (170,83,64).

#aa5340 hex color red value is 170, green value is 83 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #aa5340 hue: 0.03 , saturation: 0.45 and the lightness value of aa5340 is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 01010011 01000000
Octal 252 123 100
Decimal 170 83 64
Hex AA 53 40

RGB Percentages of Color #aa5340

%53.63
%26.18
%20.19

CMYK Percentages of Color #aa5340

%0
%51
%62
%33

Triadic Colors of #aa5340

#aa5340 #40aa53 #5340aa

Analogous Colors of #aa5340

#aa5340 #aa8840 #aa4062

Monochromatic Colors of #aa5340

#aa5340

Complementary Color

#aa5340 #4097aa

#aa5340 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa5340 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa5340 Color CSS Codes

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

#aa5340 Text Font Color

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

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


#aa5340 Background Color

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

This div background color is #aa5340


#aa5340 Border Color

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

This div border color is #aa5340


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa5340


Comments

No comments written yet.

Please login to write comment.