Color Hex Logo

#a3857e Color Hex

#A3857E
(163,133,126)
0 Favorites   0 Comments

Color spaces of #a3857e

RGB 163133126
HSL0.030.170.57
HSV11°23°64°
CMYK 0.000.180.23   0.36
XYZ27.257726.067923.3336
Yxy26.06790.35560.3400
Hunter Lab51.05675.94678.6434
CIE-Lab58.101410.32358.0768

#a3857e color RGB value is (163,133,126).

#a3857e hex color red value is 163, green value is 133 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #a3857e hue: 0.03 , saturation: 0.17 and the lightness value of a3857e is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 10000101 01111110
Octal 243 205 176
Decimal 163 133 126
Hex A3 85 7E

RGB Percentages of Color #a3857e

%38.63
%31.52
%29.86

CMYK Percentages of Color #a3857e

%0
%18
%23
%36

Triadic Colors of #a3857e

#a3857e #7ea385 #857ea3

Analogous Colors of #a3857e

#a3857e #a3987e #a37e8a

Monochromatic Colors of #a3857e

#a3857e

Complementary Color

#a3857e #7e9ca3

#a3857e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3857e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3857e Color CSS Codes

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

#a3857e Text Font Color

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

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


#a3857e Background Color

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

This div background color is #a3857e


#a3857e Border Color

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

This div border color is #a3857e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3857e


Comments

No comments written yet.

Please login to write comment.