Color Hex Logo

#a0980f Color Hex

#A0980F
(160,152,15)
0 Favorites   0 Comments

Color spaces of #a0980f

RGB 16015215
HSL0.160.830.34
HSV57°91°63°
CMYK 0.000.050.91   0.37
XYZ25.811729.96454.8753
Yxy29.96450.42560.4940
Hunter Lab54.7398-11.625933.0373
CIE-Lab61.6236-10.794962.8143

#a0980f color RGB value is (160,152,15).

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

The process color (four color CMYK) of #a0980f color hex is 0.00, 0.05, 0.91, 0.37. Web safe color of #a0980f is #999900. Color #a0980f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10011000 00001111
Octal 240 230 17
Decimal 160 152 15
Hex A0 98 F

RGB Percentages of Color #a0980f

%48.93
%46.48
%4.59

CMYK Percentages of Color #a0980f

%0
%5
%91
%37

Triadic Colors of #a0980f

#a0980f #0fa098 #980fa0

Analogous Colors of #a0980f

#a0980f #60a00f #a0500f

Monochromatic Colors of #a0980f

#a0980f

Complementary Color

#a0980f #0f17a0

#a0980f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0980f Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0980f Color CSS Codes

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

#a0980f Text Font Color

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

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


#a0980f Background Color

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

This div background color is #a0980f


#a0980f Border Color

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

This div border color is #a0980f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0980f


Comments

No comments written yet.

Please login to write comment.