Color Hex Logo

#a3681c Color Hex

#A3681C
(163,104,28)
0 Favorites   0 Comments

Color spaces of #a3681c

RGB 16310428
HSL0.090.710.37
HSV34°83°64°
CMYK 0.000.360.83   0.36
XYZ20.264217.77103.4607
Yxy17.77100.48830.4283
Hunter Lab42.155712.032424.6416
CIE-Lab49.217217.590549.0908

#a3681c color RGB value is (163,104,28).

#a3681c hex color red value is 163, green value is 104 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #a3681c hue: 0.09 , saturation: 0.71 and the lightness value of a3681c is 0.37.

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 01101000 00011100
Octal 243 150 34
Decimal 163 104 28
Hex A3 68 1C

RGB Percentages of Color #a3681c

%55.25
%35.25
%9.49

CMYK Percentages of Color #a3681c

%0
%36
%83
%36

Triadic Colors of #a3681c

#a3681c #1ca368 #681ca3

Analogous Colors of #a3681c

#a3681c #9ba31c #a3251c

Monochromatic Colors of #a3681c

#a3681c

Complementary Color

#a3681c #1c57a3

#a3681c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3681c Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3681c Color CSS Codes

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

#a3681c Text Font Color

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

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


#a3681c Background Color

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

This div background color is #a3681c


#a3681c Border Color

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

This div border color is #a3681c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3681c


Comments

No comments written yet.

Please login to write comment.