Color Hex Logo

#a37346 Color Hex

#A37346
(163,115,70)
0 Favorites   0 Comments

Color spaces of #a37346

RGB 16311570
HSL0.080.400.46
HSV29°57°64°
CMYK 0.000.290.57   0.36
XYZ22.340520.49028.5719
Yxy20.49020.43460.3986
Hunter Lab45.26618.880720.4587
CIE-Lab52.387013.799432.1912

#a37346 color RGB value is (163,115,70).

#a37346 hex color red value is 163, green value is 115 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #a37346 hue: 0.08 , saturation: 0.40 and the lightness value of a37346 is 0.46.

The process color (four color CMYK) of #a37346 color hex is 0.00, 0.29, 0.57, 0.36. Web safe color of #a37346 is #996633. Color #a37346 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01110011 01000110
Octal 243 163 106
Decimal 163 115 70
Hex A3 73 46

RGB Percentages of Color #a37346

%46.84
%33.05
%20.11

CMYK Percentages of Color #a37346

%0
%29
%57
%36

Triadic Colors of #a37346

#a37346 #46a373 #7346a3

Analogous Colors of #a37346

#a37346 #a3a246 #a34648

Monochromatic Colors of #a37346

#a37346

Complementary Color

#a37346 #4676a3

#a37346 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a37346 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a37346 Color CSS Codes

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

#a37346 Text Font Color

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

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


#a37346 Background Color

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

This div background color is #a37346


#a37346 Border Color

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

This div border color is #a37346


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a37346


Comments

No comments written yet.

Please login to write comment.