Color Hex Logo

#a3850f Color Hex

#A3850F
(163,133,15)
0 Favorites   0 Comments

Color spaces of #a3850f

RGB 16313315
HSL0.130.830.35
HSV48°91°64°
CMYK 0.000.180.91   0.36
XYZ23.578024.59613.9568
Yxy24.59610.45230.4718
Hunter Lab49.5945-1.928529.9858
CIE-Lab56.67970.891559.0642

#a3850f color RGB value is (163,133,15).

#a3850f hex color red value is 163, green value is 133 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #a3850f hue: 0.13 , saturation: 0.83 and the lightness value of a3850f is 0.35.

The process color (four color CMYK) of #a3850f color hex is 0.00, 0.18, 0.91, 0.36. Web safe color of #a3850f is #999900. Color #a3850f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 10000101 00001111
Octal 243 205 17
Decimal 163 133 15
Hex A3 85 F

RGB Percentages of Color #a3850f

%52.41
%42.77
%4.82

CMYK Percentages of Color #a3850f

%0
%18
%91
%36

Triadic Colors of #a3850f

#a3850f #0fa385 #850fa3

Analogous Colors of #a3850f

#a3850f #77a30f #a33b0f

Monochromatic Colors of #a3850f

#a3850f

Complementary Color

#a3850f #0f2da3

#a3850f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3850f Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3850f Color CSS Codes

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

#a3850f Text Font Color

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

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


#a3850f Background Color

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

This div background color is #a3850f


#a3850f Border Color

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

This div border color is #a3850f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3850f


Comments

No comments written yet.

Please login to write comment.