Color Hex Logo

#a6390e Color Hex

#A6390E
(166,57,14)
0 Favorites   0 Comments

Color spaces of #a6390e

RGB 1665714
HSL0.050.840.35
HSV17°92°65°
CMYK 0.000.660.92   0.35
XYZ17.268311.06501.6411
Yxy11.06500.57610.3691
Hunter Lab33.264134.452120.3598
CIE-Lab39.689743.145346.6136

#a6390e color RGB value is (166,57,14).

#a6390e hex color red value is 166, green value is 57 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #a6390e hue: 0.05 , saturation: 0.84 and the lightness value of a6390e is 0.35.

The process color (four color CMYK) of #a6390e color hex is 0.00, 0.66, 0.92, 0.35. Web safe color of #a6390e is #993300. Color #a6390e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 00111001 00001110
Octal 246 71 16
Decimal 166 57 14
Hex A6 39 E

RGB Percentages of Color #a6390e

%70.04
%24.05
%5.91

CMYK Percentages of Color #a6390e

%0
%66
%92
%35

Triadic Colors of #a6390e

#a6390e #0ea639 #390ea6

Analogous Colors of #a6390e

#a6390e #a6850e #a60e2f

Monochromatic Colors of #a6390e

#a6390e

Complementary Color

#a6390e #0e7ba6

#a6390e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6390e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6390e Color CSS Codes

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

#a6390e Text Font Color

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

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


#a6390e Background Color

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

This div background color is #a6390e


#a6390e Border Color

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

This div border color is #a6390e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6390e


Comments

No comments written yet.

Please login to write comment.