Color Hex Logo

#a58a22 Color Hex

#A58A22
(165,138,34)
0 Favorites   0 Comments

Color spaces of #a58a22

RGB 16513834
HSL0.130.660.39
HSV48°79°65°
CMYK 0.000.160.79   0.35
XYZ24.894326.29185.2761
Yxy26.29180.44090.4657
Hunter Lab51.2755-3.070329.7921
CIE-Lab58.3130-0.407655.2113

#a58a22 color RGB value is (165,138,34).

#a58a22 hex color red value is 165, green value is 138 and the blue value of its RGB is 34. Cylindrical-coordinate representations (also known as HSL) of color #a58a22 hue: 0.13 , saturation: 0.66 and the lightness value of a58a22 is 0.39.

The process color (four color CMYK) of #a58a22 color hex is 0.00, 0.16, 0.79, 0.35. Web safe color of #a58a22 is #999933. Color #a58a22 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 10001010 00100010
Octal 245 212 42
Decimal 165 138 34
Hex A5 8A 22

RGB Percentages of Color #a58a22

%48.96
%40.95
%10.09

CMYK Percentages of Color #a58a22

%0
%16
%79
%35

Triadic Colors of #a58a22

#a58a22 #22a58a #8a22a5

Analogous Colors of #a58a22

#a58a22 #7fa522 #a54922

Monochromatic Colors of #a58a22

#a58a22

Complementary Color

#a58a22 #223da5

#a58a22 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a58a22 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a58a22 Color CSS Codes

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

#a58a22 Text Font Color

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

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


#a58a22 Background Color

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

This div background color is #a58a22


#a58a22 Border Color

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

This div border color is #a58a22


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(165,138,34, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a58a22


Comments

No comments written yet.

Please login to write comment.