Color Hex Logo

#a86313 Color Hex

#A86313
(168,99,19)
0 Favorites   0 Comments

Color spaces of #a86313

RGB 1689919
HSL0.090.800.37
HSV32°89°66°
CMYK 0.000.410.89   0.34
XYZ20.727817.29552.8620
Yxy17.29550.50700.4230
Hunter Lab41.587916.187425.0313
CIE-Lab48.630222.381151.9657

#a86313 color RGB value is (168,99,19).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 01100011 00010011
Octal 250 143 23
Decimal 168 99 19
Hex A8 63 13

RGB Percentages of Color #a86313

%58.74
%34.62
%6.64

CMYK Percentages of Color #a86313

%0
%41
%89
%34

Triadic Colors of #a86313

#a86313 #13a863 #6313a8

Analogous Colors of #a86313

#a86313 #a3a813 #a81813

Monochromatic Colors of #a86313

#a86313

Complementary Color

#a86313 #1358a8

#a86313 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a86313 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a86313 Color CSS Codes

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

#a86313 Text Font Color

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

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


#a86313 Background Color

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

This div background color is #a86313


#a86313 Border Color

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

This div border color is #a86313


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,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 #a86313">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a86313


Comments

No comments written yet.

Please login to write comment.