Color Hex Logo

#aa441a Color Hex

#AA441A
(170,68,26)
0 Favorites   0 Comments

Color spaces of #aa441a

RGB 1706826
HSL0.050.730.38
HSV18°85°67°
CMYK 0.000.600.85   0.33
XYZ18.831112.75492.4467
Yxy12.75490.55330.3748
Hunter Lab35.714031.619120.9380
CIE-Lab42.391639.796844.2373

#aa441a color RGB value is (170,68,26).

#aa441a hex color red value is 170, green value is 68 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #aa441a hue: 0.05 , saturation: 0.73 and the lightness value of aa441a is 0.38.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 01000100 00011010
Octal 252 104 32
Decimal 170 68 26
Hex AA 44 1A

RGB Percentages of Color #aa441a

%64.39
%25.76
%9.85

CMYK Percentages of Color #aa441a

%0
%60
%85
%33

Triadic Colors of #aa441a

#aa441a #1aaa44 #441aaa

Analogous Colors of #aa441a

#aa441a #aa8c1a #aa1a38

Monochromatic Colors of #aa441a

#aa441a

Complementary Color

#aa441a #1a80aa

#aa441a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa441a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa441a Color CSS Codes

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

#aa441a Text Font Color

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

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


#aa441a Background Color

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

This div background color is #aa441a


#aa441a Border Color

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

This div border color is #aa441a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa441a


Comments

No comments written yet.

Please login to write comment.