Color Hex Logo

#a86759 Color Hex

#A86759
(168,103,89)
0 Favorites   0 Comments

Color spaces of #a86759

RGB 16810389
HSL0.030.310.50
HSV11°47°66°
CMYK 0.000.390.47   0.34
XYZ22.801918.746611.8679
Yxy18.74660.42690.3510
Hunter Lab43.297318.234014.0566
CIE-Lab50.389424.519418.9283

#a86759 color RGB value is (168,103,89).

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

The process color (four color CMYK) of #a86759 color hex is 0.00, 0.39, 0.47, 0.34. Web safe color of #a86759 is #996666. Color #a86759 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01100111 01011001
Octal 250 147 131
Decimal 168 103 89
Hex A8 67 59

RGB Percentages of Color #a86759

%46.67
%28.61
%24.72

CMYK Percentages of Color #a86759

%0
%39
%47
%34

Triadic Colors of #a86759

#a86759 #59a867 #6759a8

Analogous Colors of #a86759

#a86759 #a88f59 #a85973

Monochromatic Colors of #a86759

#a86759

Complementary Color

#a86759 #599aa8

#a86759 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a86759 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a86759 Color CSS Codes

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

#a86759 Text Font Color

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

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


#a86759 Background Color

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

This div background color is #a86759


#a86759 Border Color

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

This div border color is #a86759


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a86759


Comments

No comments written yet.

Please login to write comment.