Color Hex Logo

#a3897d Color Hex

#A3897D
(163,137,125)
0 Favorites   0 Comments

Color spaces of #a3897d

RGB 163137125
HSL0.050.170.56
HSV19°23°64°
CMYK 0.000.160.23   0.36
XYZ27.751627.158523.1815
Yxy27.15850.35540.3478
Hunter Lab52.11383.855510.1060
CIE-Lab59.12087.909610.0948

#a3897d color RGB value is (163,137,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 10001001 01111101
Octal 243 211 175
Decimal 163 137 125
Hex A3 89 7D

RGB Percentages of Color #a3897d

%38.35
%32.24
%29.41

CMYK Percentages of Color #a3897d

%0
%16
%23
%36

Triadic Colors of #a3897d

#a3897d #7da389 #897da3

Analogous Colors of #a3897d

#a3897d #a39c7d #a37d84

Monochromatic Colors of #a3897d

#a3897d

Complementary Color

#a3897d #7d97a3

#a3897d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3897d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3897d Color CSS Codes

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

#a3897d Text Font Color

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

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


#a3897d Background Color

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

This div background color is #a3897d


#a3897d Border Color

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

This div border color is #a3897d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3897d


Comments

No comments written yet.

Please login to write comment.