Color Hex Logo

#aa5701 Color Hex

#AA5701
(170,87,1)
0 Favorites   0 Comments

Color spaces of #aa5701

RGB 170871
HSL0.080.990.34
HSV31°99°67°
CMYK 0.000.490.99   0.33
XYZ19.991215.36461.9407
Yxy15.36460.53600.4120
Hunter Lab39.197722.440724.5029
CIE-Lab46.129629.551654.8768

#aa5701 color RGB value is (170,87,1).

#aa5701 hex color red value is 170, green value is 87 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #aa5701 hue: 0.08 , saturation: 0.99 and the lightness value of aa5701 is 0.34.

The process color (four color CMYK) of #aa5701 color hex is 0.00, 0.49, 0.99, 0.33. Web safe color of #aa5701 is #996600. Color #aa5701 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01010111 00000001
Octal 252 127 1
Decimal 170 87 1
Hex AA 57 1

RGB Percentages of Color #aa5701

%65.89
%33.72
%0.39

CMYK Percentages of Color #aa5701

%0
%49
%99
%33

Triadic Colors of #aa5701

#aa5701 #01aa57 #5701aa

Analogous Colors of #aa5701

#aa5701 #a9aa01 #aa0201

Monochromatic Colors of #aa5701

#aa5701

Complementary Color

#aa5701 #0154aa

#aa5701 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa5701 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa5701 Color CSS Codes

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

#aa5701 Text Font Color

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

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


#aa5701 Background Color

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

This div background color is #aa5701


#aa5701 Border Color

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

This div border color is #aa5701


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa5701


Comments

No comments written yet.

Please login to write comment.