Color Hex Logo

#aa293b Color Hex

#AA293B
(170,41,59)
0 Favorites   0 Comments

Color spaces of #aa293b

RGB 1704159
HSL0.980.610.41
HSV352°76°67°
CMYK 0.000.760.65   0.33
XYZ18.159910.44775.1971
Yxy10.44770.53720.3091
Hunter Lab32.322943.721213.0930
CIE-Lab38.634252.487221.6481

#aa293b color RGB value is (170,41,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 00101001 00111011
Octal 252 51 73
Decimal 170 41 59
Hex AA 29 3B

RGB Percentages of Color #aa293b

%62.96
%15.19
%21.85

CMYK Percentages of Color #aa293b

%0
%76
%65
%33

Triadic Colors of #aa293b

#aa293b #3baa29 #293baa

Analogous Colors of #aa293b

#aa293b #aa5729 #aa297c

Monochromatic Colors of #aa293b

#aa293b

Complementary Color

#aa293b #29aa98

#aa293b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa293b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa293b Color CSS Codes

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

#aa293b Text Font Color

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

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


#aa293b Background Color

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

This div background color is #aa293b


#aa293b Border Color

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

This div border color is #aa293b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa293b


Comments

No comments written yet.

Please login to write comment.