Color Hex Logo

#aa410e Color Hex

#AA410E
(170,65,14)
0 Favorites   0 Comments

Color spaces of #aa410e

RGB 1706514
HSL0.050.850.36
HSV20°92°67°
CMYK 0.000.620.92   0.33
XYZ18.547112.35831.8233
Yxy12.35830.56670.3776
Hunter Lab35.154432.654721.5330
CIE-Lab41.780040.960248.4530

#aa410e color RGB value is (170,65,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 01000001 00001110
Octal 252 101 16
Decimal 170 65 14
Hex AA 41 E

RGB Percentages of Color #aa410e

%68.27
%26.10
%5.62

CMYK Percentages of Color #aa410e

%0
%62
%92
%33

Triadic Colors of #aa410e

#aa410e #0eaa41 #410eaa

Analogous Colors of #aa410e

#aa410e #aa8f0e #aa0e29

Monochromatic Colors of #aa410e

#aa410e

Complementary Color

#aa410e #0e77aa

#aa410e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa410e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa410e Color CSS Codes

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

#aa410e Text Font Color

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

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


#aa410e Background Color

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

This div background color is #aa410e


#aa410e Border Color

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

This div border color is #aa410e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa410e


Comments

No comments written yet.

Please login to write comment.