Color Hex Logo

#a17c78 Color Hex

#A17C78
(161,124,120)
0 Favorites   0 Comments

Color spaces of #a17c78

RGB 161124120
HSL0.020.180.55
HSV25°63°
CMYK 0.000.230.25   0.37
XYZ25.295823.348420.9428
Yxy23.34840.36350.3355
Hunter Lab48.32028.88518.1268
CIE-Lab55.429413.73247.7057

#a17c78 color RGB value is (161,124,120).

#a17c78 hex color red value is 161, green value is 124 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #a17c78 hue: 0.02 , saturation: 0.18 and the lightness value of a17c78 is 0.55.

The process color (four color CMYK) of #a17c78 color hex is 0.00, 0.23, 0.25, 0.37. Web safe color of #a17c78 is #996666. Color #a17c78 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01111100 01111000
Octal 241 174 170
Decimal 161 124 120
Hex A1 7C 78

RGB Percentages of Color #a17c78

%39.75
%30.62
%29.63

CMYK Percentages of Color #a17c78

%0
%23
%25
%37

Triadic Colors of #a17c78

#a17c78 #78a17c #7c78a1

Analogous Colors of #a17c78

#a17c78 #a19178 #a17889

Monochromatic Colors of #a17c78

#a17c78

Complementary Color

#a17c78 #789da1

#a17c78 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a17c78 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a17c78 Color CSS Codes

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

#a17c78 Text Font Color

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

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


#a17c78 Background Color

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

This div background color is #a17c78


#a17c78 Border Color

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

This div border color is #a17c78


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a17c78


Comments

No comments written yet.

Please login to write comment.