Color Hex Logo

#a8794e Color Hex

#A8794E
(168,121,78)
0 Favorites   0 Comments

Color spaces of #a8794e

RGB 16812178
HSL0.080.370.48
HSV29°54°66°
CMYK 0.000.280.54   0.34
XYZ24.361022.549610.2763
Yxy22.54960.42600.3943
Hunter Lab47.48648.471020.4098
CIE-Lab54.605313.272730.6745

#a8794e color RGB value is (168,121,78).

#a8794e hex color red value is 168, green value is 121 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #a8794e hue: 0.08 , saturation: 0.37 and the lightness value of a8794e is 0.48.

The process color (four color CMYK) of #a8794e color hex is 0.00, 0.28, 0.54, 0.34. Web safe color of #a8794e is #996666. Color #a8794e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01111001 01001110
Octal 250 171 116
Decimal 168 121 78
Hex A8 79 4E

RGB Percentages of Color #a8794e

%45.78
%32.97
%21.25

CMYK Percentages of Color #a8794e

%0
%28
%54
%34

Triadic Colors of #a8794e

#a8794e #4ea879 #794ea8

Analogous Colors of #a8794e

#a8794e #a8a64e #a84e50

Monochromatic Colors of #a8794e

#a8794e

Complementary Color

#a8794e #4e7da8

#a8794e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8794e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8794e Color CSS Codes

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

#a8794e Text Font Color

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

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


#a8794e Background Color

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

This div background color is #a8794e


#a8794e Border Color

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

This div border color is #a8794e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8794e


Comments

No comments written yet.

Please login to write comment.