Color Hex Logo

#a46357 Color Hex

#A46357
(164,99,87)
0 Favorites   0 Comments

Color spaces of #a46357

RGB 1649987
HSL0.030.310.49
HSV47°64°
CMYK 0.000.400.47   0.36
XYZ21.492017.504311.2627
Yxy17.50430.42760.3483
Hunter Lab41.838118.477613.3260
CIE-Lab48.889324.918617.9942

#a46357 color RGB value is (164,99,87).

#a46357 hex color red value is 164, green value is 99 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #a46357 hue: 0.03 , saturation: 0.31 and the lightness value of a46357 is 0.49.

The process color (four color CMYK) of #a46357 color hex is 0.00, 0.40, 0.47, 0.36. Web safe color of #a46357 is #996666. Color #a46357 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01100011 01010111
Octal 244 143 127
Decimal 164 99 87
Hex A4 63 57

RGB Percentages of Color #a46357

%46.86
%28.29
%24.86

CMYK Percentages of Color #a46357

%0
%40
%47
%36

Triadic Colors of #a46357

#a46357 #57a463 #6357a4

Analogous Colors of #a46357

#a46357 #a48a57 #a45772

Monochromatic Colors of #a46357

#a46357

Complementary Color

#a46357 #5798a4

#a46357 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a46357 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a46357 Color CSS Codes

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

#a46357 Text Font Color

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

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


#a46357 Background Color

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

This div background color is #a46357


#a46357 Border Color

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

This div border color is #a46357


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a46357


Comments

No comments written yet.

Please login to write comment.