Color Hex Logo

#aa5040 Color Hex

#AA5040
(170,80,64)
0 Favorites   0 Comments

Color spaces of #aa5040

RGB 1708064
HSL0.030.450.46
HSV62°67°
CMYK 0.000.530.62   0.33
XYZ20.371614.65356.6052
Yxy14.65350.48930.3520
Hunter Lab38.279928.003416.5654
CIE-Lab45.155935.622626.8564

#aa5040 color RGB value is (170,80,64).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 01010000 01000000
Octal 252 120 100
Decimal 170 80 64
Hex AA 50 40

RGB Percentages of Color #aa5040

%54.14
%25.48
%20.38

CMYK Percentages of Color #aa5040

%0
%53
%62
%33

Triadic Colors of #aa5040

#aa5040 #40aa50 #5040aa

Analogous Colors of #aa5040

#aa5040 #aa8540 #aa4065

Monochromatic Colors of #aa5040

#aa5040

Complementary Color

#aa5040 #409aaa

#aa5040 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa5040 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa5040 Color CSS Codes

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

#aa5040 Text Font Color

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

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


#aa5040 Background Color

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

This div background color is #aa5040


#aa5040 Border Color

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

This div border color is #aa5040


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,80,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 #aa5040">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa5040


Comments

No comments written yet.

Please login to write comment.