Color Hex Logo

#aa292c Color Hex

#AA292C
(170,41,44)
0 Favorites   0 Comments

Color spaces of #aa292c

RGB 1704144
HSL1.000.610.41
HSV359°76°67°
CMYK 0.000.760.74   0.33
XYZ17.825110.31383.4341
Yxy10.31380.56460.3267
Hunter Lab32.115142.872816.1406
CIE-Lab38.399851.716830.6029

#aa292c color RGB value is (170,41,44).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 00101001 00101100
Octal 252 51 54
Decimal 170 41 44
Hex AA 29 2C

RGB Percentages of Color #aa292c

%66.67
%16.08
%17.25

CMYK Percentages of Color #aa292c

%0
%76
%74
%33

Triadic Colors of #aa292c

#aa292c #2caa29 #292caa

Analogous Colors of #aa292c

#aa292c #aa6729 #aa296d

Monochromatic Colors of #aa292c

#aa292c

Complementary Color

#aa292c #29aaa7

#aa292c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa292c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa292c Color CSS Codes

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

#aa292c Text Font Color

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

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


#aa292c Background Color

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

This div background color is #aa292c


#aa292c Border Color

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

This div border color is #aa292c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa292c


Comments

No comments written yet.

Please login to write comment.