Color Hex Logo

#a6412d Color Hex

#A6412D
(166,65,45)
0 Favorites   0 Comments

Color spaces of #a6412d

RGB 1666545
HSL0.030.570.41
HSV10°73°65°
CMYK 0.000.610.73   0.35
XYZ18.089812.07703.8603
Yxy12.07700.53160.3549
Hunter Lab34.752032.100517.7404
CIE-Lab41.338240.461033.1563

#a6412d color RGB value is (166,65,45).

#a6412d hex color red value is 166, green value is 65 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #a6412d hue: 0.03 , saturation: 0.57 and the lightness value of a6412d is 0.41.

The process color (four color CMYK) of #a6412d color hex is 0.00, 0.61, 0.73, 0.35. Web safe color of #a6412d is #993333. Color #a6412d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01000001 00101101
Octal 246 101 55
Decimal 166 65 45
Hex A6 41 2D

RGB Percentages of Color #a6412d

%60.14
%23.55
%16.30

CMYK Percentages of Color #a6412d

%0
%61
%73
%35

Triadic Colors of #a6412d

#a6412d #2da641 #412da6

Analogous Colors of #a6412d

#a6412d #a67e2d #a62d56

Monochromatic Colors of #a6412d

#a6412d

Complementary Color

#a6412d #2d92a6

#a6412d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6412d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6412d Color CSS Codes

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

#a6412d Text Font Color

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

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


#a6412d Background Color

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

This div background color is #a6412d


#a6412d Border Color

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

This div border color is #a6412d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6412d


Comments

No comments written yet.

Please login to write comment.