Color Hex Logo

#aaa68d Color Hex

#AAA68D
(170,166,141)
0 Favorites   0 Comments

Color spaces of #aaa68d

RGB 170166141
HSL0.140.150.61
HSV52°17°67°
CMYK 0.000.020.17   0.33
XYZ35.021537.741630.6383
Yxy37.74160.33870.3650
Hunter Lab61.4342-5.753213.4350
CIE-Lab67.8297-2.879413.4756

#aaa68d color RGB value is (170,166,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10100110 10001101
Octal 252 246 215
Decimal 170 166 141
Hex AA A6 8D

RGB Percentages of Color #aaa68d

%35.64
%34.80
%29.56

CMYK Percentages of Color #aaa68d

%0
%2
%17
%33

Triadic Colors of #aaa68d

#aaa68d #8daaa6 #a68daa

Analogous Colors of #aaa68d

#aaa68d #a0aa8d #aa988d

Monochromatic Colors of #aaa68d

#aaa68d

Complementary Color

#aaa68d #8d91aa

#aaa68d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa68d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa68d Color CSS Codes

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

#aaa68d Text Font Color

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

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


#aaa68d Background Color

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

This div background color is #aaa68d


#aaa68d Border Color

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

This div border color is #aaa68d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa68d


Comments

No comments written yet.

Please login to write comment.