Color Hex Logo

#aaa67f Color Hex

#AAA67F
(170,166,127)
0 Favorites   0 Comments

Color spaces of #aaa67f

RGB 170166127
HSL0.150.200.58
HSV54°25°67°
CMYK 0.000.020.25   0.33
XYZ34.044537.350825.4938
Yxy37.35080.35140.3855
Hunter Lab61.1153-7.517718.0483
CIE-Lab67.5394-4.992720.7642

#aaa67f color RGB value is (170,166,127).

#aaa67f hex color red value is 170, green value is 166 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #aaa67f hue: 0.15 , saturation: 0.20 and the lightness value of aaa67f is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10100110 01111111
Octal 252 246 177
Decimal 170 166 127
Hex AA A6 7F

RGB Percentages of Color #aaa67f

%36.72
%35.85
%27.43

CMYK Percentages of Color #aaa67f

%0
%2
%25
%33

Triadic Colors of #aaa67f

#aaa67f #7faaa6 #a67faa

Analogous Colors of #aaa67f

#aaa67f #99aa7f #aa917f

Monochromatic Colors of #aaa67f

#aaa67f

Complementary Color

#aaa67f #7f83aa

#aaa67f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa67f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa67f Color CSS Codes

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

#aaa67f Text Font Color

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

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


#aaa67f Background Color

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

This div background color is #aaa67f


#aaa67f Border Color

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

This div border color is #aaa67f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa67f


Comments

No comments written yet.

Please login to write comment.