Color Hex Logo

#aa715d Color Hex

#AA715D
(170,113,93)
0 Favorites   0 Comments

Color spaces of #aa715d

RGB 17011393
HSL0.040.310.52
HSV16°45°67°
CMYK 0.000.340.45   0.33
XYZ24.458521.146613.1485
Yxy21.14660.41630.3599
Hunter Lab45.985414.465215.2372
CIE-Lab53.109620.143220.2987

#aa715d color RGB value is (170,113,93).

#aa715d hex color red value is 170, green value is 113 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #aa715d hue: 0.04 , saturation: 0.31 and the lightness value of aa715d is 0.52.

The process color (four color CMYK) of #aa715d color hex is 0.00, 0.34, 0.45, 0.33. Web safe color of #aa715d is #996666. Color #aa715d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01110001 01011101
Octal 252 161 135
Decimal 170 113 93
Hex AA 71 5D

RGB Percentages of Color #aa715d

%45.21
%30.05
%24.73

CMYK Percentages of Color #aa715d

%0
%34
%45
%33

Triadic Colors of #aa715d

#aa715d #5daa71 #715daa

Analogous Colors of #aa715d

#aa715d #aa985d #aa5d70

Monochromatic Colors of #aa715d

#aa715d

Complementary Color

#aa715d #5d96aa

#aa715d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa715d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa715d Color CSS Codes

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

#aa715d Text Font Color

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

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


#aa715d Background Color

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

This div background color is #aa715d


#aa715d Border Color

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

This div border color is #aa715d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa715d


Comments

No comments written yet.

Please login to write comment.