Color Hex Logo

#aaa561 Color Hex

#AAA561
(170,165,97)
0 Favorites   0 Comments

Color spaces of #aaa561

RGB 17016597
HSL0.160.300.52
HSV56°43°67°
CMYK 0.000.030.43   0.33
XYZ32.190436.319416.6230
Yxy36.31940.37810.4266
Hunter Lab60.2656-10.120325.8320
CIE-Lab66.7633-8.214235.8030

#aaa561 color RGB value is (170,165,97).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10100101 01100001
Octal 252 245 141
Decimal 170 165 97
Hex AA A5 61

RGB Percentages of Color #aaa561

%39.35
%38.19
%22.45

CMYK Percentages of Color #aaa561

%0
%3
%43
%33

Triadic Colors of #aaa561

#aaa561 #61aaa5 #a561aa

Analogous Colors of #aaa561

#aaa561 #8baa61 #aa8161

Monochromatic Colors of #aaa561

#aaa561

Complementary Color

#aaa561 #6166aa

#aaa561 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa561 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa561 Color CSS Codes

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

#aaa561 Text Font Color

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

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


#aaa561 Background Color

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

This div background color is #aaa561


#aaa561 Border Color

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

This div border color is #aaa561


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,165,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 #aaa561">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa561


Comments

No comments written yet.

Please login to write comment.