Color Hex Logo

#a47153 Color Hex

#A47153
(164,113,83)
0 Favorites   0 Comments

Color spaces of #a47153

RGB 16411383
HSL0.060.330.48
HSV22°49°64°
CMYK 0.000.310.49   0.36
XYZ22.776320.327310.9067
Yxy20.32730.42170.3764
Hunter Lab45.085811.273917.2172
CIE-Lab52.205316.576124.7112

#a47153 color RGB value is (164,113,83).

#a47153 hex color red value is 164, green value is 113 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #a47153 hue: 0.06 , saturation: 0.33 and the lightness value of a47153 is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 01110001 01010011
Octal 244 161 123
Decimal 164 113 83
Hex A4 71 53

RGB Percentages of Color #a47153

%45.56
%31.39
%23.06

CMYK Percentages of Color #a47153

%0
%31
%49
%36

Triadic Colors of #a47153

#a47153 #53a471 #7153a4

Analogous Colors of #a47153

#a47153 #a49a53 #a4535e

Monochromatic Colors of #a47153

#a47153

Complementary Color

#a47153 #5386a4

#a47153 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a47153 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a47153 Color CSS Codes

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

#a47153 Text Font Color

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

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


#a47153 Background Color

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

This div background color is #a47153


#a47153 Border Color

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

This div border color is #a47153


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(164,113,83, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a47153; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a47153;
  -webkit-box-shadow: 1px 1px 3px 2px #a47153;
  box-shadow:         1px 1px 3px 2px #a47153; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(164,113,83, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a47153

#a47153 Color Palettes


Comments

No comments written yet.

Please login to write comment.