Color Hex Logo

#a96313 Color Hex

#A96313
(169,99,19)
0 Favorites   0 Comments

Color spaces of #a96313

RGB 1699919
HSL0.090.800.37
HSV32°89°66°
CMYK 0.000.410.89   0.34
XYZ20.941617.40572.8720
Yxy17.40570.50810.4223
Hunter Lab41.720116.588625.1226
CIE-Lab48.767222.821952.1327

#a96313 color RGB value is (169,99,19).

#a96313 hex color red value is 169, green value is 99 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #a96313 hue: 0.09 , saturation: 0.80 and the lightness value of a96313 is 0.37.

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 01100011 00010011
Octal 251 143 23
Decimal 169 99 19
Hex A9 63 13

RGB Percentages of Color #a96313

%58.89
%34.49
%6.62

CMYK Percentages of Color #a96313

%0
%41
%89
%34

Triadic Colors of #a96313

#a96313 #13a963 #6313a9

Analogous Colors of #a96313

#a96313 #a4a913 #a91813

Monochromatic Colors of #a96313

#a96313

Complementary Color

#a96313 #1359a9

#a96313 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a96313 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a96313 Color CSS Codes

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

#a96313 Text Font Color

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

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


#a96313 Background Color

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

This div background color is #a96313


#a96313 Border Color

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

This div border color is #a96313


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a96313


Comments

No comments written yet.

Please login to write comment.