Color Hex Logo

#a39aab Color Hex

#A39AAB
(163,154,171)
0 Favorites   0 Comments

Color spaces of #a39aab

RGB 163154171
HSL0.750.090.64
HSV272°10°67°
CMYK 0.050.100.00   0.33
XYZ34.010533.838043.2669
Yxy33.83800.30610.3045
Hunter Lab58.17042.5653-3.3803
CIE-Lab64.83386.5512-7.6691

#a39aab color RGB value is (163,154,171).

#a39aab hex color red value is 163, green value is 154 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #a39aab hue: 0.75 , saturation: 0.09 and the lightness value of a39aab is 0.64.

The process color (four color CMYK) of #a39aab color hex is 0.05, 0.10, 0.00, 0.33. Web safe color of #a39aab is #999999. Color #a39aab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 10011010 10101011
Octal 243 232 253
Decimal 163 154 171
Hex A3 9A AB

RGB Percentages of Color #a39aab

%33.40
%31.56
%35.04

CMYK Percentages of Color #a39aab

%5
%10
%0
%33

Triadic Colors of #a39aab

#a39aab #aba39a #9aaba3

Analogous Colors of #a39aab

#a39aab #ab9aab #9b9aab

Monochromatic Colors of #a39aab

#a39aab

Complementary Color

#a39aab #a2ab9a

#a39aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a39aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a39aab Color CSS Codes

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

#a39aab Text Font Color

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

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


#a39aab Background Color

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

This div background color is #a39aab


#a39aab Border Color

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

This div border color is #a39aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a39aab


Comments

No comments written yet.

Please login to write comment.