Color Hex Logo

#aa744a Color Hex

#AA744A
(170,116,74)
0 Favorites   0 Comments

Color spaces of #aa744a

RGB 17011674
HSL0.070.390.48
HSV26°56°67°
CMYK 0.000.320.56   0.33
XYZ24.059021.53129.3665
Yxy21.53120.43780.3918
Hunter Lab46.401711.348120.5131
CIE-Lab53.526016.607131.5843

#aa744a color RGB value is (170,116,74).

#aa744a hex color red value is 170, green value is 116 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #aa744a hue: 0.07 , saturation: 0.39 and the lightness value of aa744a is 0.48.

The process color (four color CMYK) of #aa744a color hex is 0.00, 0.32, 0.56, 0.33. Web safe color of #aa744a is #996633. Color #aa744a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01110100 01001010
Octal 252 164 112
Decimal 170 116 74
Hex AA 74 4A

RGB Percentages of Color #aa744a

%47.22
%32.22
%20.56

CMYK Percentages of Color #aa744a

%0
%32
%56
%33

Triadic Colors of #aa744a

#aa744a #4aaa74 #744aaa

Analogous Colors of #aa744a

#aa744a #aaa44a #aa4a50

Monochromatic Colors of #aa744a

#aa744a

Complementary Color

#aa744a #4a80aa

#aa744a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa744a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa744a Color CSS Codes

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

#aa744a Text Font Color

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

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


#aa744a Background Color

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

This div background color is #aa744a


#aa744a Border Color

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

This div border color is #aa744a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa744a


Comments

No comments written yet.

Please login to write comment.