Color Hex Logo

#aa6247 Color Hex

#AA6247
(170,98,71)
0 Favorites   0 Comments

Color spaces of #aa6247

RGB 1709871
HSL0.050.410.47
HSV16°58°67°
CMYK 0.000.420.58   0.33
XYZ22.082617.73638.2208
Yxy17.73630.45970.3692
Hunter Lab42.114519.895617.9067
CIE-Lab49.174726.453427.8394

#aa6247 color RGB value is (170,98,71).

#aa6247 hex color red value is 170, green value is 98 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #aa6247 hue: 0.05 , saturation: 0.41 and the lightness value of aa6247 is 0.47.

The process color (four color CMYK) of #aa6247 color hex is 0.00, 0.42, 0.58, 0.33. Web safe color of #aa6247 is #996633. Color #aa6247 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01100010 01000111
Octal 252 142 107
Decimal 170 98 71
Hex AA 62 47

RGB Percentages of Color #aa6247

%50.15
%28.91
%20.94

CMYK Percentages of Color #aa6247

%0
%42
%58
%33

Triadic Colors of #aa6247

#aa6247 #47aa62 #6247aa

Analogous Colors of #aa6247

#aa6247 #aa9447 #aa475d

Monochromatic Colors of #aa6247

#aa6247

Complementary Color

#aa6247 #478faa

#aa6247 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa6247 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa6247 Color CSS Codes

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

#aa6247 Text Font Color

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

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


#aa6247 Background Color

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

This div background color is #aa6247


#aa6247 Border Color

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

This div border color is #aa6247


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa6247


Comments

No comments written yet.

Please login to write comment.