Color Hex Logo

#a3490c Color Hex

#A3490C
(163,73,12)
0 Favorites   0 Comments

Color spaces of #a3490c

RGB 1637312
HSL0.070.860.34
HSV24°93°64°
CMYK 0.000.550.93   0.36
XYZ17.553212.57821.8505
Yxy12.57820.54880.3933
Hunter Lab35.465826.280621.7325
CIE-Lab42.120734.215948.7872

#a3490c color RGB value is (163,73,12).

#a3490c hex color red value is 163, green value is 73 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #a3490c hue: 0.07 , saturation: 0.86 and the lightness value of a3490c is 0.34.

The process color (four color CMYK) of #a3490c color hex is 0.00, 0.55, 0.93, 0.36. Web safe color of #a3490c is #993300. Color #a3490c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01001001 00001100
Octal 243 111 14
Decimal 163 73 12
Hex A3 49 C

RGB Percentages of Color #a3490c

%65.73
%29.44
%4.84

CMYK Percentages of Color #a3490c

%0
%55
%93
%36

Triadic Colors of #a3490c

#a3490c #0ca349 #490ca3

Analogous Colors of #a3490c

#a3490c #a3950c #a30c1b

Monochromatic Colors of #a3490c

#a3490c

Complementary Color

#a3490c #0c66a3

#a3490c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3490c Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3490c Color CSS Codes

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

#a3490c Text Font Color

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

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


#a3490c Background Color

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

This div background color is #a3490c


#a3490c Border Color

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

This div border color is #a3490c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(163,73,12, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a3490c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a3490c;
  -webkit-box-shadow: 1px 1px 3px 2px #a3490c;
  box-shadow:         1px 1px 3px 2px #a3490c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(163,73,12, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3490c


Comments

No comments written yet.

Please login to write comment.