Color Hex Logo

#a9727e Color Hex

#A9727E
(169,114,126)
0 Favorites   0 Comments

Color spaces of #a9727e

RGB 169114126
HSL0.960.240.55
HSV347°33°66°
CMYK 0.000.330.25   0.34
XYZ26.145421.976022.6024
Yxy21.97600.36970.3107
Hunter Lab46.878617.51664.2285
CIE-Lab54.001523.44812.2714

#a9727e color RGB value is (169,114,126).

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

The process color (four color CMYK) of #a9727e color hex is 0.00, 0.33, 0.25, 0.34. Web safe color of #a9727e is #996666. Color #a9727e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01110010 01111110
Octal 251 162 176
Decimal 169 114 126
Hex A9 72 7E

RGB Percentages of Color #a9727e

%41.32
%27.87
%30.81

CMYK Percentages of Color #a9727e

%0
%33
%25
%34

Triadic Colors of #a9727e

#a9727e #7ea972 #727ea9

Analogous Colors of #a9727e

#a9727e #a98272 #a9729a

Monochromatic Colors of #a9727e

#a9727e

Complementary Color

#a9727e #72a99d

#a9727e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9727e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9727e Color CSS Codes

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

#a9727e Text Font Color

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

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


#a9727e Background Color

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

This div background color is #a9727e


#a9727e Border Color

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

This div border color is #a9727e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9727e


Comments

No comments written yet.

Please login to write comment.