Color Hex Logo

#aa585c Color Hex

#AA585C
(170,88,92)
0 Favorites   0 Comments

Color spaces of #aa585c

RGB 1708892
HSL0.990.330.51
HSV357°48°67°
CMYK 0.000.480.46   0.33
XYZ21.999116.298212.1116
Yxy16.29820.43640.3233
Hunter Lab40.371026.619410.4723
CIE-Lab47.363333.873213.0614

#aa585c color RGB value is (170,88,92).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 01011000 01011100
Octal 252 130 134
Decimal 170 88 92
Hex AA 58 5C

RGB Percentages of Color #aa585c

%48.57
%25.14
%26.29

CMYK Percentages of Color #aa585c

%0
%48
%46
%33

Triadic Colors of #aa585c

#aa585c #5caa58 #585caa

Analogous Colors of #aa585c

#aa585c #aa7d58 #aa5885

Monochromatic Colors of #aa585c

#aa585c

Complementary Color

#aa585c #58aaa6

#aa585c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa585c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa585c Color CSS Codes

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

#aa585c Text Font Color

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

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


#aa585c Background Color

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

This div background color is #aa585c


#aa585c Border Color

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

This div border color is #aa585c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa585c


Comments

No comments written yet.

Please login to write comment.