Color Hex Logo

#aa3414 Color Hex

#AA3414
(170,52,20)
0 Favorites   0 Comments

Color spaces of #aa3414

RGB 1705220
HSL0.040.790.37
HSV13°88°67°
CMYK 0.000.690.88   0.33
XYZ17.931811.05251.8501
Yxy11.05250.58160.3584
Hunter Lab33.245338.099819.9722
CIE-Lab39.668846.817244.5634

#aa3414 color RGB value is (170,52,20).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 00110100 00010100
Octal 252 64 24
Decimal 170 52 20
Hex AA 34 14

RGB Percentages of Color #aa3414

%70.25
%21.49
%8.26

CMYK Percentages of Color #aa3414

%0
%69
%88
%33

Triadic Colors of #aa3414

#aa3414 #14aa34 #3414aa

Analogous Colors of #aa3414

#aa3414 #aa7f14 #aa143f

Monochromatic Colors of #aa3414

#aa3414

Complementary Color

#aa3414 #148aaa

#aa3414 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa3414 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa3414 Color CSS Codes

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

#aa3414 Text Font Color

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

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


#aa3414 Background Color

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

This div background color is #aa3414


#aa3414 Border Color

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

This div border color is #aa3414


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa3414


Comments

No comments written yet.

Please login to write comment.