Color Hex Logo

#a89baa Color Hex

#A89BAA
(168,155,170)
0 Favorites   0 Comments

Color spaces of #a89baa

RGB 168155170
HSL0.810.080.64
HSV292°67°
CMYK 0.010.090.00   0.33
XYZ35.125534.669842.8708
Yxy34.66980.31180.3077
Hunter Lab58.88113.4423-1.9518
CIE-Lab65.49087.5568-6.0862

#a89baa color RGB value is (168,155,170).

#a89baa hex color red value is 168, green value is 155 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #a89baa hue: 0.81 , saturation: 0.08 and the lightness value of a89baa is 0.64.

The process color (four color CMYK) of #a89baa color hex is 0.01, 0.09, 0.00, 0.33. Web safe color of #a89baa is #999999. Color #a89baa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 10011011 10101010
Octal 250 233 252
Decimal 168 155 170
Hex A8 9B AA

RGB Percentages of Color #a89baa

%34.08
%31.44
%34.48

CMYK Percentages of Color #a89baa

%1
%9
%0
%33

Triadic Colors of #a89baa

#a89baa #aaa89b #9baaa8

Analogous Colors of #a89baa

#a89baa #aa9ba5 #a19baa

Monochromatic Colors of #a89baa

#a89baa

Complementary Color

#a89baa #9daa9b

#a89baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a89baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a89baa Color CSS Codes

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

#a89baa Text Font Color

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

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


#a89baa Background Color

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

This div background color is #a89baa


#a89baa Border Color

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

This div border color is #a89baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a89baa


Comments

No comments written yet.

Please login to write comment.