Color Hex Logo

#a9712e Color Hex

#A9712E
(169,113,46)
0 Favorites   0 Comments

Color spaces of #a9712e

RGB 16911346
HSL0.090.570.42
HSV33°73°66°
CMYK 0.000.330.73   0.34
XYZ22.760520.44255.3310
Yxy20.44250.46900.4212
Hunter Lab45.213410.733824.6586
CIE-Lab52.333915.950044.6504

#a9712e color RGB value is (169,113,46).

#a9712e hex color red value is 169, green value is 113 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #a9712e hue: 0.09 , saturation: 0.57 and the lightness value of a9712e is 0.42.

The process color (four color CMYK) of #a9712e color hex is 0.00, 0.33, 0.73, 0.34. Web safe color of #a9712e is #996633. Color #a9712e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01110001 00101110
Octal 251 161 56
Decimal 169 113 46
Hex A9 71 2E

RGB Percentages of Color #a9712e

%51.52
%34.45
%14.02

CMYK Percentages of Color #a9712e

%0
%33
%73
%34

Triadic Colors of #a9712e

#a9712e #2ea971 #712ea9

Analogous Colors of #a9712e

#a9712e #a4a92e #a9342e

Monochromatic Colors of #a9712e

#a9712e

Complementary Color

#a9712e #2e66a9

#a9712e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9712e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9712e Color CSS Codes

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

#a9712e Text Font Color

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

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


#a9712e Background Color

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

This div background color is #a9712e


#a9712e Border Color

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

This div border color is #a9712e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9712e


Comments

No comments written yet.

Please login to write comment.