Color Hex Logo

#aa744b Color Hex

#AA744B
(170,116,75)
0 Favorites   0 Comments

Color spaces of #aa744b

RGB 17011675
HSL0.070.390.48
HSV26°56°67°
CMYK 0.000.320.56   0.33
XYZ24.093021.54489.5453
Yxy21.54480.43660.3904
Hunter Lab46.416411.424020.2988
CIE-Lab53.540716.692931.0513

#aa744b color RGB value is (170,116,75).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 01110100 01001011
Octal 252 164 113
Decimal 170 116 75
Hex AA 74 4B

RGB Percentages of Color #aa744b

%47.09
%32.13
%20.78

CMYK Percentages of Color #aa744b

%0
%32
%56
%33

Triadic Colors of #aa744b

#aa744b #4baa74 #744baa

Analogous Colors of #aa744b

#aa744b #aaa44b #aa4b51

Monochromatic Colors of #aa744b

#aa744b

Complementary Color

#aa744b #4b81aa

#aa744b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa744b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa744b Color CSS Codes

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

#aa744b Text Font Color

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

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


#aa744b Background Color

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

This div background color is #aa744b


#aa744b Border Color

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

This div border color is #aa744b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa744b


Comments

No comments written yet.

Please login to write comment.