Color Hex Logo

#a57900 Color Hex

#A57900
(165,121,0)
0 Favorites   0 Comments

Color spaces of #a57900

RGB 1651210
HSL0.121.000.32
HSV44°100°65°
CMYK 0.000.271.00   0.35
XYZ22.354421.67413.0053
Yxy21.67410.47530.4608
Hunter Lab46.55554.237828.7615
CIE-Lab53.67958.292159.6950

#a57900 color RGB value is (165,121,0).

#a57900 hex color red value is 165, green value is 121 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #a57900 hue: 0.12 , saturation: 1.00 and the lightness value of a57900 is 0.32.

The process color (four color CMYK) of #a57900 color hex is 0.00, 0.27, 1.00, 0.35. Web safe color of #a57900 is #996600. Color #a57900 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01111001 00000000
Octal 245 171 0
Decimal 165 121 0
Hex A5 79 0

RGB Percentages of Color #a57900

%57.69
%42.31
%0.00

CMYK Percentages of Color #a57900

%0
%27
%100
%35

Triadic Colors of #a57900

#a57900 #00a579 #7900a5

Analogous Colors of #a57900

#a57900 #7fa500 #a52600

Monochromatic Colors of #a57900

#a57900

Complementary Color

#a57900 #002ca5

#a57900 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a57900 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a57900 Color CSS Codes

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

#a57900 Text Font Color

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

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


#a57900 Background Color

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

This div background color is #a57900


#a57900 Border Color

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

This div border color is #a57900


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a57900


Comments

No comments written yet.

Please login to write comment.