Color Hex Logo

#a0840f Color Hex

#A0840F
(160,132,15)
0 Favorites   0 Comments

Color spaces of #a0840f

RGB 16013215
HSL0.130.830.34
HSV48°91°63°
CMYK 0.000.180.91   0.37
XYZ22.834724.01063.8829
Yxy24.01060.45010.4733
Hunter Lab49.0006-2.568629.6022
CIE-Lab56.09840.060658.4769

#a0840f color RGB value is (160,132,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 10000100 00001111
Octal 240 204 17
Decimal 160 132 15
Hex A0 84 F

RGB Percentages of Color #a0840f

%52.12
%43.00
%4.89

CMYK Percentages of Color #a0840f

%0
%18
%91
%37

Triadic Colors of #a0840f

#a0840f #0fa084 #840fa0

Analogous Colors of #a0840f

#a0840f #74a00f #a03c0f

Monochromatic Colors of #a0840f

#a0840f

Complementary Color

#a0840f #0f2ba0

#a0840f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0840f Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0840f Color CSS Codes

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

#a0840f Text Font Color

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

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


#a0840f Background Color

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

This div background color is #a0840f


#a0840f Border Color

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

This div border color is #a0840f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0840f


Comments

No comments written yet.

Please login to write comment.