Color Hex Logo

#aaa162 Color Hex

#AAA162
(170,161,98)
0 Favorites   0 Comments

Color spaces of #aaa162

RGB 17016198
HSL0.150.300.53
HSV53°42°67°
CMYK 0.000.050.42   0.33
XYZ31.527034.917616.6334
Yxy34.91760.37950.4203
Hunter Lab59.0911-8.174024.6744
CIE-Lab65.6845-5.975133.9207

#aaa162 color RGB value is (170,161,98).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10100001 01100010
Octal 252 241 142
Decimal 170 161 98
Hex AA A1 62

RGB Percentages of Color #aaa162

%39.63
%37.53
%22.84

CMYK Percentages of Color #aaa162

%0
%5
%42
%33

Triadic Colors of #aaa162

#aaa162 #62aaa1 #a162aa

Analogous Colors of #aaa162

#aaa162 #8faa62 #aa7d62

Monochromatic Colors of #aaa162

#aaa162

Complementary Color

#aaa162 #626baa

#aaa162 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa162 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa162 Color CSS Codes

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

#aaa162 Text Font Color

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

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


#aaa162 Background Color

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

This div background color is #aaa162


#aaa162 Border Color

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

This div border color is #aaa162


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa162


Comments

No comments written yet.

Please login to write comment.