Color Hex Logo

#aaa982 Color Hex

#AAA982
(170,169,130)
0 Favorites   0 Comments

Color spaces of #aaa982

RGB 170169130
HSL0.160.190.59
HSV59°24°67°
CMYK 0.000.010.24   0.33
XYZ34.794838.533726.7230
Yxy38.53370.34780.3851
Hunter Lab62.0755-8.578717.9290
CIE-Lab68.4121-6.164920.3187

#aaa982 color RGB value is (170,169,130).

#aaa982 hex color red value is 170, green value is 169 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #aaa982 hue: 0.16 , saturation: 0.19 and the lightness value of aaa982 is 0.59.

The process color (four color CMYK) of #aaa982 color hex is 0.00, 0.01, 0.24, 0.33. Web safe color of #aaa982 is #999999. Color #aaa982 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101001 10000010
Octal 252 251 202
Decimal 170 169 130
Hex AA A9 82

RGB Percentages of Color #aaa982

%36.25
%36.03
%27.72

CMYK Percentages of Color #aaa982

%0
%1
%24
%33

Triadic Colors of #aaa982

#aaa982 #82aaa9 #a982aa

Analogous Colors of #aaa982

#aaa982 #97aa82 #aa9582

Monochromatic Colors of #aaa982

#aaa982

Complementary Color

#aaa982 #8283aa

#aaa982 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa982 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa982 Color CSS Codes

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

#aaa982 Text Font Color

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

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


#aaa982 Background Color

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

This div background color is #aaa982


#aaa982 Border Color

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

This div border color is #aaa982


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa982


Comments

No comments written yet.

Please login to write comment.