Color Hex Logo

#aa574b Color Hex

#AA574B
(170,87,75)
0 Favorites   0 Comments

Color spaces of #aa574b

RGB 1708775
HSL0.020.390.48
HSV56°67°
CMYK 0.000.490.56   0.33
XYZ21.255815.87048.5996
Yxy15.87040.46490.3471
Hunter Lab39.837725.524615.0877
CIE-Lab46.804032.786822.4731

#aa574b color RGB value is (170,87,75).

#aa574b hex color red value is 170, green value is 87 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #aa574b hue: 0.02 , saturation: 0.39 and the lightness value of aa574b is 0.48.

The process color (four color CMYK) of #aa574b color hex is 0.00, 0.49, 0.56, 0.33. Web safe color of #aa574b is #996633. Color #aa574b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01010111 01001011
Octal 252 127 113
Decimal 170 87 75
Hex AA 57 4B

RGB Percentages of Color #aa574b

%51.20
%26.20
%22.59

CMYK Percentages of Color #aa574b

%0
%49
%56
%33

Triadic Colors of #aa574b

#aa574b #4baa57 #574baa

Analogous Colors of #aa574b

#aa574b #aa874b #aa4b6f

Monochromatic Colors of #aa574b

#aa574b

Complementary Color

#aa574b #4b9eaa

#aa574b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa574b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa574b Color CSS Codes

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

#aa574b Text Font Color

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

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


#aa574b Background Color

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

This div background color is #aa574b


#aa574b Border Color

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

This div border color is #aa574b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa574b


Comments

No comments written yet.

Please login to write comment.