Color Hex Logo

#a6680f Color Hex

#A6680F
(166,104,15)
0 Favorites   0 Comments

Color spaces of #a6680f

RGB 16610415
HSL0.100.830.35
HSV35°91°65°
CMYK 0.000.370.91   0.35
XYZ20.762418.04212.8401
Yxy18.04210.49860.4332
Hunter Lab42.476012.918425.7688
CIE-Lab49.547118.596353.6987

#a6680f color RGB value is (166,104,15).

#a6680f hex color red value is 166, green value is 104 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #a6680f hue: 0.10 , saturation: 0.83 and the lightness value of a6680f is 0.35.

The process color (four color CMYK) of #a6680f color hex is 0.00, 0.37, 0.91, 0.35. Web safe color of #a6680f is #996600. Color #a6680f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01101000 00001111
Octal 246 150 17
Decimal 166 104 15
Hex A6 68 F

RGB Percentages of Color #a6680f

%58.25
%36.49
%5.26

CMYK Percentages of Color #a6680f

%0
%37
%91
%35

Triadic Colors of #a6680f

#a6680f #0fa668 #680fa6

Analogous Colors of #a6680f

#a6680f #99a60f #a61d0f

Monochromatic Colors of #a6680f

#a6680f

Complementary Color

#a6680f #0f4da6

#a6680f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6680f Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6680f Color CSS Codes

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

#a6680f Text Font Color

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

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


#a6680f Background Color

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

This div background color is #a6680f


#a6680f Border Color

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

This div border color is #a6680f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6680f


Comments

No comments written yet.

Please login to write comment.