Color Hex Logo

#a6122e Color Hex

#A6122E
(166,18,46)
0 Favorites   0 Comments

Color spaces of #a6122e

RGB 1661846
HSL0.970.800.36
HSV349°89°65°
CMYK 0.000.890.72   0.35
XYZ16.43538.73693.4049
Yxy8.73690.57510.3057
Hunter Lab29.558247.524613.8610
CIE-Lab35.472756.693325.7358

#a6122e color RGB value is (166,18,46).

#a6122e hex color red value is 166, green value is 18 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #a6122e hue: 0.97 , saturation: 0.80 and the lightness value of a6122e is 0.36.

The process color (four color CMYK) of #a6122e color hex is 0.00, 0.89, 0.72, 0.35. Web safe color of #a6122e is #990033. Color #a6122e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 00010010 00101110
Octal 246 22 56
Decimal 166 18 46
Hex A6 12 2E

RGB Percentages of Color #a6122e

%72.17
%7.83
%20.00

CMYK Percentages of Color #a6122e

%0
%89
%72
%35

Triadic Colors of #a6122e

#a6122e #2ea612 #122ea6

Analogous Colors of #a6122e

#a6122e #a64012 #a61278

Monochromatic Colors of #a6122e

#a6122e

Complementary Color

#a6122e #12a68a

#a6122e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6122e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6122e Color CSS Codes

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

#a6122e Text Font Color

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

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


#a6122e Background Color

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

This div background color is #a6122e


#a6122e Border Color

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

This div border color is #a6122e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6122e


Comments

No comments written yet.

Please login to write comment.