Color Hex Logo

#a58567 Color Hex

#A58567
(165,133,103)
0 Favorites   0 Comments

Color spaces of #a58567

RGB 165133103
HSL0.080.260.53
HSV29°38°65°
CMYK 0.000.190.38   0.35
XYZ26.352825.753716.4140
Yxy25.75370.38460.3759
Hunter Lab50.74813.883416.3469
CIE-Lab57.80257.922120.8033

#a58567 color RGB value is (165,133,103).

#a58567 hex color red value is 165, green value is 133 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #a58567 hue: 0.08 , saturation: 0.26 and the lightness value of a58567 is 0.53.

The process color (four color CMYK) of #a58567 color hex is 0.00, 0.19, 0.38, 0.35. Web safe color of #a58567 is #999966. Color #a58567 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 10000101 01100111
Octal 245 205 147
Decimal 165 133 103
Hex A5 85 67

RGB Percentages of Color #a58567

%41.15
%33.17
%25.69

CMYK Percentages of Color #a58567

%0
%19
%38
%35

Triadic Colors of #a58567

#a58567 #67a585 #8567a5

Analogous Colors of #a58567

#a58567 #a5a467 #a56768

Monochromatic Colors of #a58567

#a58567

Complementary Color

#a58567 #6787a5

#a58567 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a58567 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a58567 Color CSS Codes

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

#a58567 Text Font Color

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

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


#a58567 Background Color

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

This div background color is #a58567


#a58567 Border Color

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

This div border color is #a58567


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a58567


Comments

No comments written yet.

Please login to write comment.