Color Hex Logo

#aa883e Color Hex

#AA883E
(170,136,62)
0 Favorites   0 Comments

Color spaces of #aa883e

RGB 17013662
HSL0.110.470.45
HSV41°64°67°
CMYK 0.000.200.64   0.33
XYZ26.251226.50228.2893
Yxy26.50220.43000.4342
Hunter Lab51.48030.931526.4894
CIE-Lab58.51074.450143.7018

#aa883e color RGB value is (170,136,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10001000 00111110
Octal 252 210 76
Decimal 170 136 62
Hex AA 88 3E

RGB Percentages of Color #aa883e

%46.20
%36.96
%16.85

CMYK Percentages of Color #aa883e

%0
%20
%64
%33

Triadic Colors of #aa883e

#aa883e #3eaa88 #883eaa

Analogous Colors of #aa883e

#aa883e #96aa3e #aa523e

Monochromatic Colors of #aa883e

#aa883e

Complementary Color

#aa883e #3e60aa

#aa883e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa883e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa883e Color CSS Codes

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

#aa883e Text Font Color

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

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


#aa883e Background Color

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

This div background color is #aa883e


#aa883e Border Color

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

This div border color is #aa883e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa883e


Comments

No comments written yet.

Please login to write comment.