Color Hex Logo

#a39bac Color Hex

#A39BAC
(163,155,172)
0 Favorites   0 Comments

Color spaces of #a39bac

RGB 163155172
HSL0.750.090.64
HSV268°10°67°
CMYK 0.050.100.00   0.33
XYZ34.272034.207843.8262
Yxy34.20780.30520.3046
Hunter Lab58.48742.2430-3.4864
CIE-Lab65.12726.1940-7.7941

#a39bac color RGB value is (163,155,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 10011011 10101100
Octal 243 233 254
Decimal 163 155 172
Hex A3 9B AC

RGB Percentages of Color #a39bac

%33.27
%31.63
%35.10

CMYK Percentages of Color #a39bac

%5
%10
%0
%33

Triadic Colors of #a39bac

#a39bac #aca39b #9baca3

Analogous Colors of #a39bac

#a39bac #ac9bac #9b9cac

Monochromatic Colors of #a39bac

#a39bac

Complementary Color

#a39bac #a4ac9b

#a39bac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a39bac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a39bac Color CSS Codes

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

#a39bac Text Font Color

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

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


#a39bac Background Color

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

This div background color is #a39bac


#a39bac Border Color

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

This div border color is #a39bac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(163,155,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a39bac


Comments

No comments written yet.

Please login to write comment.