Color Hex Logo

#aa4043 Color Hex

#AA4043
(170,64,67)
0 Favorites   0 Comments

Color spaces of #aa4043

RGB 1706467
HSL1.000.450.46
HSV358°62°67°
CMYK 0.000.620.61   0.33
XYZ19.424112.61816.7220
Yxy12.61810.50110.3255
Hunter Lab35.522035.443813.6456
CIE-Lab42.182143.727921.2686

#aa4043 color RGB value is (170,64,67).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 01000000 01000011
Octal 252 100 103
Decimal 170 64 67
Hex AA 40 43

RGB Percentages of Color #aa4043

%56.48
%21.26
%22.26

CMYK Percentages of Color #aa4043

%0
%62
%61
%33

Triadic Colors of #aa4043

#aa4043 #43aa40 #4043aa

Analogous Colors of #aa4043

#aa4043 #aa7240 #aa4078

Monochromatic Colors of #aa4043

#aa4043

Complementary Color

#aa4043 #40aaa7

#aa4043 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa4043 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa4043 Color CSS Codes

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

#aa4043 Text Font Color

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

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


#aa4043 Background Color

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

This div background color is #aa4043


#aa4043 Border Color

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

This div border color is #aa4043


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,64,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 #aa4043">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa4043


Comments

No comments written yet.

Please login to write comment.