Color Hex Logo

#a1708a Color Hex

#A1708A
(161,112,138)
0 Favorites   0 Comments

Color spaces of #a1708a

RGB 161112138
HSL0.910.210.54
HSV328°30°63°
CMYK 0.000.300.14   0.37
XYZ25.079621.000426.7764
Yxy21.00040.34420.2882
Hunter Lab45.826217.4930-2.5650
CIE-Lab52.949923.5009-6.4236

#a1708a color RGB value is (161,112,138).

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

The process color (four color CMYK) of #a1708a color hex is 0.00, 0.30, 0.14, 0.37. Web safe color of #a1708a is #996699. Color #a1708a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01110000 10001010
Octal 241 160 212
Decimal 161 112 138
Hex A1 70 8A

RGB Percentages of Color #a1708a

%39.17
%27.25
%33.58

CMYK Percentages of Color #a1708a

%0
%30
%14
%37

Triadic Colors of #a1708a

#a1708a #8aa170 #708aa1

Analogous Colors of #a1708a

#a1708a #a17072 #a070a1

Monochromatic Colors of #a1708a

#a1708a

Complementary Color

#a1708a #70a187

#a1708a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a1708a Color Preview on White Background

Lorem ipsum dolor sit amet.

#a1708a Color CSS Codes

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

#a1708a Text Font Color

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

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


#a1708a Background Color

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

This div background color is #a1708a


#a1708a Border Color

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

This div border color is #a1708a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a1708a


Comments

No comments written yet.

Please login to write comment.