Color Hex Logo

#aa7701 Color Hex

#AA7701
(170,119,1)
0 Favorites   0 Comments

Color spaces of #aa7701

RGB 1701191
HSL0.120.990.34
HSV42°99°67°
CMYK 0.000.300.99   0.33
XYZ23.179921.74193.0036
Yxy21.74190.48370.4537
Hunter Lab46.62827.136928.8205
CIE-Lab53.752111.732559.8315

#aa7701 color RGB value is (170,119,1).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 01110111 00000001
Octal 252 167 1
Decimal 170 119 1
Hex AA 77 1

RGB Percentages of Color #aa7701

%58.62
%41.03
%0.34

CMYK Percentages of Color #aa7701

%0
%30
%99
%33

Triadic Colors of #aa7701

#aa7701 #01aa77 #7701aa

Analogous Colors of #aa7701

#aa7701 #89aa01 #aa2201

Monochromatic Colors of #aa7701

#aa7701

Complementary Color

#aa7701 #0134aa

#aa7701 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa7701 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa7701 Color CSS Codes

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

#aa7701 Text Font Color

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

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


#aa7701 Background Color

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

This div background color is #aa7701


#aa7701 Border Color

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

This div border color is #aa7701


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,119,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 #aa7701">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa7701


Comments

No comments written yet.

Please login to write comment.