Color Hex Logo

#aaa461 Color Hex

#AAA461
(170,164,97)
0 Favorites   0 Comments

Color spaces of #aaa461

RGB 17016497
HSL0.150.300.52
HSV55°43°67°
CMYK 0.000.040.43   0.33
XYZ32.010735.960016.5631
Yxy35.96000.37870.4254
Hunter Lab59.9667-9.656925.6005
CIE-Lab66.4894-7.683335.4593

#aaa461 color RGB value is (170,164,97).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10100100 01100001
Octal 252 244 141
Decimal 170 164 97
Hex AA A4 61

RGB Percentages of Color #aaa461

%39.44
%38.05
%22.51

CMYK Percentages of Color #aaa461

%0
%4
%43
%33

Triadic Colors of #aaa461

#aaa461 #61aaa4 #a461aa

Analogous Colors of #aaa461

#aaa461 #8caa61 #aa8061

Monochromatic Colors of #aaa461

#aaa461

Complementary Color

#aaa461 #6167aa

#aaa461 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa461 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa461 Color CSS Codes

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

#aaa461 Text Font Color

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

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


#aaa461 Background Color

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

This div background color is #aaa461


#aaa461 Border Color

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

This div border color is #aaa461


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa461


Comments

No comments written yet.

Please login to write comment.