Color Hex Logo

#a58f09 Color Hex

#A58F09
(165,143,9)
0 Favorites   0 Comments

Color spaces of #a58f09

RGB 1651439
HSL0.140.900.34
HSV52°95°65°
CMYK 0.000.130.95   0.35
XYZ25.388827.66404.2600
Yxy27.66400.44300.4827
Hunter Lab52.5966-5.880632.0155
CIE-Lab59.5840-3.781562.4208

#a58f09 color RGB value is (165,143,9).

#a58f09 hex color red value is 165, green value is 143 and the blue value of its RGB is 9. Cylindrical-coordinate representations (also known as HSL) of color #a58f09 hue: 0.14 , saturation: 0.90 and the lightness value of a58f09 is 0.34.

The process color (four color CMYK) of #a58f09 color hex is 0.00, 0.13, 0.95, 0.35. Web safe color of #a58f09 is #999900. Color #a58f09 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 10001111 00001001
Octal 245 217 11
Decimal 165 143 9
Hex A5 8F 9

RGB Percentages of Color #a58f09

%52.05
%45.11
%2.84

CMYK Percentages of Color #a58f09

%0
%13
%95
%35

Triadic Colors of #a58f09

#a58f09 #09a58f #8f09a5

Analogous Colors of #a58f09

#a58f09 #6da509 #a54109

Monochromatic Colors of #a58f09

#a58f09

Complementary Color

#a58f09 #091fa5

#a58f09 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a58f09 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a58f09 Color CSS Codes

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

#a58f09 Text Font Color

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

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


#a58f09 Background Color

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

This div background color is #a58f09


#a58f09 Border Color

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

This div border color is #a58f09


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a58f09


Comments

No comments written yet.

Please login to write comment.