Color Hex Logo

#aa743f Color Hex

#AA743F
(170,116,63)
0 Favorites   0 Comments

Color spaces of #aa743f

RGB 17011663
HSL0.080.460.46
HSV30°63°67°
CMYK 0.000.320.63   0.33
XYZ23.720221.39577.5822
Yxy21.39570.45010.4060
Hunter Lab46.255510.589222.6600
CIE-Lab53.379915.745437.3378

#aa743f color RGB value is (170,116,63).

#aa743f hex color red value is 170, green value is 116 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #aa743f hue: 0.08 , saturation: 0.46 and the lightness value of aa743f is 0.46.

The process color (four color CMYK) of #aa743f color hex is 0.00, 0.32, 0.63, 0.33. Web safe color of #aa743f is #996633. Color #aa743f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01110100 00111111
Octal 252 164 77
Decimal 170 116 63
Hex AA 74 3F

RGB Percentages of Color #aa743f

%48.71
%33.24
%18.05

CMYK Percentages of Color #aa743f

%0
%32
%63
%33

Triadic Colors of #aa743f

#aa743f #3faa74 #743faa

Analogous Colors of #aa743f

#aa743f #aaaa3f #aa3f3f

Monochromatic Colors of #aa743f

#aa743f

Complementary Color

#aa743f #3f75aa

#aa743f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa743f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa743f Color CSS Codes

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

#aa743f Text Font Color

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

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


#aa743f Background Color

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

This div background color is #aa743f


#aa743f Border Color

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

This div border color is #aa743f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa743f


Comments

No comments written yet.

Please login to write comment.