Color Hex Logo

#aa470e Color Hex

#AA470E
(170,71,14)
0 Favorites   0 Comments

Color spaces of #aa470e

RGB 1707114
HSL0.060.850.36
HSV22°92°67°
CMYK 0.000.580.92   0.33
XYZ18.910113.08421.9443
Yxy13.08420.55720.3855
Hunter Lab36.172130.015322.1335
CIE-Lab42.889838.056249.2588

#aa470e color RGB value is (170,71,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 01000111 00001110
Octal 252 107 16
Decimal 170 71 14
Hex AA 47 E

RGB Percentages of Color #aa470e

%66.67
%27.84
%5.49

CMYK Percentages of Color #aa470e

%0
%58
%92
%33

Triadic Colors of #aa470e

#aa470e #0eaa47 #470eaa

Analogous Colors of #aa470e

#aa470e #aa950e #aa0e23

Monochromatic Colors of #aa470e

#aa470e

Complementary Color

#aa470e #0e71aa

#aa470e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa470e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa470e Color CSS Codes

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

#aa470e Text Font Color

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

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


#aa470e Background Color

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

This div background color is #aa470e


#aa470e Border Color

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

This div border color is #aa470e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,71,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 #aa470e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa470e


Comments

No comments written yet.

Please login to write comment.