Color Hex Logo

#aa540b Color Hex

#AA540B
(170,84,11)
0 Favorites   0 Comments

Color spaces of #aa540b

RGB 1708411
HSL0.080.880.35
HSV28°94°67°
CMYK 0.000.510.94   0.33
XYZ19.808314.91092.1507
Yxy14.91090.53720.4044
Hunter Lab38.614623.990223.7280
CIE-Lab45.511931.304351.9916

#aa540b color RGB value is (170,84,11).

#aa540b hex color red value is 170, green value is 84 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #aa540b hue: 0.08 , saturation: 0.88 and the lightness value of aa540b is 0.35.

The process color (four color CMYK) of #aa540b color hex is 0.00, 0.51, 0.94, 0.33. Web safe color of #aa540b is #996600. Color #aa540b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01010100 00001011
Octal 252 124 13
Decimal 170 84 11
Hex AA 54 B

RGB Percentages of Color #aa540b

%64.15
%31.70
%4.15

CMYK Percentages of Color #aa540b

%0
%51
%94
%33

Triadic Colors of #aa540b

#aa540b #0baa54 #540baa

Analogous Colors of #aa540b

#aa540b #aaa40b #aa0b11

Monochromatic Colors of #aa540b

#aa540b

Complementary Color

#aa540b #0b61aa

#aa540b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa540b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa540b Color CSS Codes

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

#aa540b Text Font Color

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

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


#aa540b Background Color

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

This div background color is #aa540b


#aa540b Border Color

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

This div border color is #aa540b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa540b


Comments

No comments written yet.

Please login to write comment.