Color Hex Logo

#aaa38d Color Hex

#AAA38D
(170,163,141)
0 Favorites   0 Comments

Color spaces of #aaa38d

RGB 170163141
HSL0.130.150.61
HSV46°17°67°
CMYK 0.000.040.17   0.33
XYZ34.482536.663530.4586
Yxy36.66350.33940.3608
Hunter Lab60.5504-4.310212.5607
CIE-Lab67.0238-1.254012.3428

#aaa38d color RGB value is (170,163,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10100011 10001101
Octal 252 243 215
Decimal 170 163 141
Hex AA A3 8D

RGB Percentages of Color #aaa38d

%35.86
%34.39
%29.75

CMYK Percentages of Color #aaa38d

%0
%4
%17
%33

Triadic Colors of #aaa38d

#aaa38d #8daaa3 #a38daa

Analogous Colors of #aaa38d

#aaa38d #a3aa8d #aa958d

Monochromatic Colors of #aaa38d

#aaa38d

Complementary Color

#aaa38d #8d94aa

#aaa38d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa38d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa38d Color CSS Codes

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

#aaa38d Text Font Color

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

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


#aaa38d Background Color

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

This div background color is #aaa38d


#aaa38d Border Color

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

This div border color is #aaa38d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,163,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 #aaa38d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa38d


Comments

No comments written yet.

Please login to write comment.