Color Hex Logo

#a58570 Color Hex

#A58570
(165,133,112)
0 Favorites   0 Comments

Color spaces of #a58570

RGB 165133112
HSL0.070.230.54
HSV24°32°65°
CMYK 0.000.190.32   0.35
XYZ26.829225.944218.9229
Yxy25.94420.37420.3619
Hunter Lab50.93544.884213.6281
CIE-Lab57.98409.092615.9480

#a58570 color RGB value is (165,133,112).

#a58570 hex color red value is 165, green value is 133 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #a58570 hue: 0.07 , saturation: 0.23 and the lightness value of a58570 is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 10000101 01110000
Octal 245 205 160
Decimal 165 133 112
Hex A5 85 70

RGB Percentages of Color #a58570

%40.24
%32.44
%27.32

CMYK Percentages of Color #a58570

%0
%19
%32
%35

Triadic Colors of #a58570

#a58570 #70a585 #8570a5

Analogous Colors of #a58570

#a58570 #a5a070 #a57076

Monochromatic Colors of #a58570

#a58570

Complementary Color

#a58570 #7090a5

#a58570 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a58570 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a58570 Color CSS Codes

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

#a58570 Text Font Color

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

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


#a58570 Background Color

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

This div background color is #a58570


#a58570 Border Color

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

This div border color is #a58570


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a58570


Comments

No comments written yet.

Please login to write comment.