Color Hex Logo

#aa2829 Color Hex

#AA2829
(170,40,41)
0 Favorites   0 Comments

Color spaces of #aa2829

RGB 1704041
HSL1.000.620.41
HSV360°76°67°
CMYK 0.000.760.76   0.33
XYZ17.736610.22373.1364
Yxy10.22370.57040.3288
Hunter Lab31.974543.060416.5664
CIE-Lab38.241051.927232.2104

#aa2829 color RGB value is (170,40,41).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 00101000 00101001
Octal 252 50 51
Decimal 170 40 41
Hex AA 28 29

RGB Percentages of Color #aa2829

%67.73
%15.94
%16.33

CMYK Percentages of Color #aa2829

%0
%76
%76
%33

Triadic Colors of #aa2829

#aa2829 #29aa28 #2829aa

Analogous Colors of #aa2829

#aa2829 #aa6828 #aa286a

Monochromatic Colors of #aa2829

#aa2829

Complementary Color

#aa2829 #28aaa9

#aa2829 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa2829 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa2829 Color CSS Codes

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

#aa2829 Text Font Color

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

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


#aa2829 Background Color

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

This div background color is #aa2829


#aa2829 Border Color

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

This div border color is #aa2829


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa2829


Comments

No comments written yet.

Please login to write comment.