Color Hex Logo

#aa534b Color Hex

#AA534B
(170,83,75)
0 Favorites   0 Comments

Color spaces of #aa534b

RGB 1708375
HSL0.010.390.48
HSV56°67°
CMYK 0.000.510.56   0.33
XYZ20.940815.24068.4946
Yxy15.24060.46870.3411
Hunter Lab39.039227.429514.4264
CIE-Lab45.962034.909521.3721

#aa534b color RGB value is (170,83,75).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 01010011 01001011
Octal 252 123 113
Decimal 170 83 75
Hex AA 53 4B

RGB Percentages of Color #aa534b

%51.83
%25.30
%22.87

CMYK Percentages of Color #aa534b

%0
%51
%56
%33

Triadic Colors of #aa534b

#aa534b #4baa53 #534baa

Analogous Colors of #aa534b

#aa534b #aa834b #aa4b73

Monochromatic Colors of #aa534b

#aa534b

Complementary Color

#aa534b #4ba2aa

#aa534b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa534b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa534b Color CSS Codes

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

#aa534b Text Font Color

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

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


#aa534b Background Color

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

This div background color is #aa534b


#aa534b Border Color

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

This div border color is #aa534b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa534b


Comments

No comments written yet.

Please login to write comment.