Color Hex Logo

#a87358 Color Hex

#A87358
(168,115,88)
0 Favorites   0 Comments

Color spaces of #a87358

RGB 16811588
HSL0.060.310.50
HSV20°48°66°
CMYK 0.000.320.48   0.34
XYZ24.040621.290912.0750
Yxy21.29090.41880.3709
Hunter Lab46.142112.252216.7837
CIE-Lab53.266417.645523.3361

#a87358 color RGB value is (168,115,88).

#a87358 hex color red value is 168, green value is 115 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #a87358 hue: 0.06 , saturation: 0.31 and the lightness value of a87358 is 0.50.

The process color (four color CMYK) of #a87358 color hex is 0.00, 0.32, 0.48, 0.34. Web safe color of #a87358 is #996666. Color #a87358 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01110011 01011000
Octal 250 163 130
Decimal 168 115 88
Hex A8 73 58

RGB Percentages of Color #a87358

%45.28
%31.00
%23.72

CMYK Percentages of Color #a87358

%0
%32
%48
%34

Triadic Colors of #a87358

#a87358 #58a873 #7358a8

Analogous Colors of #a87358

#a87358 #a89b58 #a85865

Monochromatic Colors of #a87358

#a87358

Complementary Color

#a87358 #588da8

#a87358 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a87358 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a87358 Color CSS Codes

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

#a87358 Text Font Color

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

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


#a87358 Background Color

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

This div background color is #a87358


#a87358 Border Color

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

This div border color is #a87358


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a87358


Comments

No comments written yet.

Please login to write comment.