Color Hex Logo

#aa515b Color Hex

#AA515B
(170,81,91)
0 Favorites   0 Comments

Color spaces of #aa515b

RGB 1708191
HSL0.980.350.49
HSV353°52°67°
CMYK 0.000.520.46   0.33
XYZ21.408315.186211.7004
Yxy15.18620.44330.3144
Hunter Lab38.969529.86439.4771
CIE-Lab45.888237.458411.6191

#aa515b color RGB value is (170,81,91).

#aa515b hex color red value is 170, green value is 81 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #aa515b hue: 0.98 , saturation: 0.35 and the lightness value of aa515b is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 01010001 01011011
Octal 252 121 133
Decimal 170 81 91
Hex AA 51 5B

RGB Percentages of Color #aa515b

%49.71
%23.68
%26.61

CMYK Percentages of Color #aa515b

%0
%52
%46
%33

Triadic Colors of #aa515b

#aa515b #5baa51 #515baa

Analogous Colors of #aa515b

#aa515b #aa7451 #aa5188

Monochromatic Colors of #aa515b

#aa515b

Complementary Color

#aa515b #51aaa0

#aa515b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa515b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa515b Color CSS Codes

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

#aa515b Text Font Color

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

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


#aa515b Background Color

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

This div background color is #aa515b


#aa515b Border Color

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

This div border color is #aa515b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa515b


Comments

No comments written yet.

Please login to write comment.