Color Hex Logo

#a61716 Color Hex

#A61716
(166,23,22)
0 Favorites   0 Comments

Color spaces of #a61716

RGB 1662322
HSL0.000.770.37
HSV87°65°
CMYK 0.000.860.87   0.35
XYZ16.17718.77771.6007
Yxy8.77770.60920.3305
Hunter Lab29.627245.617417.5357
CIE-Lab35.552754.882139.8896

#a61716 color RGB value is (166,23,22).

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

The process color (four color CMYK) of #a61716 color hex is 0.00, 0.86, 0.87, 0.35. Web safe color of #a61716 is #990000. Color #a61716 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 00010111 00010110
Octal 246 27 26
Decimal 166 23 22
Hex A6 17 16

RGB Percentages of Color #a61716

%78.67
%10.90
%10.43

CMYK Percentages of Color #a61716

%0
%86
%87
%35

Triadic Colors of #a61716

#a61716 #16a617 #1716a6

Analogous Colors of #a61716

#a61716 #a65f16 #a6165d

Monochromatic Colors of #a61716

#a61716

Complementary Color

#a61716 #16a5a6

#a61716 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a61716 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a61716 Color CSS Codes

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

#a61716 Text Font Color

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

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


#a61716 Background Color

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

This div background color is #a61716


#a61716 Border Color

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

This div border color is #a61716


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a61716


Comments

No comments written yet.

Please login to write comment.