Color Hex Logo

#a59133 Color Hex

#A59133
(165,145,51)
0 Favorites   0 Comments

Color spaces of #a59133

RGB 16514551
HSL0.140.530.42
HSV49°69°65°
CMYK 0.000.120.69   0.35
XYZ26.240028.48917.2479
Yxy28.48910.42340.4597
Hunter Lab53.3752-5.653429.3115
CIE-Lab60.3281-3.429750.5449

#a59133 color RGB value is (165,145,51).

#a59133 hex color red value is 165, green value is 145 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #a59133 hue: 0.14 , saturation: 0.53 and the lightness value of a59133 is 0.42.

The process color (four color CMYK) of #a59133 color hex is 0.00, 0.12, 0.69, 0.35. Web safe color of #a59133 is #999933. Color #a59133 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 10010001 00110011
Octal 245 221 63
Decimal 165 145 51
Hex A5 91 33

RGB Percentages of Color #a59133

%45.71
%40.17
%14.13

CMYK Percentages of Color #a59133

%0
%12
%69
%35

Triadic Colors of #a59133

#a59133 #33a591 #9133a5

Analogous Colors of #a59133

#a59133 #80a533 #a55833

Monochromatic Colors of #a59133

#a59133

Complementary Color

#a59133 #3347a5

#a59133 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a59133 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a59133 Color CSS Codes

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

#a59133 Text Font Color

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

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


#a59133 Background Color

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

This div background color is #a59133


#a59133 Border Color

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

This div border color is #a59133


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a59133


Comments

No comments written yet.

Please login to write comment.