Color Hex Logo

#aa311f Color Hex

#AA311F
(170,49,31)
0 Favorites   0 Comments

Color spaces of #aa311f

RGB 1704931
HSL0.020.690.39
HSV82°67°
CMYK 0.000.710.82   0.33
XYZ17.923210.84162.4443
Yxy10.84160.57430.3474
Hunter Lab32.926639.542918.6472
CIE-Lab39.312448.307438.9468

#aa311f color RGB value is (170,49,31).

#aa311f hex color red value is 170, green value is 49 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #aa311f hue: 0.02 , saturation: 0.69 and the lightness value of aa311f is 0.39.

The process color (four color CMYK) of #aa311f color hex is 0.00, 0.71, 0.82, 0.33. Web safe color of #aa311f is #993333. Color #aa311f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00110001 00011111
Octal 252 61 37
Decimal 170 49 31
Hex AA 31 1F

RGB Percentages of Color #aa311f

%68.00
%19.60
%12.40

CMYK Percentages of Color #aa311f

%0
%71
%82
%33

Triadic Colors of #aa311f

#aa311f #1faa31 #311faa

Analogous Colors of #aa311f

#aa311f #aa771f #aa1f53

Monochromatic Colors of #aa311f

#aa311f

Complementary Color

#aa311f #1f98aa

#aa311f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa311f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa311f Color CSS Codes

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

#aa311f Text Font Color

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

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


#aa311f Background Color

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

This div background color is #aa311f


#aa311f Border Color

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

This div border color is #aa311f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa311f


Comments

No comments written yet.

Please login to write comment.