Color Hex Logo

#a6172a Color Hex

#A6172A
(166,23,42)
0 Favorites   0 Comments

Color spaces of #a6172a

RGB 1662342
HSL0.980.760.37
HSV352°86°65°
CMYK 0.000.860.75   0.35
XYZ16.45028.88703.0388
Yxy8.88700.57970.3132
Hunter Lab29.811146.329614.8240
CIE-Lab35.765855.514128.5856

#a6172a color RGB value is (166,23,42).

#a6172a hex color red value is 166, green value is 23 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #a6172a hue: 0.98 , saturation: 0.76 and the lightness value of a6172a is 0.37.

The process color (four color CMYK) of #a6172a color hex is 0.00, 0.86, 0.75, 0.35. Web safe color of #a6172a is #990033. Color #a6172a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 00010111 00101010
Octal 246 27 52
Decimal 166 23 42
Hex A6 17 2A

RGB Percentages of Color #a6172a

%71.86
%9.96
%18.18

CMYK Percentages of Color #a6172a

%0
%86
%75
%35

Triadic Colors of #a6172a

#a6172a #2aa617 #172aa6

Analogous Colors of #a6172a

#a6172a #a64c17 #a61772

Monochromatic Colors of #a6172a

#a6172a

Complementary Color

#a6172a #17a693

#a6172a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6172a Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6172a Color CSS Codes

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

#a6172a Text Font Color

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

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


#a6172a Background Color

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

This div background color is #a6172a


#a6172a Border Color

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

This div border color is #a6172a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6172a


Comments

No comments written yet.

Please login to write comment.