Color Hex Logo

#a65424 Color Hex

#A65424
(166,84,36)
0 Favorites   0 Comments

Color spaces of #a65424

RGB 1668436
HSL0.060.640.40
HSV22°78°65°
CMYK 0.000.490.78   0.35
XYZ19.214614.57503.4696
Yxy14.57500.51570.3912
Hunter Lab38.177223.028921.3357
CIE-Lab45.046530.318641.8457

#a65424 color RGB value is (166,84,36).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01010100 00100100
Octal 246 124 44
Decimal 166 84 36
Hex A6 54 24

RGB Percentages of Color #a65424

%58.04
%29.37
%12.59

CMYK Percentages of Color #a65424

%0
%49
%78
%35

Triadic Colors of #a65424

#a65424 #24a654 #5424a6

Analogous Colors of #a65424

#a65424 #a69524 #a62435

Monochromatic Colors of #a65424

#a65424

Complementary Color

#a65424 #2476a6

#a65424 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a65424 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a65424 Color CSS Codes

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

#a65424 Text Font Color

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

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


#a65424 Background Color

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

This div background color is #a65424


#a65424 Border Color

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

This div border color is #a65424


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(166,84,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 #a65424">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a65424


Comments

No comments written yet.

Please login to write comment.