Color Hex Logo

#aa541a Color Hex

#AA541A
(170,84,26)
0 Favorites   0 Comments

Color spaces of #aa541a

RGB 1708426
HSL0.070.730.38
HSV24°85°67°
CMYK 0.000.510.85   0.33
XYZ19.934314.96132.8144
Yxy14.96130.52860.3967
Hunter Lab38.679824.303222.7619
CIE-Lab45.581131.633247.0402

#aa541a color RGB value is (170,84,26).

#aa541a hex color red value is 170, green value is 84 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #aa541a hue: 0.07 , saturation: 0.73 and the lightness value of aa541a is 0.38.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 01010100 00011010
Octal 252 124 32
Decimal 170 84 26
Hex AA 54 1A

RGB Percentages of Color #aa541a

%60.71
%30.00
%9.29

CMYK Percentages of Color #aa541a

%0
%51
%85
%33

Triadic Colors of #aa541a

#aa541a #1aaa54 #541aaa

Analogous Colors of #aa541a

#aa541a #aa9c1a #aa1a28

Monochromatic Colors of #aa541a

#aa541a

Complementary Color

#aa541a #1a70aa

#aa541a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa541a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa541a Color CSS Codes

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

#aa541a Text Font Color

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

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


#aa541a Background Color

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

This div background color is #aa541a


#aa541a Border Color

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

This div border color is #aa541a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa541a


Comments

No comments written yet.

Please login to write comment.