Color Hex Logo

#aa6d47 Color Hex

#AA6D47
(170,109,71)
0 Favorites   0 Comments

Color spaces of #aa6d47

RGB 17010971
HSL0.060.410.47
HSV23°58°67°
CMYK 0.000.360.58   0.33
XYZ23.183519.93838.5878
Yxy19.93830.44830.3856
Hunter Lab44.652314.535719.8536
CIE-Lab51.767420.303431.0699

#aa6d47 color RGB value is (170,109,71).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 01101101 01000111
Octal 252 155 107
Decimal 170 109 71
Hex AA 6D 47

RGB Percentages of Color #aa6d47

%48.57
%31.14
%20.29

CMYK Percentages of Color #aa6d47

%0
%36
%58
%33

Triadic Colors of #aa6d47

#aa6d47 #47aa6d #6d47aa

Analogous Colors of #aa6d47

#aa6d47 #aa9f47 #aa4753

Monochromatic Colors of #aa6d47

#aa6d47

Complementary Color

#aa6d47 #4784aa

#aa6d47 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa6d47 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa6d47 Color CSS Codes

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

#aa6d47 Text Font Color

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

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


#aa6d47 Background Color

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

This div background color is #aa6d47


#aa6d47 Border Color

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

This div border color is #aa6d47


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa6d47


Comments

No comments written yet.

Please login to write comment.