color codes Logo

#aa881c color codes

#AA881C
(170,136,28)
0 Favorites   0 Comments

Color spaces of #aa881c

RGB 17013628
HSL0.130.720.39
HSV46°84°67°
CMYK 0.000.200.84   0.33
XYZ25.591326.23824.8143
Yxy26.23820.45180.4632
Hunter Lab51.2232-0.461530.2838
CIE-Lab58.26252.768457.3168

#aa881c color RGB value is (170,136,28).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10001000 00011100
Octal 252 210 34
Decimal 170 136 28
Hex AA 88 1C

RGB Percentages of Color #aa881c

%50.90
%40.72
%8.38

CMYK Percentages of Color #aa881c

%0
%20
%84
%33

Triadic Colors of #aa881c

#aa881c #1caa88 #881caa

Analogous Colors of #aa881c

#aa881c #85aa1c #aa411c

Monochromatic Colors of #aa881c

#aa881c

Complementary Color

#aa881c #1c3eaa

#aa881c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa881c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa881c Color CSS Codes

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

#aa881c Text Font Color

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

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


#aa881c Background Color

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

This div background color is #aa881c


#aa881c Border Color

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

This div border color is #aa881c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa881c


Comments

No comments written yet.

Please login to write comment.