Color Hex Logo

#aaa760 Color Hex

#AAA760
(170,167,96)
0 Favorites   0 Comments

Color spaces of #aaa760

RGB 17016796
HSL0.160.300.52
HSV58°44°67°
CMYK 0.000.020.44   0.33
XYZ32.507637.028016.5001
Yxy37.02800.37780.4304
Hunter Lab60.8506-11.130426.5185
CIE-Lab67.2980-9.378236.9891

#aaa760 color RGB value is (170,167,96).

#aaa760 hex color red value is 170, green value is 167 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #aaa760 hue: 0.16 , saturation: 0.30 and the lightness value of aaa760 is 0.52.

The process color (four color CMYK) of #aaa760 color hex is 0.00, 0.02, 0.44, 0.33. Web safe color of #aaa760 is #999966. Color #aaa760 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10100111 01100000
Octal 252 247 140
Decimal 170 167 96
Hex AA A7 60

RGB Percentages of Color #aaa760

%39.26
%38.57
%22.17

CMYK Percentages of Color #aaa760

%0
%2
%44
%33

Triadic Colors of #aaa760

#aaa760 #60aaa7 #a760aa

Analogous Colors of #aaa760

#aaa760 #88aa60 #aa8260

Monochromatic Colors of #aaa760

#aaa760

Complementary Color

#aaa760 #6063aa

#aaa760 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa760 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa760 Color CSS Codes

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

#aaa760 Text Font Color

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

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


#aaa760 Background Color

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

This div background color is #aaa760


#aaa760 Border Color

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

This div border color is #aaa760


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa760


Comments

No comments written yet.

Please login to write comment.