Color Hex Logo

#aa490e Color Hex

#AA490E
(170,73,14)
0 Favorites   0 Comments

Color spaces of #aa490e

RGB 1707314
HSL0.060.850.36
HSV23°92°67°
CMYK 0.000.570.92   0.33
XYZ19.039413.34281.9874
Yxy13.34280.55400.3882
Hunter Lab36.527829.116022.3436
CIE-Lab43.275337.058649.5399

#aa490e color RGB value is (170,73,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 01001001 00001110
Octal 252 111 16
Decimal 170 73 14
Hex AA 49 E

RGB Percentages of Color #aa490e

%66.15
%28.40
%5.45

CMYK Percentages of Color #aa490e

%0
%57
%92
%33

Triadic Colors of #aa490e

#aa490e #0eaa49 #490eaa

Analogous Colors of #aa490e

#aa490e #aa970e #aa0e21

Monochromatic Colors of #aa490e

#aa490e

Complementary Color

#aa490e #0e6faa

#aa490e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa490e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa490e Color CSS Codes

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

#aa490e Text Font Color

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

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


#aa490e Background Color

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

This div background color is #aa490e


#aa490e Border Color

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

This div border color is #aa490e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa490e


Comments

No comments written yet.

Please login to write comment.