Color Hex Logo

#aa1124 Color Hex

#AA1124
(170,17,36)
0 Favorites   0 Comments

Color spaces of #aa1124

RGB 1701736
HSL0.980.820.37
HSV353°90°67°
CMYK 0.000.900.79   0.33
XYZ17.09649.07432.5195
Yxy9.07430.59590.3163
Hunter Lab30.123648.590016.1276
CIE-Lab36.127057.559332.8819

#aa1124 color RGB value is (170,17,36).

#aa1124 hex color red value is 170, green value is 17 and the blue value of its RGB is 36. Cylindrical-coordinate representations (also known as HSL) of color #aa1124 hue: 0.98 , saturation: 0.82 and the lightness value of aa1124 is 0.37.

The process color (four color CMYK) of #aa1124 color hex is 0.00, 0.90, 0.79, 0.33. Web safe color of #aa1124 is #990033. Color #aa1124 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00010001 00100100
Octal 252 21 44
Decimal 170 17 36
Hex AA 11 24

RGB Percentages of Color #aa1124

%76.23
%7.62
%16.14

CMYK Percentages of Color #aa1124

%0
%90
%79
%33

Triadic Colors of #aa1124

#aa1124 #24aa11 #1124aa

Analogous Colors of #aa1124

#aa1124 #aa4b11 #aa1171

Monochromatic Colors of #aa1124

#aa1124

Complementary Color

#aa1124 #11aa97

#aa1124 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa1124 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa1124 Color CSS Codes

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

#aa1124 Text Font Color

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

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


#aa1124 Background Color

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

This div background color is #aa1124


#aa1124 Border Color

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

This div border color is #aa1124


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa1124


Comments

No comments written yet.

Please login to write comment.