Color Hex Logo

#a6410a Color Hex

#A6410A
(166,65,10)
0 Favorites   0 Comments

Color spaces of #a6410a

RGB 1666510
HSL0.060.890.35
HSV21°94°65°
CMYK 0.000.610.94   0.35
XYZ17.671011.90951.6546
Yxy11.90950.56570.3813
Hunter Lab34.510131.008621.3144
CIE-Lab41.071939.372048.8616

#a6410a color RGB value is (166,65,10).

#a6410a hex color red value is 166, green value is 65 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #a6410a hue: 0.06 , saturation: 0.89 and the lightness value of a6410a is 0.35.

The process color (four color CMYK) of #a6410a color hex is 0.00, 0.61, 0.94, 0.35. Web safe color of #a6410a is #993300. Color #a6410a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01000001 00001010
Octal 246 101 12
Decimal 166 65 10
Hex A6 41 A

RGB Percentages of Color #a6410a

%68.88
%26.97
%4.15

CMYK Percentages of Color #a6410a

%0
%61
%94
%35

Triadic Colors of #a6410a

#a6410a #0aa641 #410aa6

Analogous Colors of #a6410a

#a6410a #a68f0a #a60a21

Monochromatic Colors of #a6410a

#a6410a

Complementary Color

#a6410a #0a6fa6

#a6410a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6410a Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6410a Color CSS Codes

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

#a6410a Text Font Color

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

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


#a6410a Background Color

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

This div background color is #a6410a


#a6410a Border Color

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

This div border color is #a6410a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6410a


Comments

No comments written yet.

Please login to write comment.