Color Hex Logo

#aa724b Color Hex

#AA724B
(170,114,75)
0 Favorites   0 Comments

Color spaces of #aa724b

RGB 17011475
HSL0.070.390.48
HSV25°56°67°
CMYK 0.000.330.56   0.33
XYZ23.864921.08879.4693
Yxy21.08870.43850.3875
Hunter Lab45.922412.398319.9200
CIE-Lab53.046417.821430.4356

#aa724b color RGB value is (170,114,75).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 01110010 01001011
Octal 252 162 113
Decimal 170 114 75
Hex AA 72 4B

RGB Percentages of Color #aa724b

%47.35
%31.75
%20.89

CMYK Percentages of Color #aa724b

%0
%33
%56
%33

Triadic Colors of #aa724b

#aa724b #4baa72 #724baa

Analogous Colors of #aa724b

#aa724b #aaa24b #aa4b53

Monochromatic Colors of #aa724b

#aa724b

Complementary Color

#aa724b #4b83aa

#aa724b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa724b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa724b Color CSS Codes

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

#aa724b Text Font Color

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

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


#aa724b Background Color

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

This div background color is #aa724b


#aa724b Border Color

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

This div border color is #aa724b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa724b

#aa724b Color Palettes


Comments

No comments written yet.

Please login to write comment.