Color Hex Logo

#aaa83e Color Hex

#AAA83E
(170,168,62)
0 Favorites   0 Comments

Color spaces of #aaa83e

RGB 17016862
HSL0.160.470.45
HSV59°64°67°
CMYK 0.000.010.64   0.33
XYZ31.449736.899110.0221
Yxy36.89910.40130.4708
Hunter Lab60.7446-13.887232.7391
CIE-Lab67.2013-12.796153.1487

#aaa83e color RGB value is (170,168,62).

#aaa83e hex color red value is 170, green value is 168 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #aaa83e hue: 0.16 , saturation: 0.47 and the lightness value of aaa83e is 0.45.

The process color (four color CMYK) of #aaa83e color hex is 0.00, 0.01, 0.64, 0.33. Web safe color of #aaa83e is #999933. Color #aaa83e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101000 00111110
Octal 252 250 76
Decimal 170 168 62
Hex AA A8 3E

RGB Percentages of Color #aaa83e

%42.50
%42.00
%15.50

CMYK Percentages of Color #aaa83e

%0
%1
%64
%33

Triadic Colors of #aaa83e

#aaa83e #3eaaa8 #a83eaa

Analogous Colors of #aaa83e

#aaa83e #76aa3e #aa723e

Monochromatic Colors of #aaa83e

#aaa83e

Complementary Color

#aaa83e #3e40aa

#aaa83e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa83e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa83e Color CSS Codes

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

#aaa83e Text Font Color

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

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


#aaa83e Background Color

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

This div background color is #aaa83e


#aaa83e Border Color

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

This div border color is #aaa83e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa83e


Comments

No comments written yet.

Please login to write comment.