Color Hex Logo

#a94710 Color Hex

#A94710
(169,71,16)
0 Favorites   0 Comments

Color spaces of #a94710

RGB 1697116
HSL0.060.830.36
HSV22°91°66°
CMYK 0.000.580.91   0.34
XYZ18.709012.97892.0093
Yxy12.97890.55520.3852
Hunter Lab36.026229.652021.9116
CIE-Lab42.731437.700648.4095

#a94710 color RGB value is (169,71,16).

#a94710 hex color red value is 169, green value is 71 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #a94710 hue: 0.06 , saturation: 0.83 and the lightness value of a94710 is 0.36.

The process color (four color CMYK) of #a94710 color hex is 0.00, 0.58, 0.91, 0.34. Web safe color of #a94710 is #993300. Color #a94710 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01000111 00010000
Octal 251 107 20
Decimal 169 71 16
Hex A9 47 10

RGB Percentages of Color #a94710

%66.02
%27.73
%6.25

CMYK Percentages of Color #a94710

%0
%58
%91
%34

Triadic Colors of #a94710

#a94710 #10a947 #4710a9

Analogous Colors of #a94710

#a94710 #a99410 #a91026

Monochromatic Colors of #a94710

#a94710

Complementary Color

#a94710 #1072a9

#a94710 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a94710 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a94710 Color CSS Codes

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

#a94710 Text Font Color

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

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


#a94710 Background Color

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

This div background color is #a94710


#a94710 Border Color

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

This div border color is #a94710


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a94710


Comments

No comments written yet.

Please login to write comment.