Color Hex Logo

#aaa766 Color Hex

#AAA766
(170,167,102)
0 Favorites   0 Comments

Color spaces of #aaa766

RGB 170167102
HSL0.160.290.53
HSV57°40°67°
CMYK 0.000.020.40   0.33
XYZ32.794637.142818.0112
Yxy37.14280.37290.4223
Hunter Lab60.9449-10.602325.1393
CIE-Lab67.3840-8.722933.9769

#aaa766 color RGB value is (170,167,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10100111 01100110
Octal 252 247 146
Decimal 170 167 102
Hex AA A7 66

RGB Percentages of Color #aaa766

%38.72
%38.04
%23.23

CMYK Percentages of Color #aaa766

%0
%2
%40
%33

Triadic Colors of #aaa766

#aaa766 #66aaa7 #a766aa

Analogous Colors of #aaa766

#aaa766 #8baa66 #aa8566

Monochromatic Colors of #aaa766

#aaa766

Complementary Color

#aaa766 #6669aa

#aaa766 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa766 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa766 Color CSS Codes

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

#aaa766 Text Font Color

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

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


#aaa766 Background Color

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

This div background color is #aaa766


#aaa766 Border Color

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

This div border color is #aaa766


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa766


Comments

No comments written yet.

Please login to write comment.