Color Hex Logo

#aa6549 Color Hex

#AA6549
(170,101,73)
0 Favorites   0 Comments

Color spaces of #aa6549

RGB 17010173
HSL0.050.400.48
HSV17°57°67°
CMYK 0.000.410.57   0.33
XYZ22.433818.33448.6598
Yxy18.33440.45390.3709
Hunter Lab42.818718.588017.9821
CIE-Lab49.899224.951427.6099

#aa6549 color RGB value is (170,101,73).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 01100101 01001001
Octal 252 145 111
Decimal 170 101 73
Hex AA 65 49

RGB Percentages of Color #aa6549

%49.42
%29.36
%21.22

CMYK Percentages of Color #aa6549

%0
%41
%57
%33

Triadic Colors of #aa6549

#aa6549 #49aa65 #6549aa

Analogous Colors of #aa6549

#aa6549 #aa9649 #aa495e

Monochromatic Colors of #aa6549

#aa6549

Complementary Color

#aa6549 #498eaa

#aa6549 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa6549 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa6549 Color CSS Codes

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

#aa6549 Text Font Color

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

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


#aa6549 Background Color

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

This div background color is #aa6549


#aa6549 Border Color

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

This div border color is #aa6549


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa6549


Comments

No comments written yet.

Please login to write comment.