Color Hex Logo

#aaa036 Color Hex

#AAA036
(170,160,54)
0 Favorites   0 Comments

Color spaces of #aaa036

RGB 17016054
HSL0.150.520.44
HSV55°68°67°
CMYK 0.000.060.68   0.33
XYZ29.814233.95408.4724
Yxy33.95400.41270.4700
Hunter Lab58.2701-10.642132.1683
CIE-Lab64.9260-9.091054.1432

#aaa036 color RGB value is (170,160,54).

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

The process color (four color CMYK) of #aaa036 color hex is 0.00, 0.06, 0.68, 0.33. Web safe color of #aaa036 is #999933. Color #aaa036 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10100000 00110110
Octal 252 240 66
Decimal 170 160 54
Hex AA A0 36

RGB Percentages of Color #aaa036

%44.27
%41.67
%14.06

CMYK Percentages of Color #aaa036

%0
%6
%68
%33

Triadic Colors of #aaa036

#aaa036 #36aaa0 #a036aa

Analogous Colors of #aaa036

#aaa036 #7aaa36 #aa6636

Monochromatic Colors of #aaa036

#aaa036

Complementary Color

#aaa036 #3640aa

#aaa036 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa036 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa036 Color CSS Codes

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

#aaa036 Text Font Color

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

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


#aaa036 Background Color

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

This div background color is #aaa036


#aaa036 Border Color

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

This div border color is #aaa036


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa036

#aaa036 Color Palettes


Comments

No comments written yet.

Please login to write comment.