Color Hex Logo

#a6736b Color Hex

#A6736B
(166,115,107)
0 Favorites   0 Comments

Color spaces of #a6736b

RGB 166115107
HSL0.020.250.54
HSV36°65°
CMYK 0.000.310.36   0.35
XYZ24.510521.430016.7545
Yxy21.43000.39090.3418
Hunter Lab46.292513.498410.9462
CIE-Lab53.416919.043612.5109

#a6736b color RGB value is (166,115,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01110011 01101011
Octal 246 163 153
Decimal 166 115 107
Hex A6 73 6B

RGB Percentages of Color #a6736b

%42.78
%29.64
%27.58

CMYK Percentages of Color #a6736b

%0
%31
%36
%35

Triadic Colors of #a6736b

#a6736b #6ba673 #736ba6

Analogous Colors of #a6736b

#a6736b #a6916b #a66b81

Monochromatic Colors of #a6736b

#a6736b

Complementary Color

#a6736b #6b9ea6

#a6736b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6736b Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6736b Color CSS Codes

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

#a6736b Text Font Color

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

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


#a6736b Background Color

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

This div background color is #a6736b


#a6736b Border Color

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

This div border color is #a6736b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6736b


Comments

No comments written yet.

Please login to write comment.