Color Hex Logo

#a09116 Color Hex

#A09116
(160,145,22)
0 Favorites   0 Comments

Color spaces of #a09116

RGB 16014522
HSL0.150.760.36
HSV53°86°63°
CMYK 0.000.090.86   0.37
XYZ24.767427.78234.8162
Yxy27.78230.43170.4843
Hunter Lab52.7089-8.365231.4787
CIE-Lab59.6915-6.894159.7714

#a09116 color RGB value is (160,145,22).

#a09116 hex color red value is 160, green value is 145 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #a09116 hue: 0.15 , saturation: 0.76 and the lightness value of a09116 is 0.36.

The process color (four color CMYK) of #a09116 color hex is 0.00, 0.09, 0.86, 0.37. Web safe color of #a09116 is #999900. Color #a09116 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10010001 00010110
Octal 240 221 26
Decimal 160 145 22
Hex A0 91 16

RGB Percentages of Color #a09116

%48.93
%44.34
%6.73

CMYK Percentages of Color #a09116

%0
%9
%86
%37

Triadic Colors of #a09116

#a09116 #16a091 #9116a0

Analogous Colors of #a09116

#a09116 #6aa016 #a04c16

Monochromatic Colors of #a09116

#a09116

Complementary Color

#a09116 #1625a0

#a09116 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a09116 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a09116 Color CSS Codes

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

#a09116 Text Font Color

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

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


#a09116 Background Color

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

This div background color is #a09116


#a09116 Border Color

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

This div border color is #a09116


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a09116


Comments

No comments written yet.

Please login to write comment.