Color Hex Logo

#a65624 Color Hex

#A65624
(166,86,36)
0 Favorites   0 Comments

Color spaces of #a65624

RGB 1668636
HSL0.060.640.40
HSV23°78°65°
CMYK 0.000.480.78   0.35
XYZ19.372114.88993.5221
Yxy14.88990.51270.3941
Hunter Lab38.587422.084621.5995
CIE-Lab45.483029.236742.2801

#a65624 color RGB value is (166,86,36).

#a65624 hex color red value is 166, green value is 86 and the blue value of its RGB is 36. Cylindrical-coordinate representations (also known as HSL) of color #a65624 hue: 0.06 , saturation: 0.64 and the lightness value of a65624 is 0.40.

The process color (four color CMYK) of #a65624 color hex is 0.00, 0.48, 0.78, 0.35. Web safe color of #a65624 is #996633. Color #a65624 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01010110 00100100
Octal 246 126 44
Decimal 166 86 36
Hex A6 56 24

RGB Percentages of Color #a65624

%57.64
%29.86
%12.50

CMYK Percentages of Color #a65624

%0
%48
%78
%35

Triadic Colors of #a65624

#a65624 #24a656 #5624a6

Analogous Colors of #a65624

#a65624 #a69724 #a62433

Monochromatic Colors of #a65624

#a65624

Complementary Color

#a65624 #2474a6

#a65624 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a65624 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a65624 Color CSS Codes

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

#a65624 Text Font Color

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

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


#a65624 Background Color

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

This div background color is #a65624


#a65624 Border Color

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

This div border color is #a65624


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a65624


Comments

No comments written yet.

Please login to write comment.