Color Hex Logo

#a96409 Color Hex

#A96409
(169,100,9)
0 Favorites   0 Comments

Color spaces of #a96409

RGB 1691009
HSL0.090.900.35
HSV34°95°66°
CMYK 0.000.410.95   0.34
XYZ20.968717.56912.5444
Yxy17.56910.51040.4277
Hunter Lab41.915515.944525.7418
CIE-Lab48.969222.081254.8367

#a96409 color RGB value is (169,100,9).

#a96409 hex color red value is 169, green value is 100 and the blue value of its RGB is 9. Cylindrical-coordinate representations (also known as HSL) of color #a96409 hue: 0.09 , saturation: 0.90 and the lightness value of a96409 is 0.35.

The process color (four color CMYK) of #a96409 color hex is 0.00, 0.41, 0.95, 0.34. Web safe color of #a96409 is #996600. Color #a96409 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01100100 00001001
Octal 251 144 11
Decimal 169 100 9
Hex A9 64 9

RGB Percentages of Color #a96409

%60.79
%35.97
%3.24

CMYK Percentages of Color #a96409

%0
%41
%95
%34

Triadic Colors of #a96409

#a96409 #09a964 #6409a9

Analogous Colors of #a96409

#a96409 #9ea909 #a91409

Monochromatic Colors of #a96409

#a96409

Complementary Color

#a96409 #094ea9

#a96409 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a96409 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a96409 Color CSS Codes

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

#a96409 Text Font Color

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

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


#a96409 Background Color

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

This div background color is #a96409


#a96409 Border Color

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

This div border color is #a96409


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a96409


Comments

No comments written yet.

Please login to write comment.