Color Hex Logo

#aa525b Color Hex

#AA525B
(170,82,91)
0 Favorites   0 Comments

Color spaces of #aa525b

RGB 1708291
HSL0.980.350.49
HSV354°52°67°
CMYK 0.000.520.46   0.33
XYZ21.483215.336011.7254
Yxy15.33600.44250.3159
Hunter Lab39.161229.39019.6606
CIE-Lab46.091036.938511.9012

#aa525b color RGB value is (170,82,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 01010010 01011011
Octal 252 122 133
Decimal 170 82 91
Hex AA 52 5B

RGB Percentages of Color #aa525b

%49.56
%23.91
%26.53

CMYK Percentages of Color #aa525b

%0
%52
%46
%33

Triadic Colors of #aa525b

#aa525b #5baa52 #525baa

Analogous Colors of #aa525b

#aa525b #aa7552 #aa5287

Monochromatic Colors of #aa525b

#aa525b

Complementary Color

#aa525b #52aaa1

#aa525b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa525b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa525b Color CSS Codes

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

#aa525b Text Font Color

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

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


#aa525b Background Color

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

This div background color is #aa525b


#aa525b Border Color

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

This div border color is #aa525b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,82,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 #aa525b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa525b


Comments

No comments written yet.

Please login to write comment.