Color Hex Logo

#aa1641 Color Hex

#AA1641
(170,22,65)
0 Favorites   0 Comments

Color spaces of #aa1641

RGB 1702265
HSL0.950.770.38
HSV343°87°67°
CMYK 0.000.870.62   0.33
XYZ17.81869.50155.8959
Yxy9.50150.53640.2861
Hunter Lab30.824549.241910.2366
CIE-Lab36.932558.006915.5982

#aa1641 color RGB value is (170,22,65).

#aa1641 hex color red value is 170, green value is 22 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #aa1641 hue: 0.95 , saturation: 0.77 and the lightness value of aa1641 is 0.38.

The process color (four color CMYK) of #aa1641 color hex is 0.00, 0.87, 0.62, 0.33. Web safe color of #aa1641 is #990033. Color #aa1641 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00010110 01000001
Octal 252 26 101
Decimal 170 22 65
Hex AA 16 41

RGB Percentages of Color #aa1641

%66.15
%8.56
%25.29

CMYK Percentages of Color #aa1641

%0
%87
%62
%33

Triadic Colors of #aa1641

#aa1641 #41aa16 #1641aa

Analogous Colors of #aa1641

#aa1641 #aa3516 #aa168b

Monochromatic Colors of #aa1641

#aa1641

Complementary Color

#aa1641 #16aa7f

#aa1641 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa1641 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa1641 Color CSS Codes

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

#aa1641 Text Font Color

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

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


#aa1641 Background Color

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

This div background color is #aa1641


#aa1641 Border Color

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

This div border color is #aa1641


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa1641


Comments

No comments written yet.

Please login to write comment.