Color Hex Logo

#a09631 Color Hex

#A09631
(160,150,49)
0 Favorites   0 Comments

Color spaces of #a09631

RGB 16015049
HSL0.150.530.41
HSV55°69°63°
CMYK 0.000.060.69   0.37
XYZ25.957929.50807.2332
Yxy29.50800.41400.4706
Hunter Lab54.3213-9.764430.1301
CIE-Lab61.2274-8.476952.1503

#a09631 color RGB value is (160,150,49).

#a09631 hex color red value is 160, green value is 150 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #a09631 hue: 0.15 , saturation: 0.53 and the lightness value of a09631 is 0.41.

The process color (four color CMYK) of #a09631 color hex is 0.00, 0.06, 0.69, 0.37. Web safe color of #a09631 is #999933. Color #a09631 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10010110 00110001
Octal 240 226 61
Decimal 160 150 49
Hex A0 96 31

RGB Percentages of Color #a09631

%44.57
%41.78
%13.65

CMYK Percentages of Color #a09631

%0
%6
%69
%37

Triadic Colors of #a09631

#a09631 #31a096 #9631a0

Analogous Colors of #a09631

#a09631 #73a031 #a05f31

Monochromatic Colors of #a09631

#a09631

Complementary Color

#a09631 #313ba0

#a09631 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a09631 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a09631 Color CSS Codes

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

#a09631 Text Font Color

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

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


#a09631 Background Color

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

This div background color is #a09631


#a09631 Border Color

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

This div border color is #a09631


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a09631


Comments

No comments written yet.

Please login to write comment.