Color Hex Logo

#aa711c Color Hex

#AA711C
(170,113,28)
0 Favorites   0 Comments

Color spaces of #aa711c

RGB 17011328
HSL0.100.720.39
HSV36°84°67°
CMYK 0.000.340.84   0.33
XYZ22.692320.44013.8479
Yxy20.44010.48300.4351
Hunter Lab45.210710.474526.6013
CIE-Lab52.331215.651152.1801

#aa711c color RGB value is (170,113,28).

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

The process color (four color CMYK) of #aa711c color hex is 0.00, 0.34, 0.84, 0.33. Web safe color of #aa711c is #996633. Color #aa711c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01110001 00011100
Octal 252 161 34
Decimal 170 113 28
Hex AA 71 1C

RGB Percentages of Color #aa711c

%54.66
%36.33
%9.00

CMYK Percentages of Color #aa711c

%0
%34
%84
%33

Triadic Colors of #aa711c

#aa711c #1caa71 #711caa

Analogous Colors of #aa711c

#aa711c #9caa1c #aa2a1c

Monochromatic Colors of #aa711c

#aa711c

Complementary Color

#aa711c #1c55aa

#aa711c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa711c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa711c Color CSS Codes

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

#aa711c Text Font Color

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

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


#aa711c Background Color

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

This div background color is #aa711c


#aa711c Border Color

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

This div border color is #aa711c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa711c


Comments

No comments written yet.

Please login to write comment.