Color Hex Logo

#a09449 Color Hex

#A09449
(160,148,73)
0 Favorites   0 Comments

Color spaces of #a09449

RGB 16014873
HSL0.140.370.46
HSV52°54°63°
CMYK 0.000.070.54   0.37
XYZ26.289729.134410.5412
Yxy29.13440.39850.4417
Hunter Lab53.9763-7.518326.2045
CIE-Lab60.9001-5.689840.7516

#a09449 color RGB value is (160,148,73).

#a09449 hex color red value is 160, green value is 148 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #a09449 hue: 0.14 , saturation: 0.37 and the lightness value of a09449 is 0.46.

The process color (four color CMYK) of #a09449 color hex is 0.00, 0.07, 0.54, 0.37. Web safe color of #a09449 is #999933. Color #a09449 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10010100 01001001
Octal 240 224 111
Decimal 160 148 73
Hex A0 94 49

RGB Percentages of Color #a09449

%41.99
%38.85
%19.16

CMYK Percentages of Color #a09449

%0
%7
%54
%37

Triadic Colors of #a09449

#a09449 #49a094 #9449a0

Analogous Colors of #a09449

#a09449 #81a049 #a06949

Monochromatic Colors of #a09449

#a09449

Complementary Color

#a09449 #4955a0

#a09449 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a09449 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a09449 Color CSS Codes

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

#a09449 Text Font Color

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

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


#a09449 Background Color

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

This div background color is #a09449


#a09449 Border Color

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

This div border color is #a09449


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a09449


Comments

No comments written yet.

Please login to write comment.