Color Hex Logo

#a3936d Color Hex

#A3936D
(163,147,109)
0 Favorites   0 Comments

Color spaces of #a3936d

RGB 163147109
HSL0.120.230.53
HSV42°33°64°
CMYK 0.000.100.33   0.36
XYZ28.298329.758118.7204
Yxy29.75810.36860.3876
Hunter Lab54.5510-2.867417.8390
CIE-Lab61.44490.055522.3146

#a3936d color RGB value is (163,147,109).

#a3936d hex color red value is 163, green value is 147 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #a3936d hue: 0.12 , saturation: 0.23 and the lightness value of a3936d is 0.53.

The process color (four color CMYK) of #a3936d color hex is 0.00, 0.10, 0.33, 0.36. Web safe color of #a3936d is #999966. Color #a3936d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 10010011 01101101
Octal 243 223 155
Decimal 163 147 109
Hex A3 93 6D

RGB Percentages of Color #a3936d

%38.90
%35.08
%26.01

CMYK Percentages of Color #a3936d

%0
%10
%33
%36

Triadic Colors of #a3936d

#a3936d #6da393 #936da3

Analogous Colors of #a3936d

#a3936d #98a36d #a3786d

Monochromatic Colors of #a3936d

#a3936d

Complementary Color

#a3936d #6d7da3

#a3936d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3936d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3936d Color CSS Codes

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

#a3936d Text Font Color

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

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


#a3936d Background Color

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

This div background color is #a3936d


#a3936d Border Color

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

This div border color is #a3936d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3936d


Comments

No comments written yet.

Please login to write comment.