Color Hex Logo

#a29baf Color Hex

#A29BAF
(162,155,175)
0 Favorites   0 Comments

Color spaces of #a29baf

RGB 162155175
HSL0.730.110.65
HSV261°11°69°
CMYK 0.070.110.00   0.31
XYZ34.359534.219245.3515
Yxy34.21920.30160.3004
Hunter Lab58.49722.4755-5.0181
CIE-Lab65.13626.4577-9.4722

#a29baf color RGB value is (162,155,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 10011011 10101111
Octal 242 233 257
Decimal 162 155 175
Hex A2 9B AF

RGB Percentages of Color #a29baf

%32.93
%31.50
%35.57

CMYK Percentages of Color #a29baf

%7
%11
%0
%31

Triadic Colors of #a29baf

#a29baf #afa29b #9bafa2

Analogous Colors of #a29baf

#a29baf #ac9baf #9b9eaf

Monochromatic Colors of #a29baf

#a29baf

Complementary Color

#a29baf #a8af9b

#a29baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a29baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a29baf Color CSS Codes

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

#a29baf Text Font Color

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

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


#a29baf Background Color

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

This div background color is #a29baf


#a29baf Border Color

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

This div border color is #a29baf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a29baf


Comments

No comments written yet.

Please login to write comment.