Color Hex Logo

#aa5458 Color Hex

#AA5458
(170,84,88)
0 Favorites   0 Comments

Color spaces of #aa5458

RGB 1708488
HSL0.990.340.50
HSV357°51°67°
CMYK 0.000.510.48   0.33
XYZ21.509315.591311.1083
Yxy15.59130.44620.3234
Hunter Lab39.485828.135010.9604
CIE-Lab46.433735.584914.1914

#aa5458 color RGB value is (170,84,88).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 01010100 01011000
Octal 252 124 130
Decimal 170 84 88
Hex AA 54 58

RGB Percentages of Color #aa5458

%49.71
%24.56
%25.73

CMYK Percentages of Color #aa5458

%0
%51
%48
%33

Triadic Colors of #aa5458

#aa5458 #58aa54 #5458aa

Analogous Colors of #aa5458

#aa5458 #aa7b54 #aa5483

Monochromatic Colors of #aa5458

#aa5458

Complementary Color

#aa5458 #54aaa6

#aa5458 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa5458 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa5458 Color CSS Codes

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

#aa5458 Text Font Color

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

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


#aa5458 Background Color

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

This div background color is #aa5458


#aa5458 Border Color

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

This div border color is #aa5458


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa5458


Comments

No comments written yet.

Please login to write comment.