color codes Logo

#aa881e color codes

#AA881E
(170,136,30)
0 Favorites   0 Comments

Color spaces of #aa881e

RGB 17013630
HSL0.130.700.39
HSV45°82°67°
CMYK 0.000.200.82   0.33
XYZ25.616126.24814.9446
Yxy26.24810.45090.4620
Hunter Lab51.2329-0.408830.1408
CIE-Lab58.27182.832556.7005

#aa881e color RGB value is (170,136,30).

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

The process color (four color CMYK) of #aa881e color code is 0.00, 0.20, 0.82, 0.33. Web safe color of #aa881e is #999933. Color #aa881e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10001000 00011110
Octal 252 210 36
Decimal 170 136 30
Hex AA 88 1E

RGB Percentages of Color #aa881e

%50.60
%40.48
%8.93

CMYK Percentages of Color #aa881e

%0
%20
%82
%33

Triadic Colors of #aa881e

#aa881e #1eaa88 #881eaa

Analogous Colors of #aa881e

#aa881e #86aa1e #aa421e

Monochromatic Colors of #aa881e

#aa881e

Complementary Color

#aa881e #1e40aa

#aa881e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa881e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa881e Color CSS Codes

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

#aa881e Text Font Color

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

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


#aa881e Background Color

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

This div background color is #aa881e


#aa881e Border Color

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

This div border color is #aa881e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa881e


Comments

No comments written yet.

Please login to write comment.