Color Hex Logo

#a85307 Color Hex

#A85307
(168,83,7)
0 Favorites   0 Comments

Color spaces of #a85307

RGB 168837
HSL0.080.920.34
HSV28°96°66°
CMYK 0.000.510.96   0.34
XYZ19.280114.52671.9888
Yxy14.52670.53860.4058
Hunter Lab38.113923.595723.5860
CIE-Lab44.979030.942752.4650

#a85307 color RGB value is (168,83,7).

#a85307 hex color red value is 168, green value is 83 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #a85307 hue: 0.08 , saturation: 0.92 and the lightness value of a85307 is 0.34.

The process color (four color CMYK) of #a85307 color hex is 0.00, 0.51, 0.96, 0.34. Web safe color of #a85307 is #996600. Color #a85307 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01010011 00000111
Octal 250 123 7
Decimal 168 83 7
Hex A8 53 7

RGB Percentages of Color #a85307

%65.12
%32.17
%2.71

CMYK Percentages of Color #a85307

%0
%51
%96
%34

Triadic Colors of #a85307

#a85307 #07a853 #5307a8

Analogous Colors of #a85307

#a85307 #a8a407 #a8070b

Monochromatic Colors of #a85307

#a85307

Complementary Color

#a85307 #075ca8

#a85307 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a85307 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a85307 Color CSS Codes

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

#a85307 Text Font Color

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

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


#a85307 Background Color

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

This div background color is #a85307


#a85307 Border Color

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

This div border color is #a85307


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a85307


Comments

No comments written yet.

Please login to write comment.