Color Hex Logo

#a6173b Color Hex

#A6173B
(166,23,59)
0 Favorites   0 Comments

Color spaces of #a6173b

RGB 1662359
HSL0.960.760.37
HSV345°86°65°
CMYK 0.000.860.64   0.35
XYZ16.82179.03564.9951
Yxy9.03560.54520.2929
Hunter Lab30.059347.288011.1890
CIE-Lab36.052756.359318.1497

#a6173b color RGB value is (166,23,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 00010111 00111011
Octal 246 27 73
Decimal 166 23 59
Hex A6 17 3B

RGB Percentages of Color #a6173b

%66.94
%9.27
%23.79

CMYK Percentages of Color #a6173b

%0
%86
%64
%35

Triadic Colors of #a6173b

#a6173b #3ba617 #173ba6

Analogous Colors of #a6173b

#a6173b #a63b17 #a61783

Monochromatic Colors of #a6173b

#a6173b

Complementary Color

#a6173b #17a682

#a6173b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6173b Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6173b Color CSS Codes

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

#a6173b Text Font Color

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

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


#a6173b Background Color

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

This div background color is #a6173b


#a6173b Border Color

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

This div border color is #a6173b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6173b


Comments

No comments written yet.

Please login to write comment.