Color Hex Logo

#aa442c Color Hex

#AA442C
(170,68,44)
0 Favorites   0 Comments

Color spaces of #aa442c

RGB 1706844
HSL0.030.590.42
HSV11°74°67°
CMYK 0.000.600.74   0.33
XYZ19.099312.86213.8589
Yxy12.86210.53320.3591
Hunter Lab35.863832.298818.7251
CIE-Lab42.554740.470935.2616

#aa442c color RGB value is (170,68,44).

#aa442c hex color red value is 170, green value is 68 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #aa442c hue: 0.03 , saturation: 0.59 and the lightness value of aa442c is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 01000100 00101100
Octal 252 104 54
Decimal 170 68 44
Hex AA 44 2C

RGB Percentages of Color #aa442c

%60.28
%24.11
%15.60

CMYK Percentages of Color #aa442c

%0
%60
%74
%33

Triadic Colors of #aa442c

#aa442c #2caa44 #442caa

Analogous Colors of #aa442c

#aa442c #aa832c #aa2c53

Monochromatic Colors of #aa442c

#aa442c

Complementary Color

#aa442c #2c92aa

#aa442c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa442c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa442c Color CSS Codes

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

#aa442c Text Font Color

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

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


#aa442c Background Color

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

This div background color is #aa442c


#aa442c Border Color

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

This div border color is #aa442c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa442c


Comments

No comments written yet.

Please login to write comment.