Color Hex Logo

#a9714e Color Hex

#A9714E
(169,113,78)
0 Favorites   0 Comments

Color spaces of #a9714e

RGB 16911378
HSL0.060.370.48
HSV23°54°66°
CMYK 0.000.330.54   0.34
XYZ23.642520.79539.9755
Yxy20.79530.43450.3822
Hunter Lab45.601912.740918.9515
CIE-Lab52.724718.225228.3293

#a9714e color RGB value is (169,113,78).

#a9714e hex color red value is 169, green value is 113 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #a9714e hue: 0.06 , saturation: 0.37 and the lightness value of a9714e is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 01110001 01001110
Octal 251 161 116
Decimal 169 113 78
Hex A9 71 4E

RGB Percentages of Color #a9714e

%46.94
%31.39
%21.67

CMYK Percentages of Color #a9714e

%0
%33
%54
%34

Triadic Colors of #a9714e

#a9714e #4ea971 #714ea9

Analogous Colors of #a9714e

#a9714e #a99f4e #a94e59

Monochromatic Colors of #a9714e

#a9714e

Complementary Color

#a9714e #4e86a9

#a9714e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9714e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9714e Color CSS Codes

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

#a9714e Text Font Color

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

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


#a9714e Background Color

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

This div background color is #a9714e


#a9714e Border Color

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

This div border color is #a9714e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9714e


Comments

No comments written yet.

Please login to write comment.