Color Hex Logo

#a1838a Color Hex

#A1838A
(161,131,138)
0 Favorites   0 Comments

Color spaces of #a1838a

RGB 161131138
HSL0.960.140.57
HSV346°19°63°
CMYK 0.000.190.14   0.37
XYZ27.401725.644627.5504
Yxy25.64460.34000.3182
Hunter Lab50.64057.96593.1923
CIE-Lab57.698212.64150.5671

#a1838a color RGB value is (161,131,138).

#a1838a hex color red value is 161, green value is 131 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #a1838a hue: 0.96 , saturation: 0.14 and the lightness value of a1838a is 0.57.

The process color (four color CMYK) of #a1838a color hex is 0.00, 0.19, 0.14, 0.37. Web safe color of #a1838a is #999999. Color #a1838a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 10000011 10001010
Octal 241 203 212
Decimal 161 131 138
Hex A1 83 8A

RGB Percentages of Color #a1838a

%37.44
%30.47
%32.09

CMYK Percentages of Color #a1838a

%0
%19
%14
%37

Triadic Colors of #a1838a

#a1838a #8aa183 #838aa1

Analogous Colors of #a1838a

#a1838a #a18b83 #a18399

Monochromatic Colors of #a1838a

#a1838a

Complementary Color

#a1838a #83a19a

#a1838a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a1838a Color Preview on White Background

Lorem ipsum dolor sit amet.

#a1838a Color CSS Codes

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

#a1838a Text Font Color

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

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


#a1838a Background Color

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

This div background color is #a1838a


#a1838a Border Color

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

This div border color is #a1838a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a1838a


Comments

No comments written yet.

Please login to write comment.