Color Hex Logo

#aa8471 Color Hex

#AA8471
(170,132,113)
0 Favorites   0 Comments

Color spaces of #aa8471

RGB 170132113
HSL0.060.250.55
HSV20°34°67°
CMYK 0.000.220.34   0.33
XYZ27.809526.240819.2221
Yxy26.24080.37950.3581
Hunter Lab51.22587.259213.6099
CIE-Lab58.264911.829115.8471

#aa8471 color RGB value is (170,132,113).

#aa8471 hex color red value is 170, green value is 132 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #aa8471 hue: 0.06 , saturation: 0.25 and the lightness value of aa8471 is 0.55.

The process color (four color CMYK) of #aa8471 color hex is 0.00, 0.22, 0.34, 0.33. Web safe color of #aa8471 is #999966. Color #aa8471 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10000100 01110001
Octal 252 204 161
Decimal 170 132 113
Hex AA 84 71

RGB Percentages of Color #aa8471

%40.96
%31.81
%27.23

CMYK Percentages of Color #aa8471

%0
%22
%34
%33

Triadic Colors of #aa8471

#aa8471 #71aa84 #8471aa

Analogous Colors of #aa8471

#aa8471 #aaa171 #aa717b

Monochromatic Colors of #aa8471

#aa8471

Complementary Color

#aa8471 #7197aa

#aa8471 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa8471 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa8471 Color CSS Codes

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

#aa8471 Text Font Color

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

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


#aa8471 Background Color

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

This div background color is #aa8471


#aa8471 Border Color

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

This div border color is #aa8471


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa8471


Comments

No comments written yet.

Please login to write comment.