Color Hex Logo

#aa884a Color Hex

#AA884A
(170,136,74)
0 Favorites   0 Comments

Color spaces of #aa884a

RGB 17013674
HSL0.110.390.48
HSV39°56°67°
CMYK 0.000.200.56   0.33
XYZ26.617826.648810.2194
Yxy26.64880.41930.4198
Hunter Lab51.62251.699624.3984
CIE-Lab58.64785.367737.8127

#aa884a color RGB value is (170,136,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10001000 01001010
Octal 252 210 112
Decimal 170 136 74
Hex AA 88 4A

RGB Percentages of Color #aa884a

%44.74
%35.79
%19.47

CMYK Percentages of Color #aa884a

%0
%20
%56
%33

Triadic Colors of #aa884a

#aa884a #4aaa88 #884aaa

Analogous Colors of #aa884a

#aa884a #9caa4a #aa584a

Monochromatic Colors of #aa884a

#aa884a

Complementary Color

#aa884a #4a6caa

#aa884a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa884a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa884a Color CSS Codes

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

#aa884a Text Font Color

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

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


#aa884a Background Color

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

This div background color is #aa884a


#aa884a Border Color

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

This div border color is #aa884a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa884a


Comments

No comments written yet.

Please login to write comment.