Color Hex Logo

#a59570 Color Hex

#A59570
(165,149,112)
0 Favorites   0 Comments

Color spaces of #a59570

RGB 165149112
HSL0.120.230.54
HSV42°32°65°
CMYK 0.000.100.32   0.35
XYZ29.189130.664119.7096
Yxy30.66410.36690.3854
Hunter Lab55.3752-2.816517.6596
CIE-Lab62.22300.168821.7309

#a59570 color RGB value is (165,149,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 10010101 01110000
Octal 245 225 160
Decimal 165 149 112
Hex A5 95 70

RGB Percentages of Color #a59570

%38.73
%34.98
%26.29

CMYK Percentages of Color #a59570

%0
%10
%32
%35

Triadic Colors of #a59570

#a59570 #70a595 #9570a5

Analogous Colors of #a59570

#a59570 #9ba570 #a57b70

Monochromatic Colors of #a59570

#a59570

Complementary Color

#a59570 #7080a5

#a59570 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a59570 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a59570 Color CSS Codes

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

#a59570 Text Font Color

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

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


#a59570 Background Color

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

This div background color is #a59570


#a59570 Border Color

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

This div border color is #a59570


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(165,149,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 #a59570">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a59570


Comments

No comments written yet.

Please login to write comment.