Color Hex Logo

#a3987d Color Hex

#A3987D
(163,152,125)
0 Favorites   0 Comments

Color spaces of #a3987d

RGB 163152125
HSL0.120.170.56
HSV43°23°64°
CMYK 0.000.070.23   0.36
XYZ30.034231.723723.9423
Yxy31.72370.35050.3702
Hunter Lab56.3238-3.383014.2235
CIE-Lab63.1139-0.446315.6871

#a3987d color RGB value is (163,152,125).

#a3987d hex color red value is 163, green value is 152 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #a3987d hue: 0.12 , saturation: 0.17 and the lightness value of a3987d is 0.56.

The process color (four color CMYK) of #a3987d color hex is 0.00, 0.07, 0.23, 0.36. Web safe color of #a3987d is #999966. Color #a3987d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 10011000 01111101
Octal 243 230 175
Decimal 163 152 125
Hex A3 98 7D

RGB Percentages of Color #a3987d

%37.05
%34.55
%28.41

CMYK Percentages of Color #a3987d

%0
%7
%23
%36

Triadic Colors of #a3987d

#a3987d #7da398 #987da3

Analogous Colors of #a3987d

#a3987d #9ba37d #a3857d

Monochromatic Colors of #a3987d

#a3987d

Complementary Color

#a3987d #7d88a3

#a3987d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3987d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3987d Color CSS Codes

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

#a3987d Text Font Color

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

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


#a3987d Background Color

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

This div background color is #a3987d


#a3987d Border Color

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

This div border color is #a3987d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3987d


Comments

No comments written yet.

Please login to write comment.