Color Hex Logo

#a3987f Color Hex

#A3987F
(163,152,127)
0 Favorites   0 Comments

Color spaces of #a3987f

RGB 163152127
HSL0.120.160.57
HSV42°22°64°
CMYK 0.000.070.22   0.36
XYZ30.163331.775324.6221
Yxy31.77530.34850.3671
Hunter Lab56.3696-3.131613.5610
CIE-Lab63.1567-0.143814.6292

#a3987f color RGB value is (163,152,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 10011000 01111111
Octal 243 230 177
Decimal 163 152 127
Hex A3 98 7F

RGB Percentages of Color #a3987f

%36.88
%34.39
%28.73

CMYK Percentages of Color #a3987f

%0
%7
%22
%36

Triadic Colors of #a3987f

#a3987f #7fa398 #987fa3

Analogous Colors of #a3987f

#a3987f #9ca37f #a3867f

Monochromatic Colors of #a3987f

#a3987f

Complementary Color

#a3987f #7f8aa3

#a3987f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3987f Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3987f Color CSS Codes

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

#a3987f Text Font Color

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

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


#a3987f Background Color

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

This div background color is #a3987f


#a3987f Border Color

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

This div border color is #a3987f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3987f


Comments

No comments written yet.

Please login to write comment.