Color Hex Logo

#aaa767 Color Hex

#AAA767
(170,167,103)
0 Favorites   0 Comments

Color spaces of #aaa767

RGB 170167103
HSL0.160.280.54
HSV57°39°67°
CMYK 0.000.020.39   0.33
XYZ32.844537.162818.2740
Yxy37.16280.37200.4210
Hunter Lab60.9613-10.510724.8999
CIE-Lab67.3990-8.609633.4713

#aaa767 color RGB value is (170,167,103).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10100111 01100111
Octal 252 247 147
Decimal 170 167 103
Hex AA A7 67

RGB Percentages of Color #aaa767

%38.64
%37.95
%23.41

CMYK Percentages of Color #aaa767

%0
%2
%39
%33

Triadic Colors of #aaa767

#aaa767 #67aaa7 #a767aa

Analogous Colors of #aaa767

#aaa767 #8caa67 #aa8667

Monochromatic Colors of #aaa767

#aaa767

Complementary Color

#aaa767 #676aaa

#aaa767 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa767 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa767 Color CSS Codes

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

#aaa767 Text Font Color

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

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


#aaa767 Background Color

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

This div background color is #aaa767


#aaa767 Border Color

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

This div border color is #aaa767


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa767


Comments

No comments written yet.

Please login to write comment.