Color Hex Logo

#aaa762 Color Hex

#AAA762
(170,167,98)
0 Favorites   0 Comments

Color spaces of #aaa762

RGB 17016798
HSL0.160.300.53
HSV58°42°67°
CMYK 0.000.020.42   0.33
XYZ32.600937.065316.9913
Yxy37.06530.37620.4277
Hunter Lab60.8813-10.958526.0697
CIE-Lab67.3260-9.164635.9895

#aaa762 color RGB value is (170,167,98).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10100111 01100010
Octal 252 247 142
Decimal 170 167 98
Hex AA A7 62

RGB Percentages of Color #aaa762

%39.08
%38.39
%22.53

CMYK Percentages of Color #aaa762

%0
%2
%42
%33

Triadic Colors of #aaa762

#aaa762 #62aaa7 #a762aa

Analogous Colors of #aaa762

#aaa762 #89aa62 #aa8362

Monochromatic Colors of #aaa762

#aaa762

Complementary Color

#aaa762 #6265aa

#aaa762 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa762 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa762 Color CSS Codes

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

#aaa762 Text Font Color

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

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


#aaa762 Background Color

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

This div background color is #aaa762


#aaa762 Border Color

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

This div border color is #aaa762


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa762


Comments

No comments written yet.

Please login to write comment.