Color Hex Logo

#a84413 Color Hex

#A84413
(168,68,19)
0 Favorites   0 Comments

Color spaces of #a84413

RGB 1686819
HSL0.050.800.37
HSV20°89°66°
CMYK 0.000.600.89   0.34
XYZ18.333112.50612.0637
Yxy12.50610.55720.3801
Hunter Lab35.364030.649621.2948
CIE-Lab42.009438.851646.6919

#a84413 color RGB value is (168,68,19).

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

The process color (four color CMYK) of #a84413 color hex is 0.00, 0.60, 0.89, 0.34. Web safe color of #a84413 is #993300. Color #a84413 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01000100 00010011
Octal 250 104 23
Decimal 168 68 19
Hex A8 44 13

RGB Percentages of Color #a84413

%65.88
%26.67
%7.45

CMYK Percentages of Color #a84413

%0
%60
%89
%34

Triadic Colors of #a84413

#a84413 #13a844 #4413a8

Analogous Colors of #a84413

#a84413 #a88f13 #a8132c

Monochromatic Colors of #a84413

#a84413

Complementary Color

#a84413 #1377a8

#a84413 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a84413 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a84413 Color CSS Codes

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

#a84413 Text Font Color

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

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


#a84413 Background Color

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

This div background color is #a84413


#a84413 Border Color

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

This div border color is #a84413


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a84413


Comments

No comments written yet.

Please login to write comment.