Color Hex Logo

#a17078 Color Hex

#A17078
(161,112,120)
0 Favorites   0 Comments

Color spaces of #a17078

RGB 161112120
HSL0.970.210.54
HSV350°30°63°
CMYK 0.000.300.25   0.37
XYZ23.882320.521520.4716
Yxy20.52150.36810.3163
Hunter Lab45.300714.82824.9170
CIE-Lab52.421820.59063.3925

#a17078 color RGB value is (161,112,120).

#a17078 hex color red value is 161, green value is 112 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #a17078 hue: 0.97 , saturation: 0.21 and the lightness value of a17078 is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 01110000 01111000
Octal 241 160 170
Decimal 161 112 120
Hex A1 70 78

RGB Percentages of Color #a17078

%40.97
%28.50
%30.53

CMYK Percentages of Color #a17078

%0
%30
%25
%37

Triadic Colors of #a17078

#a17078 #78a170 #7078a1

Analogous Colors of #a17078

#a17078 #a18170 #a17091

Monochromatic Colors of #a17078

#a17078

Complementary Color

#a17078 #70a199

#a17078 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a17078 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a17078 Color CSS Codes

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

#a17078 Text Font Color

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

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


#a17078 Background Color

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

This div background color is #a17078


#a17078 Border Color

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

This div border color is #a17078


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a17078


Comments

No comments written yet.

Please login to write comment.