Color Hex Logo

#aa5f4d Color Hex

#AA5F4D
(170,95,77)
0 Favorites   0 Comments

Color spaces of #aa5f4d

RGB 1709577
HSL0.030.380.48
HSV12°55°67°
CMYK 0.000.440.55   0.33
XYZ22.009317.26639.1939
Yxy17.26630.45410.3562
Hunter Lab41.552721.829115.9685
CIE-Lab48.593828.616623.6262

#aa5f4d color RGB value is (170,95,77).

#aa5f4d hex color red value is 170, green value is 95 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #aa5f4d hue: 0.03 , saturation: 0.38 and the lightness value of aa5f4d is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 01011111 01001101
Octal 252 137 115
Decimal 170 95 77
Hex AA 5F 4D

RGB Percentages of Color #aa5f4d

%49.71
%27.78
%22.51

CMYK Percentages of Color #aa5f4d

%0
%44
%55
%33

Triadic Colors of #aa5f4d

#aa5f4d #4daa5f #5f4daa

Analogous Colors of #aa5f4d

#aa5f4d #aa8e4d #aa4d6a

Monochromatic Colors of #aa5f4d

#aa5f4d

Complementary Color

#aa5f4d #4d98aa

#aa5f4d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa5f4d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa5f4d Color CSS Codes

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

#aa5f4d Text Font Color

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

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


#aa5f4d Background Color

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

This div background color is #aa5f4d


#aa5f4d Border Color

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

This div border color is #aa5f4d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa5f4d


Comments

No comments written yet.

Please login to write comment.