Color Hex Logo

#a17f5f Color Hex

#A17F5F
(161,127,95)
0 Favorites   0 Comments

Color spaces of #a17f5f

RGB 16112795
HSL0.080.260.50
HSV29°41°63°
CMYK 0.000.210.41   0.37
XYZ24.352923.582014.0947
Yxy23.58200.39260.3802
Hunter Lab48.56134.533316.7843
CIE-Lab55.66688.662222.3911

#a17f5f color RGB value is (161,127,95).

#a17f5f hex color red value is 161, green value is 127 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #a17f5f hue: 0.08 , saturation: 0.26 and the lightness value of a17f5f is 0.50.

The process color (four color CMYK) of #a17f5f color hex is 0.00, 0.21, 0.41, 0.37. Web safe color of #a17f5f is #996666. Color #a17f5f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01111111 01011111
Octal 241 177 137
Decimal 161 127 95
Hex A1 7F 5F

RGB Percentages of Color #a17f5f

%42.04
%33.16
%24.80

CMYK Percentages of Color #a17f5f

%0
%21
%41
%37

Triadic Colors of #a17f5f

#a17f5f #5fa17f #7f5fa1

Analogous Colors of #a17f5f

#a17f5f #a1a05f #a15f60

Monochromatic Colors of #a17f5f

#a17f5f

Complementary Color

#a17f5f #5f81a1

#a17f5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a17f5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#a17f5f Color CSS Codes

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

#a17f5f Text Font Color

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

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


#a17f5f Background Color

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

This div background color is #a17f5f


#a17f5f Border Color

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

This div border color is #a17f5f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(161,127,95, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a17f5f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a17f5f;
  -webkit-box-shadow: 1px 1px 3px 2px #a17f5f;
  box-shadow:         1px 1px 3px 2px #a17f5f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(161,127,95, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a17f5f


Comments

No comments written yet.

Please login to write comment.