Color Hex Logo

#aa765a Color Hex

#AA765A
(170,118,90)
0 Favorites   0 Comments

Color spaces of #aa765a

RGB 17011890
HSL0.060.320.51
HSV21°47°67°
CMYK 0.000.310.47   0.33
XYZ24.901522.241112.6534
Yxy22.24110.41640.3719
Hunter Lab47.160511.720117.1045
CIE-Lab54.281916.998723.5766

#aa765a color RGB value is (170,118,90).

#aa765a hex color red value is 170, green value is 118 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #aa765a hue: 0.06 , saturation: 0.32 and the lightness value of aa765a is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 01110110 01011010
Octal 252 166 132
Decimal 170 118 90
Hex AA 76 5A

RGB Percentages of Color #aa765a

%44.97
%31.22
%23.81

CMYK Percentages of Color #aa765a

%0
%31
%47
%33

Triadic Colors of #aa765a

#aa765a #5aaa76 #765aaa

Analogous Colors of #aa765a

#aa765a #aa9e5a #aa5a66

Monochromatic Colors of #aa765a

#aa765a

Complementary Color

#aa765a #5a8eaa

#aa765a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa765a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa765a Color CSS Codes

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

#aa765a Text Font Color

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

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


#aa765a Background Color

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

This div background color is #aa765a


#aa765a Border Color

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

This div border color is #aa765a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa765a


Comments

No comments written yet.

Please login to write comment.