Color Hex Logo

#aa7054 Color Hex

#AA7054
(170,112,84)
0 Favorites   0 Comments

Color spaces of #aa7054

RGB 17011284
HSL0.050.340.50
HSV20°51°67°
CMYK 0.000.340.51   0.33
XYZ23.972020.774511.1339
Yxy20.77450.42900.3718
Hunter Lab45.579114.117517.4222
CIE-Lab52.701819.778124.9268

#aa7054 color RGB value is (170,112,84).

#aa7054 hex color red value is 170, green value is 112 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #aa7054 hue: 0.05 , saturation: 0.34 and the lightness value of aa7054 is 0.50.

The process color (four color CMYK) of #aa7054 color hex is 0.00, 0.34, 0.51, 0.33. Web safe color of #aa7054 is #996666. Color #aa7054 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01110000 01010100
Octal 252 160 124
Decimal 170 112 84
Hex AA 70 54

RGB Percentages of Color #aa7054

%46.45
%30.60
%22.95

CMYK Percentages of Color #aa7054

%0
%34
%51
%33

Triadic Colors of #aa7054

#aa7054 #54aa70 #7054aa

Analogous Colors of #aa7054

#aa7054 #aa9b54 #aa5463

Monochromatic Colors of #aa7054

#aa7054

Complementary Color

#aa7054 #548eaa

#aa7054 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa7054 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa7054 Color CSS Codes

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

#aa7054 Text Font Color

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

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


#aa7054 Background Color

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

This div background color is #aa7054


#aa7054 Border Color

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

This div border color is #aa7054


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa7054


Comments

No comments written yet.

Please login to write comment.