Color Hex Logo

#a97baa Color Hex

#A97BAA
(169,123,170)
0 Favorites   0 Comments

Color spaces of #a97baa

RGB 169123170
HSL0.830.220.57
HSV299°28°67°
CMYK 0.010.280.00   0.33
XYZ30.700825.503241.3347
Yxy25.50320.31480.2615
Hunter Lab50.500720.1390-13.1782
CIE-Lab57.562525.9834-17.9836

#a97baa color RGB value is (169,123,170).

#a97baa hex color red value is 169, green value is 123 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #a97baa hue: 0.83 , saturation: 0.22 and the lightness value of a97baa is 0.57.

The process color (four color CMYK) of #a97baa color hex is 0.01, 0.28, 0.00, 0.33. Web safe color of #a97baa is #996699. Color #a97baa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01111011 10101010
Octal 251 173 252
Decimal 169 123 170
Hex A9 7B AA

RGB Percentages of Color #a97baa

%36.58
%26.62
%36.80

CMYK Percentages of Color #a97baa

%1
%28
%0
%33

Triadic Colors of #a97baa

#a97baa #aaa97b #7baaa9

Analogous Colors of #a97baa

#a97baa #aa7b94 #927baa

Monochromatic Colors of #a97baa

#a97baa

Complementary Color

#a97baa #7caa7b

#a97baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a97baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a97baa Color CSS Codes

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

#a97baa Text Font Color

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

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


#a97baa Background Color

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

This div background color is #a97baa


#a97baa Border Color

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

This div border color is #a97baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a97baa


Comments

No comments written yet.

Please login to write comment.