Color Hex Logo

#aaa684 Color Hex

#AAA684
(170,166,132)
0 Favorites   0 Comments

Color spaces of #aaa684

RGB 170166132
HSL0.150.180.59
HSV54°22°67°
CMYK 0.000.020.22   0.33
XYZ34.378637.484427.2531
Yxy37.48440.34690.3782
Hunter Lab61.2245-6.912116.4652
CIE-Lab67.6389-4.263718.1630

#aaa684 color RGB value is (170,166,132).

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

The process color (four color CMYK) of #aaa684 color hex is 0.00, 0.02, 0.22, 0.33. Web safe color of #aaa684 is #999999. Color #aaa684 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10100110 10000100
Octal 252 246 204
Decimal 170 166 132
Hex AA A6 84

RGB Percentages of Color #aaa684

%36.32
%35.47
%28.21

CMYK Percentages of Color #aaa684

%0
%2
%22
%33

Triadic Colors of #aaa684

#aaa684 #84aaa6 #a684aa

Analogous Colors of #aaa684

#aaa684 #9baa84 #aa9384

Monochromatic Colors of #aaa684

#aaa684

Complementary Color

#aaa684 #8488aa

#aaa684 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa684 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa684 Color CSS Codes

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

#aaa684 Text Font Color

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

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


#aaa684 Background Color

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

This div background color is #aaa684


#aaa684 Border Color

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

This div border color is #aaa684


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa684


Comments

No comments written yet.

Please login to write comment.