Color Hex Logo

#a3885e Color Hex

#A3885E
(163,136,94)
0 Favorites   0 Comments

Color spaces of #a3885e

RGB 16313694
HSL0.100.270.50
HSV37°42°64°
CMYK 0.000.170.42   0.36
XYZ25.928826.203014.2808
Yxy26.20300.39040.3945
Hunter Lab51.18890.835519.2913
CIE-Lab58.22924.324826.3657

#a3885e color RGB value is (163,136,94).

#a3885e hex color red value is 163, green value is 136 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #a3885e hue: 0.10 , saturation: 0.27 and the lightness value of a3885e is 0.50.

The process color (four color CMYK) of #a3885e color hex is 0.00, 0.17, 0.42, 0.36. Web safe color of #a3885e is #999966. Color #a3885e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 10001000 01011110
Octal 243 210 136
Decimal 163 136 94
Hex A3 88 5E

RGB Percentages of Color #a3885e

%41.48
%34.61
%23.92

CMYK Percentages of Color #a3885e

%0
%17
%42
%36

Triadic Colors of #a3885e

#a3885e #5ea388 #885ea3

Analogous Colors of #a3885e

#a3885e #9ca35e #a3665e

Monochromatic Colors of #a3885e

#a3885e

Complementary Color

#a3885e #5e79a3

#a3885e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3885e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3885e Color CSS Codes

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

#a3885e Text Font Color

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

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


#a3885e Background Color

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

This div background color is #a3885e


#a3885e Border Color

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

This div border color is #a3885e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3885e


Comments

No comments written yet.

Please login to write comment.