Color Hex Logo

#a58911 Color Hex

#A58911
(165,137,17)
0 Favorites   0 Comments

Color spaces of #a58911

RGB 16513717
HSL0.140.810.36
HSV49°90°65°
CMYK 0.000.170.90   0.35
XYZ24.563925.93114.2409
Yxy25.93110.44880.4737
Hunter Lab50.9226-3.010230.7081
CIE-Lab57.9716-0.357659.7425

#a58911 color RGB value is (165,137,17).

#a58911 hex color red value is 165, green value is 137 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #a58911 hue: 0.14 , saturation: 0.81 and the lightness value of a58911 is 0.36.

The process color (four color CMYK) of #a58911 color hex is 0.00, 0.17, 0.90, 0.35. Web safe color of #a58911 is #999900. Color #a58911 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 10001001 00010001
Octal 245 211 21
Decimal 165 137 17
Hex A5 89 11

RGB Percentages of Color #a58911

%51.72
%42.95
%5.33

CMYK Percentages of Color #a58911

%0
%17
%90
%35

Triadic Colors of #a58911

#a58911 #11a589 #8911a5

Analogous Colors of #a58911

#a58911 #77a511 #a53f11

Monochromatic Colors of #a58911

#a58911

Complementary Color

#a58911 #112da5

#a58911 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a58911 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a58911 Color CSS Codes

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

#a58911 Text Font Color

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

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


#a58911 Background Color

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

This div background color is #a58911


#a58911 Border Color

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

This div border color is #a58911


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a58911


Comments

No comments written yet.

Please login to write comment.