Color Hex Logo

#a6734a Color Hex

#A6734A
(166,115,74)
0 Favorites   0 Comments

Color spaces of #a6734a

RGB 16611574
HSL0.070.380.47
HSV27°55°65°
CMYK 0.000.310.55   0.35
XYZ23.092620.86299.2884
Yxy20.86290.43370.3918
Hunter Lab45.675910.312319.9163
CIE-Lab52.799115.447430.5771

#a6734a color RGB value is (166,115,74).

#a6734a hex color red value is 166, green value is 115 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #a6734a hue: 0.07 , saturation: 0.38 and the lightness value of a6734a is 0.47.

The process color (four color CMYK) of #a6734a color hex is 0.00, 0.31, 0.55, 0.35. Web safe color of #a6734a is #996633. Color #a6734a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01110011 01001010
Octal 246 163 112
Decimal 166 115 74
Hex A6 73 4A

RGB Percentages of Color #a6734a

%46.76
%32.39
%20.85

CMYK Percentages of Color #a6734a

%0
%31
%55
%35

Triadic Colors of #a6734a

#a6734a #4aa673 #734aa6

Analogous Colors of #a6734a

#a6734a #a6a14a #a64a4f

Monochromatic Colors of #a6734a

#a6734a

Complementary Color

#a6734a #4a7da6

#a6734a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6734a Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6734a Color CSS Codes

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

#a6734a Text Font Color

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

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


#a6734a Background Color

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

This div background color is #a6734a


#a6734a Border Color

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

This div border color is #a6734a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6734a


Comments

No comments written yet.

Please login to write comment.