Color Hex Logo

#a38216 Color Hex

#A38216
(163,130,22)
0 Favorites   0 Comments

Color spaces of #a38216

RGB 16313022
HSL0.130.760.36
HSV46°87°64°
CMYK 0.000.200.87   0.36
XYZ23.231723.80974.1303
Yxy23.80970.45400.4653
Hunter Lab48.7952-0.406629.1380
CIE-Lab55.89682.720756.7597

#a38216 color RGB value is (163,130,22).

#a38216 hex color red value is 163, green value is 130 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #a38216 hue: 0.13 , saturation: 0.76 and the lightness value of a38216 is 0.36.

The process color (four color CMYK) of #a38216 color hex is 0.00, 0.20, 0.87, 0.36. Web safe color of #a38216 is #999900. Color #a38216 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 10000010 00010110
Octal 243 202 26
Decimal 163 130 22
Hex A3 82 16

RGB Percentages of Color #a38216

%51.75
%41.27
%6.98

CMYK Percentages of Color #a38216

%0
%20
%87
%36

Triadic Colors of #a38216

#a38216 #16a382 #8216a3

Analogous Colors of #a38216

#a38216 #7ea316 #a33c16

Monochromatic Colors of #a38216

#a38216

Complementary Color

#a38216 #1637a3

#a38216 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a38216 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a38216 Color CSS Codes

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

#a38216 Text Font Color

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

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


#a38216 Background Color

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

This div background color is #a38216


#a38216 Border Color

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

This div border color is #a38216


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a38216


Comments

No comments written yet.

Please login to write comment.