Color Hex Logo

#a65604 Color Hex

#A65604
(166,86,4)
0 Favorites   0 Comments

Color spaces of #a65604

RGB 166864
HSL0.080.950.33
HSV30°98°65°
CMYK 0.000.480.98   0.35
XYZ19.075614.77131.9606
Yxy14.77130.53270.4125
Hunter Lab38.433421.336023.8789
CIE-Lab45.319428.433353.3019

#a65604 color RGB value is (166,86,4).

#a65604 hex color red value is 166, green value is 86 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #a65604 hue: 0.08 , saturation: 0.95 and the lightness value of a65604 is 0.33.

The process color (four color CMYK) of #a65604 color hex is 0.00, 0.48, 0.98, 0.35. Web safe color of #a65604 is #996600. Color #a65604 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01010110 00000100
Octal 246 126 4
Decimal 166 86 4
Hex A6 56 4

RGB Percentages of Color #a65604

%64.84
%33.59
%1.56

CMYK Percentages of Color #a65604

%0
%48
%98
%35

Triadic Colors of #a65604

#a65604 #04a656 #5604a6

Analogous Colors of #a65604

#a65604 #a5a604 #a60504

Monochromatic Colors of #a65604

#a65604

Complementary Color

#a65604 #0454a6

#a65604 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a65604 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a65604 Color CSS Codes

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

#a65604 Text Font Color

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

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


#a65604 Background Color

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

This div background color is #a65604


#a65604 Border Color

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

This div border color is #a65604


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a65604


Comments

No comments written yet.

Please login to write comment.