Color Hex Logo

#a09600 Color Hex

#A09600
(160,150,0)
0 Favorites   0 Comments

Color spaces of #a09600

RGB 1601500
HSL0.161.000.31
HSV56°100°63°
CMYK 0.000.061.00   0.37
XYZ25.403629.28634.3139
Yxy29.28630.43050.4963
Hunter Lab54.1168-10.912733.1555
CIE-Lab61.0335-9.966964.6348

#a09600 color RGB value is (160,150,0).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 10010110 00000000
Octal 240 226 0
Decimal 160 150 0
Hex A0 96 0

RGB Percentages of Color #a09600

%51.61
%48.39
%0.00

CMYK Percentages of Color #a09600

%0
%6
%100
%37

Triadic Colors of #a09600

#a09600 #00a096 #9600a0

Analogous Colors of #a09600

#a09600 #5aa000 #a04600

Monochromatic Colors of #a09600

#a09600

Complementary Color

#a09600 #000aa0

#a09600 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a09600 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a09600 Color CSS Codes

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

#a09600 Text Font Color

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

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


#a09600 Background Color

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

This div background color is #a09600


#a09600 Border Color

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

This div border color is #a09600


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a09600


Comments

No comments written yet.

Please login to write comment.