Color Hex Logo

#aa2b2e Color Hex

#AA2B2E
(170,43,46)
0 Favorites   0 Comments

Color spaces of #aa2b2e

RGB 1704346
HSL1.000.600.42
HSV359°75°67°
CMYK 0.000.750.73   0.33
XYZ17.934610.47113.6606
Yxy10.47110.55930.3265
Hunter Lab32.359142.302915.9442
CIE-Lab38.675051.115629.7176

#aa2b2e color RGB value is (170,43,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 00101011 00101110
Octal 252 53 56
Decimal 170 43 46
Hex AA 2B 2E

RGB Percentages of Color #aa2b2e

%65.64
%16.60
%17.76

CMYK Percentages of Color #aa2b2e

%0
%75
%73
%33

Triadic Colors of #aa2b2e

#aa2b2e #2eaa2b #2b2eaa

Analogous Colors of #aa2b2e

#aa2b2e #aa682b #aa2b6e

Monochromatic Colors of #aa2b2e

#aa2b2e

Complementary Color

#aa2b2e #2baaa7

#aa2b2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa2b2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa2b2e Color CSS Codes

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

#aa2b2e Text Font Color

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

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


#aa2b2e Background Color

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

This div background color is #aa2b2e


#aa2b2e Border Color

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

This div border color is #aa2b2e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa2b2e

#aa2b2e Color Palettes


Comments

No comments written yet.

Please login to write comment.