Color Hex Logo

#aa725c Color Hex

#AA725C
(170,114,92)
0 Favorites   0 Comments

Color spaces of #aa725c

RGB 17011492
HSL0.050.310.51
HSV17°46°67°
CMYK 0.000.330.46   0.33
XYZ24.526621.353412.9541
Yxy21.35340.41690.3629
Hunter Lab46.209713.874815.7259
CIE-Lab53.334119.470221.1754

#aa725c color RGB value is (170,114,92).

#aa725c hex color red value is 170, green value is 114 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #aa725c hue: 0.05 , saturation: 0.31 and the lightness value of aa725c is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 01110010 01011100
Octal 252 162 134
Decimal 170 114 92
Hex AA 72 5C

RGB Percentages of Color #aa725c

%45.21
%30.32
%24.47

CMYK Percentages of Color #aa725c

%0
%33
%46
%33

Triadic Colors of #aa725c

#aa725c #5caa72 #725caa

Analogous Colors of #aa725c

#aa725c #aa995c #aa5c6d

Monochromatic Colors of #aa725c

#aa725c

Complementary Color

#aa725c #5c94aa

#aa725c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa725c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa725c Color CSS Codes

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

#aa725c Text Font Color

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

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


#aa725c Background Color

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

This div background color is #aa725c


#aa725c Border Color

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

This div border color is #aa725c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa725c


Comments

No comments written yet.

Please login to write comment.