Color Hex Logo

#aa740e Color Hex

#AA740E
(170,116,14)
0 Favorites   0 Comments

Color spaces of #aa740e

RGB 17011614
HSL0.110.850.36
HSV39°92°67°
CMYK 0.000.320.92   0.33
XYZ22.902221.06853.2750
Yxy21.06850.48470.4459
Hunter Lab45.90048.737527.9000
CIE-Lab53.024413.616656.8090

#aa740e color RGB value is (170,116,14).

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

The process color (four color CMYK) of #aa740e color hex is 0.00, 0.32, 0.92, 0.33. Web safe color of #aa740e is #996600. Color #aa740e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01110100 00001110
Octal 252 164 16
Decimal 170 116 14
Hex AA 74 E

RGB Percentages of Color #aa740e

%56.67
%38.67
%4.67

CMYK Percentages of Color #aa740e

%0
%32
%92
%33

Triadic Colors of #aa740e

#aa740e #0eaa74 #740eaa

Analogous Colors of #aa740e

#aa740e #92aa0e #aa260e

Monochromatic Colors of #aa740e

#aa740e

Complementary Color

#aa740e #0e44aa

#aa740e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa740e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa740e Color CSS Codes

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

#aa740e Text Font Color

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

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


#aa740e Background Color

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

This div background color is #aa740e


#aa740e Border Color

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

This div border color is #aa740e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa740e


Comments

No comments written yet.

Please login to write comment.