Color Hex Logo

#a8735e Color Hex

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

Color spaces of #a8735e

RGB 16811594
HSL0.050.300.51
HSV17°44°66°
CMYK 0.000.320.44   0.34
XYZ24.299621.394513.4385
Yxy21.39450.41090.3618
Hunter Lab46.254212.830015.1521
CIE-Lab53.378618.293520.0410

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

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

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

Base Numbers

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

RGB Percentages of Color #a8735e

%44.56
%30.50
%24.93

CMYK Percentages of Color #a8735e

%0
%32
%44
%34

Triadic Colors of #a8735e

#a8735e #5ea873 #735ea8

Analogous Colors of #a8735e

#a8735e #a8985e #a85e6e

Monochromatic Colors of #a8735e

#a8735e

Complementary Color

#a8735e #5e93a8

#a8735e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8735e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8735e Color CSS Codes

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

#a8735e Text Font Color

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

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


#a8735e Background Color

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

This div background color is #a8735e


#a8735e Border Color

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

This div border color is #a8735e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8735e


Comments

No comments written yet.

Please login to write comment.