Color Hex Logo

#a18093 Color Hex

#A18093
(161,128,147)
0 Favorites   0 Comments

Color spaces of #a18093

RGB 161128147
HSL0.900.150.57
HSV325°20°63°
CMYK 0.000.200.09   0.37
XYZ27.683625.122030.9937
Yxy25.12200.33040.2998
Hunter Lab50.121910.8769-1.5777
CIE-Lab57.194115.9430-5.3665

#a18093 color RGB value is (161,128,147).

#a18093 hex color red value is 161, green value is 128 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #a18093 hue: 0.90 , saturation: 0.15 and the lightness value of a18093 is 0.57.

The process color (four color CMYK) of #a18093 color hex is 0.00, 0.20, 0.09, 0.37. Web safe color of #a18093 is #999999. Color #a18093 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 10000000 10010011
Octal 241 200 223
Decimal 161 128 147
Hex A1 80 93

RGB Percentages of Color #a18093

%36.93
%29.36
%33.72

CMYK Percentages of Color #a18093

%0
%20
%9
%37

Triadic Colors of #a18093

#a18093 #93a180 #8093a1

Analogous Colors of #a18093

#a18093 #a18083 #9f80a1

Monochromatic Colors of #a18093

#a18093

Complementary Color

#a18093 #80a18e

#a18093 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a18093 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a18093 Color CSS Codes

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

#a18093 Text Font Color

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

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


#a18093 Background Color

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

This div background color is #a18093


#a18093 Border Color

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

This div border color is #a18093


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a18093


Comments

No comments written yet.

Please login to write comment.