Color Hex Logo

#aa7a07 Color Hex

#AA7A07
(170,122,7)
0 Favorites   0 Comments

Color spaces of #aa7a07

RGB 1701227
HSL0.120.920.35
HSV42°96°67°
CMYK 0.000.280.96   0.33
XYZ23.575422.48053.2976
Yxy22.48050.47770.4555
Hunter Lab47.41365.781529.0659
CIE-Lab54.533210.132559.2676

#aa7a07 color RGB value is (170,122,7).

#aa7a07 hex color red value is 170, green value is 122 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #aa7a07 hue: 0.12 , saturation: 0.92 and the lightness value of aa7a07 is 0.35.

The process color (four color CMYK) of #aa7a07 color hex is 0.00, 0.28, 0.96, 0.33. Web safe color of #aa7a07 is #996600. Color #aa7a07 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01111010 00000111
Octal 252 172 7
Decimal 170 122 7
Hex AA 7A 7

RGB Percentages of Color #aa7a07

%56.86
%40.80
%2.34

CMYK Percentages of Color #aa7a07

%0
%28
%96
%33

Triadic Colors of #aa7a07

#aa7a07 #07aa7a #7a07aa

Analogous Colors of #aa7a07

#aa7a07 #89aa07 #aa2907

Monochromatic Colors of #aa7a07

#aa7a07

Complementary Color

#aa7a07 #0737aa

#aa7a07 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa7a07 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa7a07 Color CSS Codes

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

#aa7a07 Text Font Color

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

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


#aa7a07 Background Color

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

This div background color is #aa7a07


#aa7a07 Border Color

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

This div border color is #aa7a07


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa7a07


Comments

No comments written yet.

Please login to write comment.