Color Hex Logo

#aa504b Color Hex

#AA504B
(170,80,75)
0 Favorites   0 Comments

Color spaces of #aa504b

RGB 1708075
HSL0.010.390.48
HSV56°67°
CMYK 0.000.530.56   0.33
XYZ20.716214.79148.4198
Yxy14.79140.47160.3367
Hunter Lab38.459628.844513.9416
CIE-Lab45.347236.476120.5636

#aa504b color RGB value is (170,80,75).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 01010000 01001011
Octal 252 120 113
Decimal 170 80 75
Hex AA 50 4B

RGB Percentages of Color #aa504b

%52.31
%24.62
%23.08

CMYK Percentages of Color #aa504b

%0
%53
%56
%33

Triadic Colors of #aa504b

#aa504b #4baa50 #504baa

Analogous Colors of #aa504b

#aa504b #aa804b #aa4b76

Monochromatic Colors of #aa504b

#aa504b

Complementary Color

#aa504b #4ba5aa

#aa504b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa504b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa504b Color CSS Codes

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

#aa504b Text Font Color

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

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


#aa504b Background Color

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

This div background color is #aa504b


#aa504b Border Color

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

This div border color is #aa504b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa504b

#aa504b Color Palettes


Comments

No comments written yet.

Please login to write comment.