Color Hex Logo

#a18aab Color Hex

#A18AAB
(161,138,171)
1 Favorites   0 Comments

Color spaces of #a18aab

RGB 161138171
HSL0.780.160.61
HSV282°19°67°
CMYK 0.060.190.00   0.33
XYZ31.137128.694342.4255
Yxy28.69430.30450.2806
Hunter Lab53.567110.0149-9.4612
CIE-Lab60.510914.8921-14.1630

#a18aab color RGB value is (161,138,171).

#a18aab hex color red value is 161, green value is 138 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #a18aab hue: 0.78 , saturation: 0.16 and the lightness value of a18aab is 0.61.

The process color (four color CMYK) of #a18aab color hex is 0.06, 0.19, 0.00, 0.33. Web safe color of #a18aab is #999999. Color #a18aab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 10001010 10101011
Octal 241 212 253
Decimal 161 138 171
Hex A1 8A AB

RGB Percentages of Color #a18aab

%34.26
%29.36
%36.38

CMYK Percentages of Color #a18aab

%6
%19
%0
%33

Triadic Colors of #a18aab

#a18aab #aba18a #8aaba1

Analogous Colors of #a18aab

#a18aab #ab8aa5 #918aab

Monochromatic Colors of #a18aab

#a18aab

Complementary Color

#a18aab #94ab8a

#a18aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a18aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a18aab Color CSS Codes

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

#a18aab Text Font Color

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

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


#a18aab Background Color

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

This div background color is #a18aab


#a18aab Border Color

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

This div border color is #a18aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a18aab

#a18aab Color Palettes


Comments

No comments written yet.

Please login to write comment.