Color Hex Logo

#a09b4c Color Hex

#A09B4C
(160,155,76)
0 Favorites   0 Comments

Color spaces of #a09b4c

RGB 16015576
HSL0.160.360.46
HSV56°53°63°
CMYK 0.000.030.53   0.37
XYZ27.523131.438111.4550
Yxy31.43810.39090.4465
Hunter Lab56.0697-10.501127.1359
CIE-Lab62.8757-9.188641.5775

#a09b4c color RGB value is (160,155,76).

#a09b4c hex color red value is 160, green value is 155 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #a09b4c hue: 0.16 , saturation: 0.36 and the lightness value of a09b4c is 0.46.

The process color (four color CMYK) of #a09b4c color hex is 0.00, 0.03, 0.53, 0.37. Web safe color of #a09b4c is #999933. Color #a09b4c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10011011 01001100
Octal 240 233 114
Decimal 160 155 76
Hex A0 9B 4C

RGB Percentages of Color #a09b4c

%40.92
%39.64
%19.44

CMYK Percentages of Color #a09b4c

%0
%3
%53
%37

Triadic Colors of #a09b4c

#a09b4c #4ca09b #9b4ca0

Analogous Colors of #a09b4c

#a09b4c #7ba04c #a0714c

Monochromatic Colors of #a09b4c

#a09b4c

Complementary Color

#a09b4c #4c51a0

#a09b4c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a09b4c Color Preview on White Background

Lorem ipsum dolor sit amet.

#a09b4c Color CSS Codes

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

#a09b4c Text Font Color

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

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


#a09b4c Background Color

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

This div background color is #a09b4c


#a09b4c Border Color

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

This div border color is #a09b4c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a09b4c


Comments

No comments written yet.

Please login to write comment.