Color Hex Logo

#aa516b Color Hex

#AA516B
(170,81,107)
0 Favorites   0 Comments

Color spaces of #aa516b

RGB 17081107
HSL0.950.350.49
HSV342°52°67°
CMYK 0.000.520.37   0.33
XYZ22.173815.492415.7316
Yxy15.49240.41530.2901
Hunter Lab39.360431.67793.8552
CIE-Lab46.301439.26102.4697

#aa516b color RGB value is (170,81,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 01010001 01101011
Octal 252 121 153
Decimal 170 81 107
Hex AA 51 6B

RGB Percentages of Color #aa516b

%47.49
%22.63
%29.89

CMYK Percentages of Color #aa516b

%0
%52
%37
%33

Triadic Colors of #aa516b

#aa516b #6baa51 #516baa

Analogous Colors of #aa516b

#aa516b #aa6351 #aa5198

Monochromatic Colors of #aa516b

#aa516b

Complementary Color

#aa516b #51aa90

#aa516b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa516b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa516b Color CSS Codes

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

#aa516b Text Font Color

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

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


#aa516b Background Color

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

This div background color is #aa516b


#aa516b Border Color

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

This div border color is #aa516b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa516b


Comments

No comments written yet.

Please login to write comment.