Color Hex Logo

#aa320d Color Hex

#AA320D
(170,50,13)
0 Favorites   0 Comments

Color spaces of #aa320d

RGB 1705013
HSL0.040.860.36
HSV14°92°67°
CMYK 0.000.710.92   0.33
XYZ17.790810.85631.5386
Yxy10.85630.58940.3597
Hunter Lab32.948938.720720.2956
CIE-Lab39.337447.491947.0568

#aa320d color RGB value is (170,50,13).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 00110010 00001101
Octal 252 62 15
Decimal 170 50 13
Hex AA 32 D

RGB Percentages of Color #aa320d

%72.96
%21.46
%5.58

CMYK Percentages of Color #aa320d

%0
%71
%92
%33

Triadic Colors of #aa320d

#aa320d #0daa32 #320daa

Analogous Colors of #aa320d

#aa320d #aa810d #aa0d36

Monochromatic Colors of #aa320d

#aa320d

Complementary Color

#aa320d #0d85aa

#aa320d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa320d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa320d Color CSS Codes

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

#aa320d Text Font Color

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

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


#aa320d Background Color

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

This div background color is #aa320d


#aa320d Border Color

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

This div border color is #aa320d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa320d


Comments

No comments written yet.

Please login to write comment.