Color Hex Logo

#a63114 Color Hex

#A63114
(166,49,20)
0 Favorites   0 Comments

Color spaces of #a63114

RGB 1664920
HSL0.030.780.36
HSV12°88°65°
CMYK 0.000.700.88   0.35
XYZ16.950510.35411.7670
Yxy10.35410.58310.3562
Hunter Lab32.177837.718519.2686
CIE-Lab38.470646.652243.2793

#a63114 color RGB value is (166,49,20).

#a63114 hex color red value is 166, green value is 49 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #a63114 hue: 0.03 , saturation: 0.78 and the lightness value of a63114 is 0.36.

The process color (four color CMYK) of #a63114 color hex is 0.00, 0.70, 0.88, 0.35. Web safe color of #a63114 is #993300. Color #a63114 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 00110001 00010100
Octal 246 61 24
Decimal 166 49 20
Hex A6 31 14

RGB Percentages of Color #a63114

%70.64
%20.85
%8.51

CMYK Percentages of Color #a63114

%0
%70
%88
%35

Triadic Colors of #a63114

#a63114 #14a631 #3114a6

Analogous Colors of #a63114

#a63114 #a67a14 #a61440

Monochromatic Colors of #a63114

#a63114

Complementary Color

#a63114 #1489a6

#a63114 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a63114 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a63114 Color CSS Codes

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

#a63114 Text Font Color

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

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


#a63114 Background Color

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

This div background color is #a63114


#a63114 Border Color

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

This div border color is #a63114


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(166,49,20, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a63114; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a63114;
  -webkit-box-shadow: 1px 1px 3px 2px #a63114;
  box-shadow:         1px 1px 3px 2px #a63114; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(166,49,20, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a63114


Comments

No comments written yet.

Please login to write comment.