Color Hex Logo

#a49451 Color Hex

#A49451
(164,148,81)
0 Favorites   0 Comments

Color spaces of #a49451

RGB 16414881
HSL0.130.340.48
HSV48°51°64°
CMYK 0.000.100.51   0.36
XYZ27.384929.666412.0674
Yxy29.66640.39620.4292
Hunter Lab54.4669-5.570624.9908
CIE-Lab61.3653-3.232837.3199

#a49451 color RGB value is (164,148,81).

#a49451 hex color red value is 164, green value is 148 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #a49451 hue: 0.13 , saturation: 0.34 and the lightness value of a49451 is 0.48.

The process color (four color CMYK) of #a49451 color hex is 0.00, 0.10, 0.51, 0.36. Web safe color of #a49451 is #999966. Color #a49451 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 10010100 01010001
Octal 244 224 121
Decimal 164 148 81
Hex A4 94 51

RGB Percentages of Color #a49451

%41.73
%37.66
%20.61

CMYK Percentages of Color #a49451

%0
%10
%51
%36

Triadic Colors of #a49451

#a49451 #51a494 #9451a4

Analogous Colors of #a49451

#a49451 #8ba451 #a46b51

Monochromatic Colors of #a49451

#a49451

Complementary Color

#a49451 #5161a4

#a49451 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a49451 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a49451 Color CSS Codes

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

#a49451 Text Font Color

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

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


#a49451 Background Color

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

This div background color is #a49451


#a49451 Border Color

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

This div border color is #a49451


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a49451


Comments

No comments written yet.

Please login to write comment.