Color Hex Logo

#a0991c Color Hex

#A0991C
(160,153,28)
0 Favorites   0 Comments

Color spaces of #a0991c

RGB 16015328
HSL0.160.700.37
HSV57°83°63°
CMYK 0.000.040.83   0.37
XYZ26.098030.33995.5793
Yxy30.33990.42080.4892
Hunter Lab55.0817-11.818632.5516
CIE-Lab61.9464-10.993660.1050

#a0991c color RGB value is (160,153,28).

#a0991c hex color red value is 160, green value is 153 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #a0991c hue: 0.16 , saturation: 0.70 and the lightness value of a0991c is 0.37.

The process color (four color CMYK) of #a0991c color hex is 0.00, 0.04, 0.83, 0.37. Web safe color of #a0991c is #999933. Color #a0991c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10011001 00011100
Octal 240 231 34
Decimal 160 153 28
Hex A0 99 1C

RGB Percentages of Color #a0991c

%46.92
%44.87
%8.21

CMYK Percentages of Color #a0991c

%0
%4
%83
%37

Triadic Colors of #a0991c

#a0991c #1ca099 #991ca0

Analogous Colors of #a0991c

#a0991c #65a01c #a0571c

Monochromatic Colors of #a0991c

#a0991c

Complementary Color

#a0991c #1c23a0

#a0991c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0991c Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0991c Color CSS Codes

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

#a0991c Text Font Color

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

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


#a0991c Background Color

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

This div background color is #a0991c


#a0991c Border Color

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

This div border color is #a0991c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0991c


Comments

No comments written yet.

Please login to write comment.