Color Hex Logo

#aa740d Color Hex

#AA740D
(170,116,13)
0 Favorites   0 Comments

Color spaces of #aa740d

RGB 17011613
HSL0.110.860.36
HSV39°92°67°
CMYK 0.000.320.92   0.33
XYZ22.895621.06593.2402
Yxy21.06590.48510.4463
Hunter Lab45.89768.722327.9427
CIE-Lab53.021513.599057.0252

#aa740d color RGB value is (170,116,13).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 01110100 00001101
Octal 252 164 15
Decimal 170 116 13
Hex AA 74 D

RGB Percentages of Color #aa740d

%56.86
%38.80
%4.35

CMYK Percentages of Color #aa740d

%0
%32
%92
%33

Triadic Colors of #aa740d

#aa740d #0daa74 #740daa

Analogous Colors of #aa740d

#aa740d #92aa0d #aa260d

Monochromatic Colors of #aa740d

#aa740d

Complementary Color

#aa740d #0d43aa

#aa740d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa740d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa740d Color CSS Codes

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

#aa740d Text Font Color

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

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


#aa740d Background Color

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

This div background color is #aa740d


#aa740d Border Color

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

This div border color is #aa740d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa740d


Comments

No comments written yet.

Please login to write comment.