Color Hex Logo

#a39984 Color Hex

#A39984
(163,153,132)
0 Favorites   0 Comments

Color spaces of #a39984

RGB 163153132
HSL0.110.140.58
HSV41°19°64°
CMYK 0.000.060.19   0.36
XYZ30.660332.234926.4358
Yxy32.23490.34320.3608
Hunter Lab56.7758-2.963312.1366
CIE-Lab63.53660.082012.3628

#a39984 color RGB value is (163,153,132).

#a39984 hex color red value is 163, green value is 153 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #a39984 hue: 0.11 , saturation: 0.14 and the lightness value of a39984 is 0.58.

The process color (four color CMYK) of #a39984 color hex is 0.00, 0.06, 0.19, 0.36. Web safe color of #a39984 is #999999. Color #a39984 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 10011001 10000100
Octal 243 231 204
Decimal 163 153 132
Hex A3 99 84

RGB Percentages of Color #a39984

%36.38
%34.15
%29.46

CMYK Percentages of Color #a39984

%0
%6
%19
%36

Triadic Colors of #a39984

#a39984 #84a399 #9984a3

Analogous Colors of #a39984

#a39984 #9ea384 #a38a84

Monochromatic Colors of #a39984

#a39984

Complementary Color

#a39984 #848ea3

#a39984 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a39984 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a39984 Color CSS Codes

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

#a39984 Text Font Color

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

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


#a39984 Background Color

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

This div background color is #a39984


#a39984 Border Color

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

This div border color is #a39984


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a39984


Comments

No comments written yet.

Please login to write comment.