Color Hex Logo

#aaa45c Color Hex

#AAA45C
(170,164,92)
0 Favorites   0 Comments

Color spaces of #aaa45c

RGB 17016492
HSL0.150.310.51
HSV55°46°67°
CMYK 0.000.040.46   0.33
XYZ31.784835.869715.3735
Yxy35.86970.38280.4320
Hunter Lab59.8913-10.078426.7048
CIE-Lab66.4202-8.205737.9599

#aaa45c color RGB value is (170,164,92).

#aaa45c hex color red value is 170, green value is 164 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #aaa45c hue: 0.15 , saturation: 0.31 and the lightness value of aaa45c is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10100100 01011100
Octal 252 244 134
Decimal 170 164 92
Hex AA A4 5C

RGB Percentages of Color #aaa45c

%39.91
%38.50
%21.60

CMYK Percentages of Color #aaa45c

%0
%4
%46
%33

Triadic Colors of #aaa45c

#aaa45c #5caaa4 #a45caa

Analogous Colors of #aaa45c

#aaa45c #89aa5c #aa7d5c

Monochromatic Colors of #aaa45c

#aaa45c

Complementary Color

#aaa45c #5c62aa

#aaa45c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa45c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa45c Color CSS Codes

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

#aaa45c Text Font Color

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

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


#aaa45c Background Color

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

This div background color is #aaa45c


#aaa45c Border Color

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

This div border color is #aaa45c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa45c


Comments

No comments written yet.

Please login to write comment.