Color Hex Logo

#a3560d Color Hex

#A3560D
(163,86,13)
0 Favorites   0 Comments

Color spaces of #a3560d

RGB 1638613
HSL0.080.850.35
HSV29°92°64°
CMYK 0.000.470.92   0.36
XYZ18.504714.47122.1987
Yxy14.47120.52610.4114
Hunter Lab38.041020.257823.2019
CIE-Lab44.901227.285450.5395

#a3560d color RGB value is (163,86,13).

#a3560d hex color red value is 163, green value is 86 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #a3560d hue: 0.08 , saturation: 0.85 and the lightness value of a3560d is 0.35.

The process color (four color CMYK) of #a3560d color hex is 0.00, 0.47, 0.92, 0.36. Web safe color of #a3560d is #996600. Color #a3560d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01010110 00001101
Octal 243 126 15
Decimal 163 86 13
Hex A3 56 D

RGB Percentages of Color #a3560d

%62.21
%32.82
%4.96

CMYK Percentages of Color #a3560d

%0
%47
%92
%36

Triadic Colors of #a3560d

#a3560d #0da356 #560da3

Analogous Colors of #a3560d

#a3560d #a3a10d #a30d0f

Monochromatic Colors of #a3560d

#a3560d

Complementary Color

#a3560d #0d5aa3

#a3560d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3560d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3560d Color CSS Codes

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

#a3560d Text Font Color

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

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


#a3560d Background Color

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

This div background color is #a3560d


#a3560d Border Color

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

This div border color is #a3560d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3560d


Comments

No comments written yet.

Please login to write comment.