Color Hex Logo

#a17f6f Color Hex

#A17F6F
(161,127,111)
1 Favorites   0 Comments

Color spaces of #a17f6f

RGB 161127111
HSL0.050.210.53
HSV19°31°63°
CMYK 0.000.210.31   0.37
XYZ25.156623.903518.3269
Yxy23.90350.37330.3547
Hunter Lab48.89126.286211.9989
CIE-Lab55.991010.720513.6961

#a17f6f color RGB value is (161,127,111).

#a17f6f hex color red value is 161, green value is 127 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #a17f6f hue: 0.05 , saturation: 0.21 and the lightness value of a17f6f is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 01111111 01101111
Octal 241 177 157
Decimal 161 127 111
Hex A1 7F 6F

RGB Percentages of Color #a17f6f

%40.35
%31.83
%27.82

CMYK Percentages of Color #a17f6f

%0
%21
%31
%37

Triadic Colors of #a17f6f

#a17f6f #6fa17f #7f6fa1

Analogous Colors of #a17f6f

#a17f6f #a1986f #a16f78

Monochromatic Colors of #a17f6f

#a17f6f

Complementary Color

#a17f6f #6f91a1

#a17f6f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a17f6f Color Preview on White Background

Lorem ipsum dolor sit amet.

#a17f6f Color CSS Codes

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

#a17f6f Text Font Color

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

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


#a17f6f Background Color

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

This div background color is #a17f6f


#a17f6f Border Color

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

This div border color is #a17f6f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a17f6f


Comments

No comments written yet.

Please login to write comment.