Color Hex Logo

#a38416 Color Hex

#A38416
(163,132,22)
0 Favorites   0 Comments

Color spaces of #a38416

RGB 16313222
HSL0.130.760.36
HSV47°87°64°
CMYK 0.000.190.87   0.36
XYZ23.500324.34704.2199
Yxy24.34700.45130.4676
Hunter Lab49.3427-1.336029.4693
CIE-Lab56.43361.607257.2028

#a38416 color RGB value is (163,132,22).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 10000100 00010110
Octal 243 204 26
Decimal 163 132 22
Hex A3 84 16

RGB Percentages of Color #a38416

%51.42
%41.64
%6.94

CMYK Percentages of Color #a38416

%0
%19
%87
%36

Triadic Colors of #a38416

#a38416 #16a384 #8416a3

Analogous Colors of #a38416

#a38416 #7ca316 #a33e16

Monochromatic Colors of #a38416

#a38416

Complementary Color

#a38416 #1635a3

#a38416 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a38416 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a38416 Color CSS Codes

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

#a38416 Text Font Color

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

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


#a38416 Background Color

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

This div background color is #a38416


#a38416 Border Color

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

This div border color is #a38416


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a38416


Comments

No comments written yet.

Please login to write comment.