Color Hex Logo

#aa6749 Color Hex

#AA6749
(170,103,73)
0 Favorites   0 Comments

Color spaces of #aa6749

RGB 17010373
HSL0.050.400.48
HSV19°57°67°
CMYK 0.000.390.57   0.33
XYZ22.630418.72768.7254
Yxy18.72760.45190.3739
Hunter Lab43.275417.612718.3384
CIE-Lab50.367023.835228.1998

#aa6749 color RGB value is (170,103,73).

#aa6749 hex color red value is 170, green value is 103 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #aa6749 hue: 0.05 , saturation: 0.40 and the lightness value of aa6749 is 0.48.

The process color (four color CMYK) of #aa6749 color hex is 0.00, 0.39, 0.57, 0.33. Web safe color of #aa6749 is #996633. Color #aa6749 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01100111 01001001
Octal 252 147 111
Decimal 170 103 73
Hex AA 67 49

RGB Percentages of Color #aa6749

%49.13
%29.77
%21.10

CMYK Percentages of Color #aa6749

%0
%39
%57
%33

Triadic Colors of #aa6749

#aa6749 #49aa67 #6749aa

Analogous Colors of #aa6749

#aa6749 #aa9849 #aa495c

Monochromatic Colors of #aa6749

#aa6749

Complementary Color

#aa6749 #498caa

#aa6749 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa6749 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa6749 Color CSS Codes

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

#aa6749 Text Font Color

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

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


#aa6749 Background Color

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

This div background color is #aa6749


#aa6749 Border Color

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

This div border color is #aa6749


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa6749


Comments

No comments written yet.

Please login to write comment.