Color Hex Logo

#a0680f Color Hex

#A0680F
(160,104,15)
1 Favorites   0 Comments

Color spaces of #a0680f

RGB 16010415
HSL0.100.830.34
HSV37°91°63°
CMYK 0.000.350.91   0.37
XYZ19.533717.40872.7826
Yxy17.40870.49170.4382
Hunter Lab41.723710.551425.2525
CIE-Lab48.770915.880752.7634

#a0680f color RGB value is (160,104,15).

#a0680f hex color red value is 160, green value is 104 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #a0680f hue: 0.10 , saturation: 0.83 and the lightness value of a0680f is 0.34.

The process color (four color CMYK) of #a0680f color hex is 0.00, 0.35, 0.91, 0.37. Web safe color of #a0680f is #996600. Color #a0680f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01101000 00001111
Octal 240 150 17
Decimal 160 104 15
Hex A0 68 F

RGB Percentages of Color #a0680f

%57.35
%37.28
%5.38

CMYK Percentages of Color #a0680f

%0
%35
%91
%37

Triadic Colors of #a0680f

#a0680f #0fa068 #680fa0

Analogous Colors of #a0680f

#a0680f #90a00f #a0200f

Monochromatic Colors of #a0680f

#a0680f

Complementary Color

#a0680f #0f47a0

#a0680f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0680f Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0680f Color CSS Codes

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

#a0680f Text Font Color

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

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


#a0680f Background Color

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

This div background color is #a0680f


#a0680f Border Color

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

This div border color is #a0680f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(160,104,15, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a0680f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a0680f;
  -webkit-box-shadow: 1px 1px 3px 2px #a0680f;
  box-shadow:         1px 1px 3px 2px #a0680f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0680f


Comments

No comments written yet.

Please login to write comment.