Color Hex Logo

#a9711e Color Hex

#A9711E
(169,113,30)
0 Favorites   0 Comments

Color spaces of #a9711e

RGB 16911330
HSL0.100.700.39
HSV36°82°66°
CMYK 0.000.330.82   0.34
XYZ22.501720.33903.9682
Yxy20.33900.48070.4345
Hunter Lab45.098810.138426.3523
CIE-Lab52.218315.266651.3085

#a9711e color RGB value is (169,113,30).

#a9711e hex color red value is 169, green value is 113 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #a9711e hue: 0.10 , saturation: 0.70 and the lightness value of a9711e is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 01110001 00011110
Octal 251 161 36
Decimal 169 113 30
Hex A9 71 1E

RGB Percentages of Color #a9711e

%54.17
%36.22
%9.62

CMYK Percentages of Color #a9711e

%0
%33
%82
%34

Triadic Colors of #a9711e

#a9711e #1ea971 #711ea9

Analogous Colors of #a9711e

#a9711e #9ca91e #a92c1e

Monochromatic Colors of #a9711e

#a9711e

Complementary Color

#a9711e #1e56a9

#a9711e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9711e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9711e Color CSS Codes

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

#a9711e Text Font Color

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

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


#a9711e Background Color

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

This div background color is #a9711e


#a9711e Border Color

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

This div border color is #a9711e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9711e


Comments

No comments written yet.

Please login to write comment.