Color Hex Logo

#aa292b Color Hex

#AA292B
(170,41,43)
0 Favorites   0 Comments

Color spaces of #aa292b

RGB 1704143
HSL1.000.610.41
HSV359°76°67°
CMYK 0.000.760.75   0.33
XYZ17.806510.30633.3363
Yxy10.30630.56620.3277
Hunter Lab32.103442.825916.3108
CIE-Lab38.386651.674131.1858

#aa292b color RGB value is (170,41,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 00101001 00101011
Octal 252 51 53
Decimal 170 41 43
Hex AA 29 2B

RGB Percentages of Color #aa292b

%66.93
%16.14
%16.93

CMYK Percentages of Color #aa292b

%0
%76
%75
%33

Triadic Colors of #aa292b

#aa292b #2baa29 #292baa

Analogous Colors of #aa292b

#aa292b #aa6829 #aa296c

Monochromatic Colors of #aa292b

#aa292b

Complementary Color

#aa292b #29aaa8

#aa292b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa292b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa292b Color CSS Codes

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

#aa292b Text Font Color

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

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


#aa292b Background Color

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

This div background color is #aa292b


#aa292b Border Color

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

This div border color is #aa292b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa292b


Comments

No comments written yet.

Please login to write comment.