Color Hex Logo

#aa756d Color Hex

#AA756D
(170,117,109)
0 Favorites   0 Comments

Color spaces of #aa756d

RGB 170117109
HSL0.020.260.55
HSV36°67°
CMYK 0.000.310.36   0.33
XYZ25.699222.372817.4319
Yxy22.37280.39230.3415
Hunter Lab47.299914.208611.2592
CIE-Lab54.420319.782412.8156

#aa756d color RGB value is (170,117,109).

#aa756d hex color red value is 170, green value is 117 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #aa756d hue: 0.02 , saturation: 0.26 and the lightness value of aa756d is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 01110101 01101101
Octal 252 165 155
Decimal 170 117 109
Hex AA 75 6D

RGB Percentages of Color #aa756d

%42.93
%29.55
%27.53

CMYK Percentages of Color #aa756d

%0
%31
%36
%33

Triadic Colors of #aa756d

#aa756d #6daa75 #756daa

Analogous Colors of #aa756d

#aa756d #aa946d #aa6d84

Monochromatic Colors of #aa756d

#aa756d

Complementary Color

#aa756d #6da2aa

#aa756d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa756d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa756d Color CSS Codes

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

#aa756d Text Font Color

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

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


#aa756d Background Color

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

This div background color is #aa756d


#aa756d Border Color

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

This div border color is #aa756d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa756d


Comments

No comments written yet.

Please login to write comment.