Color Hex Logo

#a35619 Color Hex

#A35619
(163,86,25)
0 Favorites   0 Comments

Color spaces of #a35619

RGB 1638625
HSL0.070.730.37
HSV27°85°64°
CMYK 0.000.470.85   0.36
XYZ18.607514.51232.7401
Yxy14.51230.51890.4047
Hunter Lab38.095020.522022.4019
CIE-Lab44.958827.572846.4923

#a35619 color RGB value is (163,86,25).

#a35619 hex color red value is 163, green value is 86 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #a35619 hue: 0.07 , saturation: 0.73 and the lightness value of a35619 is 0.37.

The process color (four color CMYK) of #a35619 color hex is 0.00, 0.47, 0.85, 0.36. Web safe color of #a35619 is #996600. Color #a35619 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01010110 00011001
Octal 243 126 31
Decimal 163 86 25
Hex A3 56 19

RGB Percentages of Color #a35619

%59.49
%31.39
%9.12

CMYK Percentages of Color #a35619

%0
%47
%85
%36

Triadic Colors of #a35619

#a35619 #19a356 #5619a3

Analogous Colors of #a35619

#a35619 #a39b19 #a31921

Monochromatic Colors of #a35619

#a35619

Complementary Color

#a35619 #1966a3

#a35619 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a35619 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a35619 Color CSS Codes

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

#a35619 Text Font Color

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

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


#a35619 Background Color

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

This div background color is #a35619


#a35619 Border Color

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

This div border color is #a35619


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a35619


Comments

No comments written yet.

Please login to write comment.