Color Hex Logo

#aaaa4d Color Hex

#AAAA4D
(170,170,77)
0 Favorites   0 Comments

Color spaces of #aaaa4d

RGB 17017077
HSL0.170.380.48
HSV60°55°67°
CMYK 0.000.000.55   0.33
XYZ32.291837.831312.6214
Yxy37.83130.39030.4572
Hunter Lab61.5072-13.923430.8886
CIE-Lab67.8961-12.731647.1317

#aaaa4d color RGB value is (170,170,77).

#aaaa4d hex color red value is 170, green value is 170 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #aaaa4d hue: 0.17 , saturation: 0.38 and the lightness value of aaaa4d is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101010 01001101
Octal 252 252 115
Decimal 170 170 77
Hex AA AA 4D

RGB Percentages of Color #aaaa4d

%40.77
%40.77
%18.47

CMYK Percentages of Color #aaaa4d

%0
%0
%55
%33

Triadic Colors of #aaaa4d

#aaaa4d #4daaaa #aa4daa

Analogous Colors of #aaaa4d

#aaaa4d #7caa4d #aa7c4d

Monochromatic Colors of #aaaa4d

#aaaa4d

Complementary Color

#aaaa4d #4d4daa

#aaaa4d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaaa4d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaaa4d Color CSS Codes

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

#aaaa4d Text Font Color

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

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


#aaaa4d Background Color

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

This div background color is #aaaa4d


#aaaa4d Border Color

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

This div border color is #aaaa4d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaaa4d


Comments

No comments written yet.

Please login to write comment.