Color Hex Logo

#aaa473 Color Hex

#AAA473
(170,164,115)
0 Favorites   0 Comments

Color spaces of #aaa473

RGB 170164115
HSL0.150.240.56
HSV53°32°67°
CMYK 0.000.040.32   0.33
XYZ32.947536.334821.4964
Yxy36.33480.36290.4003
Hunter Lab60.2784-7.920921.0509
CIE-Lab66.7749-5.553426.2585

#aaa473 color RGB value is (170,164,115).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10100100 01110011
Octal 252 244 163
Decimal 170 164 115
Hex AA A4 73

RGB Percentages of Color #aaa473

%37.86
%36.53
%25.61

CMYK Percentages of Color #aaa473

%0
%4
%32
%33

Triadic Colors of #aaa473

#aaa473 #73aaa4 #a473aa

Analogous Colors of #aaa473

#aaa473 #95aa73 #aa8973

Monochromatic Colors of #aaa473

#aaa473

Complementary Color

#aaa473 #7379aa

#aaa473 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa473 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa473 Color CSS Codes

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

#aaa473 Text Font Color

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

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


#aaa473 Background Color

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

This div background color is #aaa473


#aaa473 Border Color

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

This div border color is #aaa473


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa473


Comments

No comments written yet.

Please login to write comment.