Color Hex Logo

#a49236 Color Hex

#A49236
(164,146,54)
0 Favorites   0 Comments

Color spaces of #a49236

RGB 16414654
HSL0.140.500.43
HSV50°67°64°
CMYK 0.000.110.67   0.36
XYZ26.254628.71667.6491
Yxy28.71660.41930.4586
Hunter Lab53.5879-6.325329.0485
CIE-Lab60.5307-4.242749.4255

#a49236 color RGB value is (164,146,54).

#a49236 hex color red value is 164, green value is 146 and the blue value of its RGB is 54. Cylindrical-coordinate representations (also known as HSL) of color #a49236 hue: 0.14 , saturation: 0.50 and the lightness value of a49236 is 0.43.

The process color (four color CMYK) of #a49236 color hex is 0.00, 0.11, 0.67, 0.36. Web safe color of #a49236 is #999933. Color #a49236 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 10010010 00110110
Octal 244 222 66
Decimal 164 146 54
Hex A4 92 36

RGB Percentages of Color #a49236

%45.05
%40.11
%14.84

CMYK Percentages of Color #a49236

%0
%11
%67
%36

Triadic Colors of #a49236

#a49236 #36a492 #9236a4

Analogous Colors of #a49236

#a49236 #7fa436 #a45b36

Monochromatic Colors of #a49236

#a49236

Complementary Color

#a49236 #3648a4

#a49236 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a49236 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a49236 Color CSS Codes

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

#a49236 Text Font Color

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

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


#a49236 Background Color

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

This div background color is #a49236


#a49236 Border Color

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

This div border color is #a49236


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(164,146,54, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a49236; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a49236;
  -webkit-box-shadow: 1px 1px 3px 2px #a49236;
  box-shadow:         1px 1px 3px 2px #a49236; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(164,146,54, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a49236


Comments

No comments written yet.

Please login to write comment.