Color Hex Logo

#aa7451 Color Hex

#AA7451
(170,116,81)
0 Favorites   0 Comments

Color spaces of #aa7451

RGB 17011681
HSL0.070.350.49
HSV24°52°67°
CMYK 0.000.320.52   0.33
XYZ24.308221.630910.6786
Yxy21.63090.42930.3821
Hunter Lab46.509011.903218.9432
CIE-Lab53.633217.233527.8252

#aa7451 color RGB value is (170,116,81).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 01110100 01010001
Octal 252 164 121
Decimal 170 116 81
Hex AA 74 51

RGB Percentages of Color #aa7451

%46.32
%31.61
%22.07

CMYK Percentages of Color #aa7451

%0
%32
%52
%33

Triadic Colors of #aa7451

#aa7451 #51aa74 #7451aa

Analogous Colors of #aa7451

#aa7451 #aaa151 #aa515b

Monochromatic Colors of #aa7451

#aa7451

Complementary Color

#aa7451 #5187aa

#aa7451 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa7451 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa7451 Color CSS Codes

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

#aa7451 Text Font Color

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

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


#aa7451 Background Color

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

This div background color is #aa7451


#aa7451 Border Color

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

This div border color is #aa7451


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa7451


Comments

No comments written yet.

Please login to write comment.