Color Hex Logo

#a79bac Color Hex

#A79BAC
(167,155,172)
0 Favorites   0 Comments

Color spaces of #a79bac

RGB 167155172
HSL0.780.090.64
HSV282°10°67°
CMYK 0.030.100.00   0.33
XYZ35.104134.636743.8651
Yxy34.63670.30900.3049
Hunter Lab58.85303.4775-2.9938
CIE-Lab65.46487.5957-7.2556

#a79bac color RGB value is (167,155,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 10011011 10101100
Octal 247 233 254
Decimal 167 155 172
Hex A7 9B AC

RGB Percentages of Color #a79bac

%33.81
%31.38
%34.82

CMYK Percentages of Color #a79bac

%3
%10
%0
%33

Triadic Colors of #a79bac

#a79bac #aca79b #9baca7

Analogous Colors of #a79bac

#a79bac #ac9ba9 #9f9bac

Monochromatic Colors of #a79bac

#a79bac

Complementary Color

#a79bac #a0ac9b

#a79bac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a79bac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a79bac Color CSS Codes

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

#a79bac Text Font Color

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

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


#a79bac Background Color

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

This div background color is #a79bac


#a79bac Border Color

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

This div border color is #a79bac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a79bac


Comments

No comments written yet.

Please login to write comment.