Color Hex Logo

#a38421 Color Hex

#A38421
(163,132,33)
0 Favorites   0 Comments

Color spaces of #a38421

RGB 16313233
HSL0.130.660.38
HSV46°80°64°
CMYK 0.000.190.80   0.36
XYZ23.630024.39894.9029
Yxy24.39890.44640.4609
Hunter Lab49.3952-1.049728.6916
CIE-Lab56.48501.961753.8209

#a38421 color RGB value is (163,132,33).

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

The process color (four color CMYK) of #a38421 color hex is 0.00, 0.19, 0.80, 0.36. Web safe color of #a38421 is #999933. Color #a38421 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 10000100 00100001
Octal 243 204 41
Decimal 163 132 33
Hex A3 84 21

RGB Percentages of Color #a38421

%49.70
%40.24
%10.06

CMYK Percentages of Color #a38421

%0
%19
%80
%36

Triadic Colors of #a38421

#a38421 #21a384 #8421a3

Analogous Colors of #a38421

#a38421 #81a321 #a34321

Monochromatic Colors of #a38421

#a38421

Complementary Color

#a38421 #2140a3

#a38421 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a38421 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a38421 Color CSS Codes

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

#a38421 Text Font Color

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

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


#a38421 Background Color

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

This div background color is #a38421


#a38421 Border Color

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

This div border color is #a38421


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a38421


Comments

No comments written yet.

Please login to write comment.