Color Hex Logo

#a87058 Color Hex

#A87058
(168,112,88)
0 Favorites   0 Comments

Color spaces of #a87058

RGB 16811288
HSL0.050.310.50
HSV18°48°66°
CMYK 0.000.330.48   0.34
XYZ23.704120.617811.9628
Yxy20.61780.42110.3663
Hunter Lab45.406813.721916.1643
CIE-Lab52.528619.343322.3627

#a87058 color RGB value is (168,112,88).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 01110000 01011000
Octal 250 160 130
Decimal 168 112 88
Hex A8 70 58

RGB Percentages of Color #a87058

%45.65
%30.43
%23.91

CMYK Percentages of Color #a87058

%0
%33
%48
%34

Triadic Colors of #a87058

#a87058 #58a870 #7058a8

Analogous Colors of #a87058

#a87058 #a89858 #a85868

Monochromatic Colors of #a87058

#a87058

Complementary Color

#a87058 #5890a8

#a87058 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a87058 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a87058 Color CSS Codes

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

#a87058 Text Font Color

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

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


#a87058 Background Color

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

This div background color is #a87058


#a87058 Border Color

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

This div border color is #a87058


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,112,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 #a87058">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a87058


Comments

No comments written yet.

Please login to write comment.