Color Hex Logo

#a85624 Color Hex

#A85624
(168,86,36)
0 Favorites   0 Comments

Color spaces of #a85624

RGB 1688636
HSL0.060.650.40
HSV23°79°66°
CMYK 0.000.490.79   0.34
XYZ19.794715.10783.5419
Yxy15.10780.51490.3930
Hunter Lab38.868822.884421.8053
CIE-Lab45.781530.074542.6755

#a85624 color RGB value is (168,86,36).

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

The process color (four color CMYK) of #a85624 color hex is 0.00, 0.49, 0.79, 0.34. Web safe color of #a85624 is #996633. Color #a85624 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01010110 00100100
Octal 250 126 44
Decimal 168 86 36
Hex A8 56 24

RGB Percentages of Color #a85624

%57.93
%29.66
%12.41

CMYK Percentages of Color #a85624

%0
%49
%79
%34

Triadic Colors of #a85624

#a85624 #24a856 #5624a8

Analogous Colors of #a85624

#a85624 #a89824 #a82434

Monochromatic Colors of #a85624

#a85624

Complementary Color

#a85624 #2476a8

#a85624 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a85624 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a85624 Color CSS Codes

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

#a85624 Text Font Color

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

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


#a85624 Background Color

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

This div background color is #a85624


#a85624 Border Color

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

This div border color is #a85624


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a85624


Comments

No comments written yet.

Please login to write comment.