Color Hex Logo

#aa292f Color Hex

#AA292F
(170,41,47)
0 Favorites   0 Comments

Color spaces of #aa292f

RGB 1704147
HSL0.990.610.41
HSV357°76°67°
CMYK 0.000.760.72   0.33
XYZ17.883610.33723.7420
Yxy10.33720.55950.3234
Hunter Lab32.151543.021715.6055
CIE-Lab38.440951.852428.8391

#aa292f color RGB value is (170,41,47).

#aa292f hex color red value is 170, green value is 41 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #aa292f hue: 0.99 , saturation: 0.61 and the lightness value of aa292f is 0.41.

The process color (four color CMYK) of #aa292f color hex is 0.00, 0.76, 0.72, 0.33. Web safe color of #aa292f is #993333. Color #aa292f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00101001 00101111
Octal 252 51 57
Decimal 170 41 47
Hex AA 29 2F

RGB Percentages of Color #aa292f

%65.89
%15.89
%18.22

CMYK Percentages of Color #aa292f

%0
%76
%72
%33

Triadic Colors of #aa292f

#aa292f #2faa29 #292faa

Analogous Colors of #aa292f

#aa292f #aa6429 #aa2970

Monochromatic Colors of #aa292f

#aa292f

Complementary Color

#aa292f #29aaa4

#aa292f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa292f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa292f Color CSS Codes

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

#aa292f Text Font Color

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

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


#aa292f Background Color

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

This div background color is #aa292f


#aa292f Border Color

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

This div border color is #aa292f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa292f


Comments

No comments written yet.

Please login to write comment.