Color Hex Logo

#a09611 Color Hex

#A09611
(160,150,17)
0 Favorites   0 Comments

Color spaces of #a09611

RGB 16015017
HSL0.160.810.35
HSV56°89°63°
CMYK 0.000.060.89   0.37
XYZ25.504729.32674.8467
Yxy29.32670.42740.4914
Hunter Lab54.1541-10.702532.6015
CIE-Lab61.0689-9.692861.9971

#a09611 color RGB value is (160,150,17).

#a09611 hex color red value is 160, green value is 150 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #a09611 hue: 0.16 , saturation: 0.81 and the lightness value of a09611 is 0.35.

The process color (four color CMYK) of #a09611 color hex is 0.00, 0.06, 0.89, 0.37. Web safe color of #a09611 is #999900. Color #a09611 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10010110 00010001
Octal 240 226 21
Decimal 160 150 17
Hex A0 96 11

RGB Percentages of Color #a09611

%48.93
%45.87
%5.20

CMYK Percentages of Color #a09611

%0
%6
%89
%37

Triadic Colors of #a09611

#a09611 #11a096 #9611a0

Analogous Colors of #a09611

#a09611 #63a011 #a04f11

Monochromatic Colors of #a09611

#a09611

Complementary Color

#a09611 #111ba0

#a09611 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a09611 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a09611 Color CSS Codes

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

#a09611 Text Font Color

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

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


#a09611 Background Color

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

This div background color is #a09611


#a09611 Border Color

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

This div border color is #a09611


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a09611


Comments

No comments written yet.

Please login to write comment.