Color Hex Logo

#a97299 Color Hex

#A97299
(169,114,153)
0 Favorites   0 Comments

Color spaces of #a97299

RGB 169114153
HSL0.880.240.55
HSV317°33°66°
CMYK 0.000.330.09   0.34
XYZ28.129322.769633.0494
Yxy22.76960.33510.2712
Hunter Lab47.717521.7195-7.6623
CIE-Lab54.834227.8841-12.2819

#a97299 color RGB value is (169,114,153).

#a97299 hex color red value is 169, green value is 114 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #a97299 hue: 0.88 , saturation: 0.24 and the lightness value of a97299 is 0.55.

The process color (four color CMYK) of #a97299 color hex is 0.00, 0.33, 0.09, 0.34. Web safe color of #a97299 is #996699. Color #a97299 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01110010 10011001
Octal 251 162 231
Decimal 169 114 153
Hex A9 72 99

RGB Percentages of Color #a97299

%38.76
%26.15
%35.09

CMYK Percentages of Color #a97299

%0
%33
%9
%34

Triadic Colors of #a97299

#a97299 #99a972 #7299a9

Analogous Colors of #a97299

#a97299 #a9727e #9e72a9

Monochromatic Colors of #a97299

#a97299

Complementary Color

#a97299 #72a982

#a97299 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a97299 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a97299 Color CSS Codes

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

#a97299 Text Font Color

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

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


#a97299 Background Color

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

This div background color is #a97299


#a97299 Border Color

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

This div border color is #a97299


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(169,114,153, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a97299


Comments

No comments written yet.

Please login to write comment.