Color Hex Logo

#a13016 Color Hex

#A13016
(161,48,22)
0 Favorites   0 Comments

Color spaces of #a13016

RGB 1614822
HSL0.030.760.36
HSV11°86°63°
CMYK 0.000.700.86   0.37
XYZ15.89979.74891.8028
Yxy9.74890.57920.3551
Hunter Lab31.223236.256318.4329
CIE-Lab37.387945.378641.0730

#a13016 color RGB value is (161,48,22).

#a13016 hex color red value is 161, green value is 48 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #a13016 hue: 0.03 , saturation: 0.76 and the lightness value of a13016 is 0.36.

The process color (four color CMYK) of #a13016 color hex is 0.00, 0.70, 0.86, 0.37. Web safe color of #a13016 is #993300. Color #a13016 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 00110000 00010110
Octal 241 60 26
Decimal 161 48 22
Hex A1 30 16

RGB Percentages of Color #a13016

%69.70
%20.78
%9.52

CMYK Percentages of Color #a13016

%0
%70
%86
%37

Triadic Colors of #a13016

#a13016 #16a130 #3016a1

Analogous Colors of #a13016

#a13016 #a17616 #a11641

Monochromatic Colors of #a13016

#a13016

Complementary Color

#a13016 #1687a1

#a13016 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a13016 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a13016 Color CSS Codes

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

#a13016 Text Font Color

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

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


#a13016 Background Color

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

This div background color is #a13016


#a13016 Border Color

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

This div border color is #a13016


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a13016


Comments

No comments written yet.

Please login to write comment.