Color Hex Logo

#a37067 Color Hex

#A37067
(163,112,103)
0 Favorites   0 Comments

Color spaces of #a37067

RGB 163112103
HSL0.030.250.52
HSV37°64°
CMYK 0.000.310.37   0.36
XYZ23.346620.354115.5302
Yxy20.35410.39420.3436
Hunter Lab45.115513.418911.1714
CIE-Lab52.235219.017813.1503

#a37067 color RGB value is (163,112,103).

#a37067 hex color red value is 163, green value is 112 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #a37067 hue: 0.03 , saturation: 0.25 and the lightness value of a37067 is 0.52.

The process color (four color CMYK) of #a37067 color hex is 0.00, 0.31, 0.37, 0.36. Web safe color of #a37067 is #996666. Color #a37067 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01110000 01100111
Octal 243 160 147
Decimal 163 112 103
Hex A3 70 67

RGB Percentages of Color #a37067

%43.12
%29.63
%27.25

CMYK Percentages of Color #a37067

%0
%31
%37
%36

Triadic Colors of #a37067

#a37067 #67a370 #7067a3

Analogous Colors of #a37067

#a37067 #a38e67 #a3677c

Monochromatic Colors of #a37067

#a37067

Complementary Color

#a37067 #679aa3

#a37067 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a37067 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a37067 Color CSS Codes

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

#a37067 Text Font Color

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

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


#a37067 Background Color

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

This div background color is #a37067


#a37067 Border Color

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

This div border color is #a37067


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a37067


Comments

No comments written yet.

Please login to write comment.