Color Hex Logo

#a35114 Color Hex

#A35114
(163,81,20)
0 Favorites   0 Comments

Color spaces of #a35114

RGB 1638120
HSL0.070.780.36
HSV26°88°64°
CMYK 0.000.500.88   0.36
XYZ18.173013.72192.3526
Yxy13.72190.53060.4007
Hunter Lab37.043122.745122.1647
CIE-Lab43.831430.154747.4528

#a35114 color RGB value is (163,81,20).

#a35114 hex color red value is 163, green value is 81 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #a35114 hue: 0.07 , saturation: 0.78 and the lightness value of a35114 is 0.36.

The process color (four color CMYK) of #a35114 color hex is 0.00, 0.50, 0.88, 0.36. Web safe color of #a35114 is #996600. Color #a35114 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01010001 00010100
Octal 243 121 24
Decimal 163 81 20
Hex A3 51 14

RGB Percentages of Color #a35114

%61.74
%30.68
%7.58

CMYK Percentages of Color #a35114

%0
%50
%88
%36

Triadic Colors of #a35114

#a35114 #14a351 #5114a3

Analogous Colors of #a35114

#a35114 #a39914 #a3141e

Monochromatic Colors of #a35114

#a35114

Complementary Color

#a35114 #1466a3

#a35114 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a35114 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a35114 Color CSS Codes

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

#a35114 Text Font Color

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

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


#a35114 Background Color

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

This div background color is #a35114


#a35114 Border Color

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

This div border color is #a35114


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a35114


Comments

No comments written yet.

Please login to write comment.