Color Hex Logo

#aa4943 Color Hex

#AA4943
(170,73,67)
0 Favorites   0 Comments

Color spaces of #aa4943

RGB 1707367
HSL0.010.430.46
HSV61°67°
CMYK 0.000.570.61   0.33
XYZ19.973213.71646.9050
Yxy13.71640.49200.3379
Hunter Lab37.035731.452014.8708
CIE-Lab43.823439.402623.3876

#aa4943 color RGB value is (170,73,67).

#aa4943 hex color red value is 170, green value is 73 and the blue value of its RGB is 67. Cylindrical-coordinate representations (also known as HSL) of color #aa4943 hue: 0.01 , saturation: 0.43 and the lightness value of aa4943 is 0.46.

The process color (four color CMYK) of #aa4943 color hex is 0.00, 0.57, 0.61, 0.33. Web safe color of #aa4943 is #993333. Color #aa4943 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01001001 01000011
Octal 252 111 103
Decimal 170 73 67
Hex AA 49 43

RGB Percentages of Color #aa4943

%54.84
%23.55
%21.61

CMYK Percentages of Color #aa4943

%0
%57
%61
%33

Triadic Colors of #aa4943

#aa4943 #43aa49 #4943aa

Analogous Colors of #aa4943

#aa4943 #aa7d43 #aa4371

Monochromatic Colors of #aa4943

#aa4943

Complementary Color

#aa4943 #43a4aa

#aa4943 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa4943 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa4943 Color CSS Codes

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

#aa4943 Text Font Color

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

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


#aa4943 Background Color

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

This div background color is #aa4943


#aa4943 Border Color

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

This div border color is #aa4943


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa4943


Comments

No comments written yet.

Please login to write comment.