Color Hex Logo

#a38d9d Color Hex

#A38D9D
(163,141,157)
0 Favorites   0 Comments

Color spaces of #a38d9d

RGB 163141157
HSL0.880.110.60
HSV316°13°64°
CMYK 0.000.130.04   0.36
XYZ30.714929.270635.9292
Yxy29.27060.32020.3052
Hunter Lab54.10236.6588-1.5027
CIE-Lab61.019711.1339-5.4131

#a38d9d color RGB value is (163,141,157).

#a38d9d hex color red value is 163, green value is 141 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #a38d9d hue: 0.88 , saturation: 0.11 and the lightness value of a38d9d is 0.60.

The process color (four color CMYK) of #a38d9d color hex is 0.00, 0.13, 0.04, 0.36. Web safe color of #a38d9d is #999999. Color #a38d9d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 10001101 10011101
Octal 243 215 235
Decimal 163 141 157
Hex A3 8D 9D

RGB Percentages of Color #a38d9d

%35.36
%30.59
%34.06

CMYK Percentages of Color #a38d9d

%0
%13
%4
%36

Triadic Colors of #a38d9d

#a38d9d #9da38d #8d9da3

Analogous Colors of #a38d9d

#a38d9d #a38d92 #9e8da3

Monochromatic Colors of #a38d9d

#a38d9d

Complementary Color

#a38d9d #8da393

#a38d9d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a38d9d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a38d9d Color CSS Codes

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

#a38d9d Text Font Color

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

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


#a38d9d Background Color

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

This div background color is #a38d9d


#a38d9d Border Color

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

This div border color is #a38d9d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a38d9d


Comments

No comments written yet.

Please login to write comment.