Color Hex Logo

#a6783f Color Hex

#A6783F
(166,120,63)
0 Favorites   0 Comments

Color spaces of #a6783f

RGB 16612063
HSL0.090.450.45
HSV33°62°65°
CMYK 0.000.280.62   0.35
XYZ23.339621.89887.6994
Yxy21.89880.44090.4137
Hunter Lab46.79627.133723.0023
CIE-Lab53.919511.726837.8463

#a6783f color RGB value is (166,120,63).

#a6783f hex color red value is 166, green value is 120 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #a6783f hue: 0.09 , saturation: 0.45 and the lightness value of a6783f is 0.45.

The process color (four color CMYK) of #a6783f color hex is 0.00, 0.28, 0.62, 0.35. Web safe color of #a6783f is #996633. Color #a6783f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01111000 00111111
Octal 246 170 77
Decimal 166 120 63
Hex A6 78 3F

RGB Percentages of Color #a6783f

%47.56
%34.38
%18.05

CMYK Percentages of Color #a6783f

%0
%28
%62
%35

Triadic Colors of #a6783f

#a6783f #3fa678 #783fa6

Analogous Colors of #a6783f

#a6783f #a1a63f #a6453f

Monochromatic Colors of #a6783f

#a6783f

Complementary Color

#a6783f #3f6da6

#a6783f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6783f Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6783f Color CSS Codes

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

#a6783f Text Font Color

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

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


#a6783f Background Color

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

This div background color is #a6783f


#a6783f Border Color

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

This div border color is #a6783f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6783f


Comments

No comments written yet.

Please login to write comment.