Color Hex Logo

#a35130 Color Hex

#A35130
(163,81,48)
0 Favorites   0 Comments

Color spaces of #a35130

RGB 1638148
HSL0.050.550.41
HSV17°71°64°
CMYK 0.000.500.71   0.36
XYZ18.580213.88484.4971
Yxy13.88480.50270.3756
Hunter Lab37.262323.796918.9281
CIE-Lab44.067331.273734.4309

#a35130 color RGB value is (163,81,48).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 01010001 00110000
Octal 243 121 60
Decimal 163 81 48
Hex A3 51 30

RGB Percentages of Color #a35130

%55.82
%27.74
%16.44

CMYK Percentages of Color #a35130

%0
%50
%71
%36

Triadic Colors of #a35130

#a35130 #30a351 #5130a3

Analogous Colors of #a35130

#a35130 #a38b30 #a33048

Monochromatic Colors of #a35130

#a35130

Complementary Color

#a35130 #3082a3

#a35130 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a35130 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a35130 Color CSS Codes

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

#a35130 Text Font Color

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

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


#a35130 Background Color

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

This div background color is #a35130


#a35130 Border Color

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

This div border color is #a35130


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(163,81,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 #a35130">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a35130


Comments

No comments written yet.

Please login to write comment.