Color Hex Logo

#a0993c Color Hex

#A0993C
(160,153,60)
0 Favorites   0 Comments

Color spaces of #a0993c

RGB 16015360
HSL0.160.450.43
HSV56°63°63°
CMYK 0.000.040.63   0.37
XYZ26.704030.58238.7705
Yxy30.58230.40430.4630
Hunter Lab55.3013-10.582729.3078
CIE-Lab62.1534-9.389848.3729

#a0993c color RGB value is (160,153,60).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 10011001 00111100
Octal 240 231 74
Decimal 160 153 60
Hex A0 99 3C

RGB Percentages of Color #a0993c

%42.90
%41.02
%16.09

CMYK Percentages of Color #a0993c

%0
%4
%63
%37

Triadic Colors of #a0993c

#a0993c #3ca099 #993ca0

Analogous Colors of #a0993c

#a0993c #75a03c #a0673c

Monochromatic Colors of #a0993c

#a0993c

Complementary Color

#a0993c #3c43a0

#a0993c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0993c Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0993c Color CSS Codes

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

#a0993c Text Font Color

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

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


#a0993c Background Color

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

This div background color is #a0993c


#a0993c Border Color

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

This div border color is #a0993c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0993c


Comments

No comments written yet.

Please login to write comment.