Color Hex Logo

#a6670f Color Hex

#A6670F
(166,103,15)
0 Favorites   0 Comments

Color spaces of #a6670f

RGB 16610315
HSL0.100.830.35
HSV35°91°65°
CMYK 0.000.380.91   0.35
XYZ20.662417.84202.8068
Yxy17.84200.50020.4319
Hunter Lab42.239813.397025.6281
CIE-Lab49.303919.160453.5120

#a6670f color RGB value is (166,103,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01100111 00001111
Octal 246 147 17
Decimal 166 103 15
Hex A6 67 F

RGB Percentages of Color #a6670f

%58.45
%36.27
%5.28

CMYK Percentages of Color #a6670f

%0
%38
%91
%35

Triadic Colors of #a6670f

#a6670f #0fa667 #670fa6

Analogous Colors of #a6670f

#a6670f #9aa60f #a61c0f

Monochromatic Colors of #a6670f

#a6670f

Complementary Color

#a6670f #0f4ea6

#a6670f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6670f Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6670f Color CSS Codes

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

#a6670f Text Font Color

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

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


#a6670f Background Color

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

This div background color is #a6670f


#a6670f Border Color

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

This div border color is #a6670f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(166,103,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 #a6670f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6670f


Comments

No comments written yet.

Please login to write comment.