Color Hex Logo

#aa141e Color Hex

#AA141E
(170,20,30)
0 Favorites   0 Comments

Color spaces of #aa141e

RGB 1702030
HSL0.990.790.37
HSV356°88°67°
CMYK 0.000.880.82   0.33
XYZ17.06219.14012.0932
Yxy9.14010.60300.3230
Hunter Lab30.232647.831417.0578
CIE-Lab36.252656.828636.5135

#aa141e color RGB value is (170,20,30).

#aa141e hex color red value is 170, green value is 20 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #aa141e hue: 0.99 , saturation: 0.79 and the lightness value of aa141e is 0.37.

The process color (four color CMYK) of #aa141e color hex is 0.00, 0.88, 0.82, 0.33. Web safe color of #aa141e is #990033. Color #aa141e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00010100 00011110
Octal 252 24 36
Decimal 170 20 30
Hex AA 14 1E

RGB Percentages of Color #aa141e

%77.27
%9.09
%13.64

CMYK Percentages of Color #aa141e

%0
%88
%82
%33

Triadic Colors of #aa141e

#aa141e #1eaa14 #141eaa

Analogous Colors of #aa141e

#aa141e #aa5514 #aa1469

Monochromatic Colors of #aa141e

#aa141e

Complementary Color

#aa141e #14aaa0

#aa141e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa141e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa141e Color CSS Codes

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

#aa141e Text Font Color

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

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


#aa141e Background Color

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

This div background color is #aa141e


#aa141e Border Color

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

This div border color is #aa141e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa141e


Comments

No comments written yet.

Please login to write comment.