Color Hex Logo

#a8741e Color Hex

#A8741E
(168,116,30)
0 Favorites   0 Comments

Color spaces of #a8741e

RGB 16811630
HSL0.100.700.39
HSV37°82°66°
CMYK 0.000.310.82   0.34
XYZ22.628220.90944.0716
Yxy20.90940.47530.4392
Hunter Lab45.72688.310026.7295
CIE-Lab52.850213.121751.8269

#a8741e color RGB value is (168,116,30).

#a8741e hex color red value is 168, green value is 116 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #a8741e hue: 0.10 , saturation: 0.70 and the lightness value of a8741e is 0.39.

The process color (four color CMYK) of #a8741e color hex is 0.00, 0.31, 0.82, 0.34. Web safe color of #a8741e is #996633. Color #a8741e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01110100 00011110
Octal 250 164 36
Decimal 168 116 30
Hex A8 74 1E

RGB Percentages of Color #a8741e

%53.50
%36.94
%9.55

CMYK Percentages of Color #a8741e

%0
%31
%82
%34

Triadic Colors of #a8741e

#a8741e #1ea874 #741ea8

Analogous Colors of #a8741e

#a8741e #97a81e #a82f1e

Monochromatic Colors of #a8741e

#a8741e

Complementary Color

#a8741e #1e52a8

#a8741e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8741e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8741e Color CSS Codes

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

#a8741e Text Font Color

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

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


#a8741e Background Color

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

This div background color is #a8741e


#a8741e Border Color

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

This div border color is #a8741e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8741e


Comments

No comments written yet.

Please login to write comment.