Color Hex Logo

#a7980e Color Hex

#A7980E
(167,152,14)
0 Favorites   0 Comments

Color spaces of #a7980e

RGB 16715214
HSL0.150.850.35
HSV54°92°65°
CMYK 0.000.090.92   0.35
XYZ27.243930.70374.9060
Yxy30.70370.43350.4885
Hunter Lab55.4109-9.206033.5382
CIE-Lab62.2567-7.642763.7572

#a7980e color RGB value is (167,152,14).

#a7980e hex color red value is 167, green value is 152 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #a7980e hue: 0.15 , saturation: 0.85 and the lightness value of a7980e is 0.35.

The process color (four color CMYK) of #a7980e color hex is 0.00, 0.09, 0.92, 0.35. Web safe color of #a7980e is #999900. Color #a7980e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 10011000 00001110
Octal 247 230 16
Decimal 167 152 14
Hex A7 98 E

RGB Percentages of Color #a7980e

%50.15
%45.65
%4.20

CMYK Percentages of Color #a7980e

%0
%9
%92
%35

Triadic Colors of #a7980e

#a7980e #0ea798 #980ea7

Analogous Colors of #a7980e

#a7980e #6aa70e #a74b0e

Monochromatic Colors of #a7980e

#a7980e

Complementary Color

#a7980e #0e1da7

#a7980e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7980e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7980e Color CSS Codes

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

#a7980e Text Font Color

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

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


#a7980e Background Color

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

This div background color is #a7980e


#a7980e Border Color

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

This div border color is #a7980e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(167,152,14, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7980e


Comments

No comments written yet.

Please login to write comment.