Color Hex Logo

#aa765b Color Hex

#AA765B
(170,118,91)
0 Favorites   0 Comments

Color spaces of #aa765b

RGB 17011891
HSL0.060.320.51
HSV21°46°67°
CMYK 0.000.310.46   0.33
XYZ24.944322.258212.8791
Yxy22.25820.41520.3705
Hunter Lab47.178611.814116.8397
CIE-Lab54.299917.104323.0308

#aa765b color RGB value is (170,118,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 01110110 01011011
Octal 252 166 133
Decimal 170 118 91
Hex AA 76 5B

RGB Percentages of Color #aa765b

%44.85
%31.13
%24.01

CMYK Percentages of Color #aa765b

%0
%31
%46
%33

Triadic Colors of #aa765b

#aa765b #5baa76 #765baa

Analogous Colors of #aa765b

#aa765b #aa9e5b #aa5b68

Monochromatic Colors of #aa765b

#aa765b

Complementary Color

#aa765b #5b8faa

#aa765b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa765b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa765b Color CSS Codes

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

#aa765b Text Font Color

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

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


#aa765b Background Color

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

This div background color is #aa765b


#aa765b Border Color

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

This div border color is #aa765b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa765b


Comments

No comments written yet.

Please login to write comment.