Color Hex Logo

#aa7f4f Color Hex

#AA7F4F
(170,127,79)
0 Favorites   0 Comments

Color spaces of #aa7f4f

RGB 17012779
HSL0.090.370.49
HSV32°54°67°
CMYK 0.000.250.54   0.33
XYZ25.578224.289310.7373
Yxy24.28930.42200.4008
Hunter Lab49.28426.393221.5817
CIE-Lab56.376310.843432.3861

#aa7f4f color RGB value is (170,127,79).

#aa7f4f hex color red value is 170, green value is 127 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #aa7f4f hue: 0.09 , saturation: 0.37 and the lightness value of aa7f4f is 0.49.

The process color (four color CMYK) of #aa7f4f color hex is 0.00, 0.25, 0.54, 0.33. Web safe color of #aa7f4f is #996666. Color #aa7f4f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01111111 01001111
Octal 252 177 117
Decimal 170 127 79
Hex AA 7F 4F

RGB Percentages of Color #aa7f4f

%45.21
%33.78
%21.01

CMYK Percentages of Color #aa7f4f

%0
%25
%54
%33

Triadic Colors of #aa7f4f

#aa7f4f #4faa7f #7f4faa

Analogous Colors of #aa7f4f

#aa7f4f #a8aa4f #aa524f

Monochromatic Colors of #aa7f4f

#aa7f4f

Complementary Color

#aa7f4f #4f7aaa

#aa7f4f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa7f4f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa7f4f Color CSS Codes

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

#aa7f4f Text Font Color

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

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


#aa7f4f Background Color

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

This div background color is #aa7f4f


#aa7f4f Border Color

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

This div border color is #aa7f4f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa7f4f


Comments

No comments written yet.

Please login to write comment.