Color Hex Logo

#a4160b Color Hex

#A4160B
(164,22,11)
1 Favorites   0 Comments

Color spaces of #a4160b

RGB 1642211
HSL0.010.870.34
HSV93°64°
CMYK 0.000.870.93   0.36
XYZ15.65728.49051.1302
Yxy8.49050.61940.3359
Hunter Lab29.138544.922518.0972
CIE-Lab34.984254.331744.2762

#a4160b color RGB value is (164,22,11).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 00010110 00001011
Octal 244 26 13
Decimal 164 22 11
Hex A4 16 B

RGB Percentages of Color #a4160b

%83.25
%11.17
%5.58

CMYK Percentages of Color #a4160b

%0
%87
%93
%36

Triadic Colors of #a4160b

#a4160b #0ba416 #160ba4

Analogous Colors of #a4160b

#a4160b #a4630b #a40b4c

Monochromatic Colors of #a4160b

#a4160b

Complementary Color

#a4160b #0b99a4

#a4160b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4160b Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4160b Color CSS Codes

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

#a4160b Text Font Color

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

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


#a4160b Background Color

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

This div background color is #a4160b


#a4160b Border Color

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

This div border color is #a4160b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4160b


Comments

No comments written yet.

Please login to write comment.