Color Hex Logo

#a3604f Color Hex

#A3604F
(163,96,79)
0 Favorites   0 Comments

Color spaces of #a3604f

RGB 1639679
HSL0.030.350.47
HSV12°52°64°
CMYK 0.000.410.52   0.36
XYZ20.698416.71689.5329
Yxy16.71680.44090.3561
Hunter Lab40.886218.813814.7964
CIE-Lab47.901225.381121.3666

#a3604f color RGB value is (163,96,79).

#a3604f hex color red value is 163, green value is 96 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #a3604f hue: 0.03 , saturation: 0.35 and the lightness value of a3604f is 0.47.

The process color (four color CMYK) of #a3604f color hex is 0.00, 0.41, 0.52, 0.36. Web safe color of #a3604f is #996666. Color #a3604f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01100000 01001111
Octal 243 140 117
Decimal 163 96 79
Hex A3 60 4F

RGB Percentages of Color #a3604f

%48.22
%28.40
%23.37

CMYK Percentages of Color #a3604f

%0
%41
%52
%36

Triadic Colors of #a3604f

#a3604f #4fa360 #604fa3

Analogous Colors of #a3604f

#a3604f #a38a4f #a34f68

Monochromatic Colors of #a3604f

#a3604f

Complementary Color

#a3604f #4f92a3

#a3604f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3604f Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3604f Color CSS Codes

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

#a3604f Text Font Color

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

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


#a3604f Background Color

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

This div background color is #a3604f


#a3604f Border Color

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

This div border color is #a3604f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3604f


Comments

No comments written yet.

Please login to write comment.