Color Hex Logo

#a4160d Color Hex

#A4160D
(164,22,13)
0 Favorites   0 Comments

Color spaces of #a4160d

RGB 1642213
HSL0.010.850.35
HSV92°64°
CMYK 0.000.870.92   0.36
XYZ15.66948.49541.1947
Yxy8.49540.61790.3350
Hunter Lab29.146944.954817.9726
CIE-Lab34.994054.360643.4785

#a4160d color RGB value is (164,22,13).

#a4160d hex color red value is 164, green value is 22 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #a4160d hue: 0.01 , saturation: 0.85 and the lightness value of a4160d is 0.35.

The process color (four color CMYK) of #a4160d color hex is 0.00, 0.87, 0.92, 0.36. Web safe color of #a4160d is #990000. Color #a4160d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 00010110 00001101
Octal 244 26 15
Decimal 164 22 13
Hex A4 16 D

RGB Percentages of Color #a4160d

%82.41
%11.06
%6.53

CMYK Percentages of Color #a4160d

%0
%87
%92
%36

Triadic Colors of #a4160d

#a4160d #0da416 #160da4

Analogous Colors of #a4160d

#a4160d #a4620d #a40d50

Monochromatic Colors of #a4160d

#a4160d

Complementary Color

#a4160d #0d9ba4

#a4160d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4160d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4160d Color CSS Codes

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

#a4160d Text Font Color

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

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


#a4160d Background Color

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

This div background color is #a4160d


#a4160d Border Color

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

This div border color is #a4160d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4160d


Comments

No comments written yet.

Please login to write comment.