Color Hex Logo

#a85e73 Color Hex

#A85E73
(168,94,115)
0 Favorites   0 Comments

Color spaces of #a85e73

RGB 16894115
HSL0.950.300.51
HSV343°44°66°
CMYK 0.000.440.32   0.34
XYZ23.245717.568018.3854
Yxy17.56800.39270.2968
Hunter Lab41.914225.64663.3328
CIE-Lab48.967932.64931.4698

#a85e73 color RGB value is (168,94,115).

#a85e73 hex color red value is 168, green value is 94 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #a85e73 hue: 0.95 , saturation: 0.30 and the lightness value of a85e73 is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 01011110 01110011
Octal 250 136 163
Decimal 168 94 115
Hex A8 5E 73

RGB Percentages of Color #a85e73

%44.56
%24.93
%30.50

CMYK Percentages of Color #a85e73

%0
%44
%32
%34

Triadic Colors of #a85e73

#a85e73 #73a85e #5e73a8

Analogous Colors of #a85e73

#a85e73 #a86e5e #a85e98

Monochromatic Colors of #a85e73

#a85e73

Complementary Color

#a85e73 #5ea893

#a85e73 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a85e73 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a85e73 Color CSS Codes

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

#a85e73 Text Font Color

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

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


#a85e73 Background Color

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

This div background color is #a85e73


#a85e73 Border Color

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

This div border color is #a85e73


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a85e73


Comments

No comments written yet.

Please login to write comment.