Color Hex Logo

#a9716e Color Hex

#A9716E
(169,113,110)
0 Favorites   0 Comments

Color spaces of #a9716e

RGB 169113110
HSL0.010.260.55
HSV35°66°
CMYK 0.000.330.35   0.34
XYZ25.081821.371117.5549
Yxy21.37110.39190.3339
Hunter Lab46.228915.94589.8455
CIE-Lab53.353321.771710.7210

#a9716e color RGB value is (169,113,110).

#a9716e hex color red value is 169, green value is 113 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #a9716e hue: 0.01 , saturation: 0.26 and the lightness value of a9716e is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 01110001 01101110
Octal 251 161 156
Decimal 169 113 110
Hex A9 71 6E

RGB Percentages of Color #a9716e

%43.11
%28.83
%28.06

CMYK Percentages of Color #a9716e

%0
%33
%35
%34

Triadic Colors of #a9716e

#a9716e #6ea971 #716ea9

Analogous Colors of #a9716e

#a9716e #a98f6e #a96e89

Monochromatic Colors of #a9716e

#a9716e

Complementary Color

#a9716e #6ea6a9

#a9716e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9716e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9716e Color CSS Codes

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

#a9716e Text Font Color

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

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


#a9716e Background Color

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

This div background color is #a9716e


#a9716e Border Color

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

This div border color is #a9716e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9716e


Comments

No comments written yet.

Please login to write comment.