Color Hex Logo

#aa292d Color Hex

#AA292D
(170,41,45)
0 Favorites   0 Comments

Color spaces of #aa292d

RGB 1704145
HSL0.990.610.41
HSV358°76°67°
CMYK 0.000.760.74   0.33
XYZ17.844210.32143.5344
Yxy10.32140.56290.3256
Hunter Lab32.126942.921815.9661
CIE-Lab38.413251.761430.0167

#aa292d color RGB value is (170,41,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 00101001 00101101
Octal 252 51 55
Decimal 170 41 45
Hex AA 29 2D

RGB Percentages of Color #aa292d

%66.41
%16.02
%17.58

CMYK Percentages of Color #aa292d

%0
%76
%74
%33

Triadic Colors of #aa292d

#aa292d #2daa29 #292daa

Analogous Colors of #aa292d

#aa292d #aa6629 #aa296e

Monochromatic Colors of #aa292d

#aa292d

Complementary Color

#aa292d #29aaa6

#aa292d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa292d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa292d Color CSS Codes

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

#aa292d Text Font Color

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

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


#aa292d Background Color

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

This div background color is #aa292d


#aa292d Border Color

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

This div border color is #aa292d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa292d


Comments

No comments written yet.

Please login to write comment.