Color Hex Logo

#aa440e Color Hex

#AA440E
(170,68,14)
0 Favorites   0 Comments

Color spaces of #aa440e

RGB 1706814
HSL0.060.850.36
HSV21°92°67°
CMYK 0.000.600.92   0.33
XYZ18.724012.71201.8823
Yxy12.71200.56200.3815
Hunter Lab35.653931.346821.8276
CIE-Lab42.326139.525648.8484

#aa440e color RGB value is (170,68,14).

#aa440e hex color red value is 170, green value is 68 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #aa440e hue: 0.06 , saturation: 0.85 and the lightness value of aa440e is 0.36.

The process color (four color CMYK) of #aa440e color hex is 0.00, 0.60, 0.92, 0.33. Web safe color of #aa440e is #993300. Color #aa440e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01000100 00001110
Octal 252 104 16
Decimal 170 68 14
Hex AA 44 E

RGB Percentages of Color #aa440e

%67.46
%26.98
%5.56

CMYK Percentages of Color #aa440e

%0
%60
%92
%33

Triadic Colors of #aa440e

#aa440e #0eaa44 #440eaa

Analogous Colors of #aa440e

#aa440e #aa920e #aa0e26

Monochromatic Colors of #aa440e

#aa440e

Complementary Color

#aa440e #0e74aa

#aa440e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa440e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa440e Color CSS Codes

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

#aa440e Text Font Color

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

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


#aa440e Background Color

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

This div background color is #aa440e


#aa440e Border Color

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

This div border color is #aa440e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa440e


Comments

No comments written yet.

Please login to write comment.