Color Hex Logo

#aaa062 Color Hex

#AAA062
(170,160,98)
0 Favorites   0 Comments

Color spaces of #aaa062

RGB 17016098
HSL0.140.300.53
HSV52°42°67°
CMYK 0.000.060.42   0.33
XYZ31.353034.569516.5754
Yxy34.56950.38000.4190
Hunter Lab58.7958-7.707224.4424
CIE-Lab65.4121-5.439133.5755

#aaa062 color RGB value is (170,160,98).

#aaa062 hex color red value is 170, green value is 160 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #aaa062 hue: 0.14 , saturation: 0.30 and the lightness value of aaa062 is 0.53.

The process color (four color CMYK) of #aaa062 color hex is 0.00, 0.06, 0.42, 0.33. Web safe color of #aaa062 is #999966. Color #aaa062 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10100000 01100010
Octal 252 240 142
Decimal 170 160 98
Hex AA A0 62

RGB Percentages of Color #aaa062

%39.72
%37.38
%22.90

CMYK Percentages of Color #aaa062

%0
%6
%42
%33

Triadic Colors of #aaa062

#aaa062 #62aaa0 #a062aa

Analogous Colors of #aaa062

#aaa062 #90aa62 #aa7c62

Monochromatic Colors of #aaa062

#aaa062

Complementary Color

#aaa062 #626caa

#aaa062 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa062 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa062 Color CSS Codes

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

#aaa062 Text Font Color

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

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


#aaa062 Background Color

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

This div background color is #aaa062


#aaa062 Border Color

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

This div border color is #aaa062


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa062


Comments

No comments written yet.

Please login to write comment.