Color Hex Logo

#aa8850 Color Hex

#AA8850
(170,136,80)
0 Favorites   0 Comments

Color spaces of #aa8850

RGB 17013680
HSL0.100.360.49
HSV37°53°67°
CMYK 0.000.200.53   0.33
XYZ26.829726.733611.3354
Yxy26.73360.41340.4119
Hunter Lab51.70452.141423.1948
CIE-Lab58.72695.892634.7541

#aa8850 color RGB value is (170,136,80).

#aa8850 hex color red value is 170, green value is 136 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #aa8850 hue: 0.10 , saturation: 0.36 and the lightness value of aa8850 is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10001000 01010000
Octal 252 210 120
Decimal 170 136 80
Hex AA 88 50

RGB Percentages of Color #aa8850

%44.04
%35.23
%20.73

CMYK Percentages of Color #aa8850

%0
%20
%53
%33

Triadic Colors of #aa8850

#aa8850 #50aa88 #8850aa

Analogous Colors of #aa8850

#aa8850 #9faa50 #aa5b50

Monochromatic Colors of #aa8850

#aa8850

Complementary Color

#aa8850 #5072aa

#aa8850 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa8850 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa8850 Color CSS Codes

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

#aa8850 Text Font Color

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

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


#aa8850 Background Color

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

This div background color is #aa8850


#aa8850 Border Color

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

This div border color is #aa8850


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa8850


Comments

No comments written yet.

Please login to write comment.