Color Hex Logo

#a8746d Color Hex

#A8746D
(168,116,109)
0 Favorites   0 Comments

Color spaces of #a8746d

RGB 168116109
HSL0.020.250.54
HSV35°66°
CMYK 0.000.310.35   0.34
XYZ25.154221.919717.3732
Yxy21.91970.39030.3401
Hunter Lab46.818513.970510.7719
CIE-Lab53.941719.543712.1124

#a8746d color RGB value is (168,116,109).

#a8746d hex color red value is 168, green value is 116 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #a8746d hue: 0.02 , saturation: 0.25 and the lightness value of a8746d is 0.54.

The process color (four color CMYK) of #a8746d color hex is 0.00, 0.31, 0.35, 0.34. Web safe color of #a8746d is #996666. Color #a8746d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01110100 01101101
Octal 250 164 155
Decimal 168 116 109
Hex A8 74 6D

RGB Percentages of Color #a8746d

%42.75
%29.52
%27.74

CMYK Percentages of Color #a8746d

%0
%31
%35
%34

Triadic Colors of #a8746d

#a8746d #6da874 #746da8

Analogous Colors of #a8746d

#a8746d #a8926d #a86d84

Monochromatic Colors of #a8746d

#a8746d

Complementary Color

#a8746d #6da1a8

#a8746d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8746d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8746d Color CSS Codes

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

#a8746d Text Font Color

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

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


#a8746d Background Color

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

This div background color is #a8746d


#a8746d Border Color

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

This div border color is #a8746d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8746d


Comments

No comments written yet.

Please login to write comment.