Color Hex Logo

#a0603f Color Hex

#A0603F
(160,96,63)
0 Favorites   0 Comments

Color spaces of #a0603f

RGB 1609663
HSL0.060.430.44
HSV20°61°63°
CMYK 0.000.400.61   0.37
XYZ19.577316.19826.7974
Yxy16.19820.45990.3805
Hunter Lab40.247016.395318.1593
CIE-Lab47.233522.727129.6834

#a0603f color RGB value is (160,96,63).

#a0603f hex color red value is 160, green value is 96 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #a0603f hue: 0.06 , saturation: 0.43 and the lightness value of a0603f is 0.44.

The process color (four color CMYK) of #a0603f color hex is 0.00, 0.40, 0.61, 0.37. Web safe color of #a0603f is #996633. Color #a0603f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01100000 00111111
Octal 240 140 77
Decimal 160 96 63
Hex A0 60 3F

RGB Percentages of Color #a0603f

%50.16
%30.09
%19.75

CMYK Percentages of Color #a0603f

%0
%40
%61
%37

Triadic Colors of #a0603f

#a0603f #3fa060 #603fa0

Analogous Colors of #a0603f

#a0603f #a0913f #a03f4e

Monochromatic Colors of #a0603f

#a0603f

Complementary Color

#a0603f #3f7fa0

#a0603f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0603f Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0603f Color CSS Codes

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

#a0603f Text Font Color

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

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


#a0603f Background Color

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

This div background color is #a0603f


#a0603f Border Color

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

This div border color is #a0603f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0603f


Comments

No comments written yet.

Please login to write comment.