Color Hex Logo

#aa320e Color Hex

#AA320E
(170,50,14)
0 Favorites   0 Comments

Color spaces of #aa320e

RGB 1705014
HSL0.040.850.36
HSV14°92°67°
CMYK 0.000.710.92   0.33
XYZ17.797410.85901.5734
Yxy10.85900.58870.3592
Hunter Lab32.953038.737320.2362
CIE-Lab39.342047.507546.7029

#aa320e color RGB value is (170,50,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 00110010 00001110
Octal 252 62 16
Decimal 170 50 14
Hex AA 32 E

RGB Percentages of Color #aa320e

%72.65
%21.37
%5.98

CMYK Percentages of Color #aa320e

%0
%71
%92
%33

Triadic Colors of #aa320e

#aa320e #0eaa32 #320eaa

Analogous Colors of #aa320e

#aa320e #aa800e #aa0e38

Monochromatic Colors of #aa320e

#aa320e

Complementary Color

#aa320e #0e86aa

#aa320e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa320e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa320e Color CSS Codes

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

#aa320e Text Font Color

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

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


#aa320e Background Color

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

This div background color is #aa320e


#aa320e Border Color

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

This div border color is #aa320e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa320e


Comments

No comments written yet.

Please login to write comment.