Color Hex Logo

#aa764f Color Hex

#AA764F
(170,118,79)
0 Favorites   0 Comments

Color spaces of #aa764f

RGB 17011879
HSL0.070.370.49
HSV26°54°67°
CMYK 0.000.310.54   0.33
XYZ24.467322.067410.3670
Yxy22.06740.43000.3878
Hunter Lab46.976010.763319.7986
CIE-Lab54.098415.919029.5334

#aa764f color RGB value is (170,118,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 01110110 01001111
Octal 252 166 117
Decimal 170 118 79
Hex AA 76 4F

RGB Percentages of Color #aa764f

%46.32
%32.15
%21.53

CMYK Percentages of Color #aa764f

%0
%31
%54
%33

Triadic Colors of #aa764f

#aa764f #4faa76 #764faa

Analogous Colors of #aa764f

#aa764f #aaa44f #aa4f55

Monochromatic Colors of #aa764f

#aa764f

Complementary Color

#aa764f #4f83aa

#aa764f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa764f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa764f Color CSS Codes

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

#aa764f Text Font Color

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

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


#aa764f Background Color

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

This div background color is #aa764f


#aa764f Border Color

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

This div border color is #aa764f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa764f


Comments

No comments written yet.

Please login to write comment.