Color Hex Logo

#aaa05f Color Hex

#AAA05F
(170,160,95)
0 Favorites   0 Comments

Color spaces of #aaa05f

RGB 17016095
HSL0.140.310.52
HSV52°44°67°
CMYK 0.000.060.44   0.33
XYZ31.213934.513915.8432
Yxy34.51390.38270.4231
Hunter Lab58.7485-7.970425.1348
CIE-Lab65.3684-5.762535.0964

#aaa05f color RGB value is (170,160,95).

#aaa05f hex color red value is 170, green value is 160 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #aaa05f hue: 0.14 , saturation: 0.31 and the lightness value of aaa05f is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10100000 01011111
Octal 252 240 137
Decimal 170 160 95
Hex AA A0 5F

RGB Percentages of Color #aaa05f

%40.00
%37.65
%22.35

CMYK Percentages of Color #aaa05f

%0
%6
%44
%33

Triadic Colors of #aaa05f

#aaa05f #5faaa0 #a05faa

Analogous Colors of #aaa05f

#aaa05f #8faa5f #aa7b5f

Monochromatic Colors of #aaa05f

#aaa05f

Complementary Color

#aaa05f #5f69aa

#aaa05f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa05f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa05f Color CSS Codes

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

#aaa05f Text Font Color

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

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


#aaa05f Background Color

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

This div background color is #aaa05f


#aaa05f Border Color

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

This div border color is #aaa05f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa05f


Comments

No comments written yet.

Please login to write comment.