Color Hex Logo

#aaa57d Color Hex

#AAA57D
(170,165,125)
0 Favorites   0 Comments

Color spaces of #aaa57d

RGB 170165125
HSL0.150.210.58
HSV53°26°67°
CMYK 0.000.030.26   0.33
XYZ33.734436.937024.7536
Yxy36.93700.35350.3871
Hunter Lab60.7758-7.279018.3946
CIE-Lab67.2297-4.739421.4350

#aaa57d color RGB value is (170,165,125).

#aaa57d hex color red value is 170, green value is 165 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #aaa57d hue: 0.15 , saturation: 0.21 and the lightness value of aaa57d is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10100101 01111101
Octal 252 245 175
Decimal 170 165 125
Hex AA A5 7D

RGB Percentages of Color #aaa57d

%36.96
%35.87
%27.17

CMYK Percentages of Color #aaa57d

%0
%3
%26
%33

Triadic Colors of #aaa57d

#aaa57d #7daaa5 #a57daa

Analogous Colors of #aaa57d

#aaa57d #99aa7d #aa8f7d

Monochromatic Colors of #aaa57d

#aaa57d

Complementary Color

#aaa57d #7d82aa

#aaa57d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa57d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa57d Color CSS Codes

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

#aaa57d Text Font Color

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

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


#aaa57d Background Color

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

This div background color is #aaa57d


#aaa57d Border Color

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

This div border color is #aaa57d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa57d


Comments

No comments written yet.

Please login to write comment.