Color Hex Logo

#aa5311 Color Hex

#AA5311
(170,83,17)
0 Favorites   0 Comments

Color spaces of #aa5311

RGB 1708317
HSL0.070.820.37
HSV26°90°67°
CMYK 0.000.510.90   0.33
XYZ19.772014.77302.3397
Yxy14.77300.53600.4005
Hunter Lab38.435724.561223.2958
CIE-Lab45.321731.943050.1243

#aa5311 color RGB value is (170,83,17).

#aa5311 hex color red value is 170, green value is 83 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #aa5311 hue: 0.07 , saturation: 0.82 and the lightness value of aa5311 is 0.37.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 01010011 00010001
Octal 252 123 21
Decimal 170 83 17
Hex AA 53 11

RGB Percentages of Color #aa5311

%62.96
%30.74
%6.30

CMYK Percentages of Color #aa5311

%0
%51
%90
%33

Triadic Colors of #aa5311

#aa5311 #11aa53 #5311aa

Analogous Colors of #aa5311

#aa5311 #aaa011 #aa111c

Monochromatic Colors of #aa5311

#aa5311

Complementary Color

#aa5311 #1168aa

#aa5311 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa5311 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa5311 Color CSS Codes

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

#aa5311 Text Font Color

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

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


#aa5311 Background Color

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

This div background color is #aa5311


#aa5311 Border Color

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

This div border color is #aa5311


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa5311


Comments

No comments written yet.

Please login to write comment.