Color Hex Logo

#aa824d Color Hex

#AA824D
(170,130,77)
0 Favorites   0 Comments

Color spaces of #aa824d

RGB 17013077
HSL0.090.380.48
HSV34°55°67°
CMYK 0.000.240.55   0.33
XYZ25.899825.047110.4907
Yxy25.04710.42160.4077
Hunter Lab50.04714.792922.6048
CIE-Lab57.12138.979534.3834

#aa824d color RGB value is (170,130,77).

#aa824d hex color red value is 170, green value is 130 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #aa824d hue: 0.09 , saturation: 0.38 and the lightness value of aa824d is 0.48.

The process color (four color CMYK) of #aa824d color hex is 0.00, 0.24, 0.55, 0.33. Web safe color of #aa824d is #999966. Color #aa824d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10000010 01001101
Octal 252 202 115
Decimal 170 130 77
Hex AA 82 4D

RGB Percentages of Color #aa824d

%45.09
%34.48
%20.42

CMYK Percentages of Color #aa824d

%0
%24
%55
%33

Triadic Colors of #aa824d

#aa824d #4daa82 #824daa

Analogous Colors of #aa824d

#aa824d #a4aa4d #aa544d

Monochromatic Colors of #aa824d

#aa824d

Complementary Color

#aa824d #4d75aa

#aa824d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa824d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa824d Color CSS Codes

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

#aa824d Text Font Color

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

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


#aa824d Background Color

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

This div background color is #aa824d


#aa824d Border Color

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

This div border color is #aa824d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa824d


Comments

No comments written yet.

Please login to write comment.