Color Hex Logo

#a81716 Color Hex

#A81716
(168,23,22)
0 Favorites   0 Comments

Color spaces of #a81716

RGB 1682322
HSL0.000.770.37
HSV87°66°
CMYK 0.000.860.87   0.34
XYZ16.59978.99561.6205
Yxy8.99560.60990.3305
Hunter Lab29.992746.305217.7914
CIE-Lab35.975855.450540.4179

#a81716 color RGB value is (168,23,22).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 00010111 00010110
Octal 250 27 26
Decimal 168 23 22
Hex A8 17 16

RGB Percentages of Color #a81716

%78.87
%10.80
%10.33

CMYK Percentages of Color #a81716

%0
%86
%87
%34

Triadic Colors of #a81716

#a81716 #16a817 #1716a8

Analogous Colors of #a81716

#a81716 #a86016 #a8165e

Monochromatic Colors of #a81716

#a81716

Complementary Color

#a81716 #16a7a8

#a81716 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a81716 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a81716 Color CSS Codes

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

#a81716 Text Font Color

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

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


#a81716 Background Color

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

This div background color is #a81716


#a81716 Border Color

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

This div border color is #a81716


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,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 #a81716">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a81716


Comments

No comments written yet.

Please login to write comment.