Color Hex Logo

#a36130 Color Hex

#A36130
(163,97,48)
0 Favorites   0 Comments

Color spaces of #a36130

RGB 1639748
HSL0.070.550.41
HSV26°71°64°
CMYK 0.000.400.71   0.36
XYZ19.912516.54934.9411
Yxy16.54930.48090.3997
Hunter Lab40.680816.180921.2752
CIE-Lab47.687122.447638.4678

#a36130 color RGB value is (163,97,48).

#a36130 hex color red value is 163, green value is 97 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #a36130 hue: 0.07 , saturation: 0.55 and the lightness value of a36130 is 0.41.

The process color (four color CMYK) of #a36130 color hex is 0.00, 0.40, 0.71, 0.36. Web safe color of #a36130 is #996633. Color #a36130 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01100001 00110000
Octal 243 141 60
Decimal 163 97 48
Hex A3 61 30

RGB Percentages of Color #a36130

%52.92
%31.49
%15.58

CMYK Percentages of Color #a36130

%0
%40
%71
%36

Triadic Colors of #a36130

#a36130 #30a361 #6130a3

Analogous Colors of #a36130

#a36130 #a39b30 #a33038

Monochromatic Colors of #a36130

#a36130

Complementary Color

#a36130 #3072a3

#a36130 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a36130 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a36130 Color CSS Codes

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

#a36130 Text Font Color

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

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


#a36130 Background Color

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

This div background color is #a36130


#a36130 Border Color

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

This div border color is #a36130


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a36130


Comments

No comments written yet.

Please login to write comment.