Color Hex Logo

#aa884d Color Hex

#AA884D
(170,136,77)
0 Favorites   0 Comments

Color spaces of #aa884d

RGB 17013677
HSL0.110.380.48
HSV38°55°67°
CMYK 0.000.200.55   0.33
XYZ26.721326.690210.7645
Yxy26.69020.41640.4159
Hunter Lab51.66261.915623.8100
CIE-Lab58.68655.624636.2912

#aa884d color RGB value is (170,136,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10001000 01001101
Octal 252 210 115
Decimal 170 136 77
Hex AA 88 4D

RGB Percentages of Color #aa884d

%44.39
%35.51
%20.10

CMYK Percentages of Color #aa884d

%0
%20
%55
%33

Triadic Colors of #aa884d

#aa884d #4daa88 #884daa

Analogous Colors of #aa884d

#aa884d #9eaa4d #aa5a4d

Monochromatic Colors of #aa884d

#aa884d

Complementary Color

#aa884d #4d6faa

#aa884d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa884d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa884d Color CSS Codes

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

#aa884d Text Font Color

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

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


#aa884d Background Color

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

This div background color is #aa884d


#aa884d Border Color

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

This div border color is #aa884d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa884d


Comments

No comments written yet.

Please login to write comment.