Color Hex Logo

#a19baf Color Hex

#A19BAF
(161,155,175)
0 Favorites   0 Comments

Color spaces of #a19baf

RGB 161155175
HSL0.720.110.65
HSV258°11°69°
CMYK 0.080.110.00   0.31
XYZ34.157234.114945.3420
Yxy34.11490.30060.3003
Hunter Lab58.40802.1736-5.1412
CIE-Lab65.05376.1130-9.6040

#a19baf color RGB value is (161,155,175).

#a19baf hex color red value is 161, green value is 155 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #a19baf hue: 0.72 , saturation: 0.11 and the lightness value of a19baf is 0.65.

The process color (four color CMYK) of #a19baf color hex is 0.08, 0.11, 0.00, 0.31. Web safe color of #a19baf is #999999. Color #a19baf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 10011011 10101111
Octal 241 233 257
Decimal 161 155 175
Hex A1 9B AF

RGB Percentages of Color #a19baf

%32.79
%31.57
%35.64

CMYK Percentages of Color #a19baf

%8
%11
%0
%31

Triadic Colors of #a19baf

#a19baf #afa19b #9bafa1

Analogous Colors of #a19baf

#a19baf #ab9baf #9b9faf

Monochromatic Colors of #a19baf

#a19baf

Complementary Color

#a19baf #a9af9b

#a19baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a19baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a19baf Color CSS Codes

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

#a19baf Text Font Color

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

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


#a19baf Background Color

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

This div background color is #a19baf


#a19baf Border Color

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

This div border color is #a19baf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a19baf

#a19baf Color Palettes


Comments

No comments written yet.

Please login to write comment.