Color Hex Logo

#aa2e2a Color Hex

#AA2E2A
(170,46,42)
0 Favorites   0 Comments

Color spaces of #aa2e2a

RGB 1704642
HSL0.010.600.42
HSV75°67°
CMYK 0.000.730.75   0.33
XYZ17.972510.66723.3022
Yxy10.66720.56270.3340
Hunter Lab32.660741.068716.8679
CIE-Lab39.014249.855432.4818

#aa2e2a color RGB value is (170,46,42).

#aa2e2a hex color red value is 170, green value is 46 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #aa2e2a hue: 0.01 , saturation: 0.60 and the lightness value of aa2e2a is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 00101110 00101010
Octal 252 56 52
Decimal 170 46 42
Hex AA 2E 2A

RGB Percentages of Color #aa2e2a

%65.89
%17.83
%16.28

CMYK Percentages of Color #aa2e2a

%0
%73
%75
%33

Triadic Colors of #aa2e2a

#aa2e2a #2aaa2e #2e2aaa

Analogous Colors of #aa2e2a

#aa2e2a #aa6e2a #aa2a66

Monochromatic Colors of #aa2e2a

#aa2e2a

Complementary Color

#aa2e2a #2aa6aa

#aa2e2a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa2e2a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa2e2a Color CSS Codes

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

#aa2e2a Text Font Color

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

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


#aa2e2a Background Color

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

This div background color is #aa2e2a


#aa2e2a Border Color

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

This div border color is #aa2e2a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa2e2a


Comments

No comments written yet.

Please login to write comment.