Color Hex Logo

#aa747b Color Hex

#AA747B
(170,116,123)
0 Favorites   0 Comments

Color spaces of #aa747b

RGB 170116123
HSL0.980.240.56
HSV352°32°67°
CMYK 0.000.320.28   0.33
XYZ26.398122.466921.6841
Yxy22.46690.37420.3185
Hunter Lab47.399316.46346.0556
CIE-Lab54.518922.26224.7895

#aa747b color RGB value is (170,116,123).

#aa747b hex color red value is 170, green value is 116 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #aa747b hue: 0.98 , saturation: 0.24 and the lightness value of aa747b is 0.56.

The process color (four color CMYK) of #aa747b color hex is 0.00, 0.32, 0.28, 0.33. Web safe color of #aa747b is #996666. Color #aa747b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01110100 01111011
Octal 252 164 173
Decimal 170 116 123
Hex AA 74 7B

RGB Percentages of Color #aa747b

%41.56
%28.36
%30.07

CMYK Percentages of Color #aa747b

%0
%32
%28
%33

Triadic Colors of #aa747b

#aa747b #7baa74 #747baa

Analogous Colors of #aa747b

#aa747b #aa8874 #aa7496

Monochromatic Colors of #aa747b

#aa747b

Complementary Color

#aa747b #74aaa3

#aa747b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa747b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa747b Color CSS Codes

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

#aa747b Text Font Color

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

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


#aa747b Background Color

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

This div background color is #aa747b


#aa747b Border Color

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

This div border color is #aa747b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa747b


Comments

No comments written yet.

Please login to write comment.