Color Hex Logo

#a58021 Color Hex

#A58021
(165,128,33)
0 Favorites   0 Comments

Color spaces of #a58021

RGB 16512833
HSL0.120.670.39
HSV43°80°65°
CMYK 0.000.220.80   0.35
XYZ23.510723.54754.7448
Yxy23.54750.45380.4546
Hunter Lab48.52581.563028.1707
CIE-Lab55.63195.109053.1232

#a58021 color RGB value is (165,128,33).

#a58021 hex color red value is 165, green value is 128 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #a58021 hue: 0.12 , saturation: 0.67 and the lightness value of a58021 is 0.39.

The process color (four color CMYK) of #a58021 color hex is 0.00, 0.22, 0.80, 0.35. Web safe color of #a58021 is #999933. Color #a58021 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 10000000 00100001
Octal 245 200 41
Decimal 165 128 33
Hex A5 80 21

RGB Percentages of Color #a58021

%50.61
%39.26
%10.12

CMYK Percentages of Color #a58021

%0
%22
%80
%35

Triadic Colors of #a58021

#a58021 #21a580 #8021a5

Analogous Colors of #a58021

#a58021 #88a521 #a53e21

Monochromatic Colors of #a58021

#a58021

Complementary Color

#a58021 #2146a5

#a58021 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a58021 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a58021 Color CSS Codes

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

#a58021 Text Font Color

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

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


#a58021 Background Color

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

This div background color is #a58021


#a58021 Border Color

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

This div border color is #a58021


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a58021


Comments

No comments written yet.

Please login to write comment.