Color Hex Logo

#aa3413 Color Hex

#AA3413
(170,52,19)
0 Favorites   0 Comments

Color spaces of #aa3413

RGB 1705219
HSL0.040.800.37
HSV13°89°67°
CMYK 0.000.690.89   0.33
XYZ17.923111.04901.8041
Yxy11.04900.58240.3590
Hunter Lab33.240038.077520.0501
CIE-Lab39.662946.796244.9830

#aa3413 color RGB value is (170,52,19).

#aa3413 hex color red value is 170, green value is 52 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #aa3413 hue: 0.04 , saturation: 0.80 and the lightness value of aa3413 is 0.37.

The process color (four color CMYK) of #aa3413 color hex is 0.00, 0.69, 0.89, 0.33. Web safe color of #aa3413 is #993300. Color #aa3413 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00110100 00010011
Octal 252 64 23
Decimal 170 52 19
Hex AA 34 13

RGB Percentages of Color #aa3413

%70.54
%21.58
%7.88

CMYK Percentages of Color #aa3413

%0
%69
%89
%33

Triadic Colors of #aa3413

#aa3413 #13aa34 #3413aa

Analogous Colors of #aa3413

#aa3413 #aa8013 #aa133e

Monochromatic Colors of #aa3413

#aa3413

Complementary Color

#aa3413 #1389aa

#aa3413 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa3413 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa3413 Color CSS Codes

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

#aa3413 Text Font Color

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

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


#aa3413 Background Color

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

This div background color is #aa3413


#aa3413 Border Color

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

This div border color is #aa3413


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa3413


Comments

No comments written yet.

Please login to write comment.