Color Hex Logo

#a84c0d Color Hex

#A84C0D
(168,76,13)
0 Favorites   0 Comments

Color spaces of #a84c0d

RGB 1687613
HSL0.070.860.35
HSV24°92°66°
CMYK 0.000.550.92   0.34
XYZ18.805513.52281.9998
Yxy13.52280.54780.3939
Hunter Lab36.773426.929622.5171
CIE-Lab43.540634.711849.8881

#a84c0d color RGB value is (168,76,13).

#a84c0d hex color red value is 168, green value is 76 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #a84c0d hue: 0.07 , saturation: 0.86 and the lightness value of a84c0d is 0.35.

The process color (four color CMYK) of #a84c0d color hex is 0.00, 0.55, 0.92, 0.34. Web safe color of #a84c0d is #993300. Color #a84c0d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01001100 00001101
Octal 250 114 15
Decimal 168 76 13
Hex A8 4C D

RGB Percentages of Color #a84c0d

%65.37
%29.57
%5.06

CMYK Percentages of Color #a84c0d

%0
%55
%92
%34

Triadic Colors of #a84c0d

#a84c0d #0da84c #4c0da8

Analogous Colors of #a84c0d

#a84c0d #a89a0d #a80d1b

Monochromatic Colors of #a84c0d

#a84c0d

Complementary Color

#a84c0d #0d69a8

#a84c0d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a84c0d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a84c0d Color CSS Codes

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

#a84c0d Text Font Color

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

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


#a84c0d Background Color

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

This div background color is #a84c0d


#a84c0d Border Color

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

This div border color is #a84c0d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,76,13, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a84c0d


Comments

No comments written yet.

Please login to write comment.