Color Hex Logo

#a0990f Color Hex

#A0990F
(160,153,15)
0 Favorites   0 Comments

Color spaces of #a0990f

RGB 16015315
HSL0.160.830.34
HSV57°91°63°
CMYK 0.000.040.91   0.37
XYZ25.974730.29054.9296
Yxy30.29050.42450.4950
Hunter Lab55.0368-12.071133.2152
CIE-Lab61.9041-11.323863.0353

#a0990f color RGB value is (160,153,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 10011001 00001111
Octal 240 231 17
Decimal 160 153 15
Hex A0 99 F

RGB Percentages of Color #a0990f

%48.78
%46.65
%4.57

CMYK Percentages of Color #a0990f

%0
%4
%91
%37

Triadic Colors of #a0990f

#a0990f #0fa099 #990fa0

Analogous Colors of #a0990f

#a0990f #5fa00f #a0510f

Monochromatic Colors of #a0990f

#a0990f

Complementary Color

#a0990f #0f16a0

#a0990f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0990f Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0990f Color CSS Codes

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

#a0990f Text Font Color

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

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


#a0990f Background Color

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

This div background color is #a0990f


#a0990f Border Color

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

This div border color is #a0990f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0990f


Comments

No comments written yet.

Please login to write comment.