Color Hex Logo

#a58261 Color Hex

#A58261
(165,130,97)
0 Favorites   0 Comments

Color spaces of #a58261

RGB 16513097
HSL0.080.270.51
HSV29°41°65°
CMYK 0.000.210.41   0.35
XYZ25.657424.827714.7492
Yxy24.82770.39330.3806
Hunter Lab49.82744.716217.3290
CIE-Lab56.90728.888022.9872

#a58261 color RGB value is (165,130,97).

#a58261 hex color red value is 165, green value is 130 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #a58261 hue: 0.08 , saturation: 0.27 and the lightness value of a58261 is 0.51.

The process color (four color CMYK) of #a58261 color hex is 0.00, 0.21, 0.41, 0.35. Web safe color of #a58261 is #999966. Color #a58261 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 10000010 01100001
Octal 245 202 141
Decimal 165 130 97
Hex A5 82 61

RGB Percentages of Color #a58261

%42.09
%33.16
%24.74

CMYK Percentages of Color #a58261

%0
%21
%41
%35

Triadic Colors of #a58261

#a58261 #61a582 #8261a5

Analogous Colors of #a58261

#a58261 #a5a461 #a56162

Monochromatic Colors of #a58261

#a58261

Complementary Color

#a58261 #6184a5

#a58261 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a58261 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a58261 Color CSS Codes

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

#a58261 Text Font Color

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

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


#a58261 Background Color

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

This div background color is #a58261


#a58261 Border Color

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

This div border color is #a58261


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a58261


Comments

No comments written yet.

Please login to write comment.