Color Hex Logo

#aa854a Color Hex

#AA854A
(170,133,74)
0 Favorites   0 Comments

Color spaces of #aa854a

RGB 17013374
HSL0.100.390.48
HSV37°56°67°
CMYK 0.000.220.56   0.33
XYZ26.201125.815510.0805
Yxy25.81550.42190.4157
Hunter Lab50.80903.133023.8031
CIE-Lab57.86157.041036.8706

#aa854a color RGB value is (170,133,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10000101 01001010
Octal 252 205 112
Decimal 170 133 74
Hex AA 85 4A

RGB Percentages of Color #aa854a

%45.09
%35.28
%19.63

CMYK Percentages of Color #aa854a

%0
%22
%56
%33

Triadic Colors of #aa854a

#aa854a #4aaa85 #854aaa

Analogous Colors of #aa854a

#aa854a #9faa4a #aa554a

Monochromatic Colors of #aa854a

#aa854a

Complementary Color

#aa854a #4a6faa

#aa854a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa854a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa854a Color CSS Codes

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

#aa854a Text Font Color

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

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


#aa854a Background Color

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

This div background color is #aa854a


#aa854a Border Color

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

This div border color is #aa854a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa854a


Comments

No comments written yet.

Please login to write comment.