Color Hex Logo

#a64010 Color Hex

#A64010
(166,64,16)
0 Favorites   0 Comments

Color spaces of #a64010

RGB 1666416
HSL0.050.820.36
HSV19°90°65°
CMYK 0.000.610.90   0.35
XYZ17.652811.81121.8396
Yxy11.81120.56390.3773
Hunter Lab34.367431.543420.8836
CIE-Lab40.914539.952746.8087

#a64010 color RGB value is (166,64,16).

#a64010 hex color red value is 166, green value is 64 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #a64010 hue: 0.05 , saturation: 0.82 and the lightness value of a64010 is 0.36.

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01000000 00010000
Octal 246 100 20
Decimal 166 64 16
Hex A6 40 10

RGB Percentages of Color #a64010

%67.48
%26.02
%6.50

CMYK Percentages of Color #a64010

%0
%61
%90
%35

Triadic Colors of #a64010

#a64010 #10a640 #4010a6

Analogous Colors of #a64010

#a64010 #a68b10 #a6102b

Monochromatic Colors of #a64010

#a64010

Complementary Color

#a64010 #1076a6

#a64010 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a64010 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a64010 Color CSS Codes

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

#a64010 Text Font Color

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

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


#a64010 Background Color

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

This div background color is #a64010


#a64010 Border Color

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

This div border color is #a64010


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a64010


Comments

No comments written yet.

Please login to write comment.