Color Hex Logo

#a47928 Color Hex

#A47928
(164,121,40)
0 Favorites   0 Comments

Color spaces of #a47928

RGB 16412140
HSL0.110.610.40
HSV39°76°64°
CMYK 0.000.260.76   0.36
XYZ22.530221.72055.0125
Yxy21.72050.45730.4409
Hunter Lab46.60534.732426.2469
CIE-Lab53.72928.884948.5433

#a47928 color RGB value is (164,121,40).

#a47928 hex color red value is 164, green value is 121 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #a47928 hue: 0.11 , saturation: 0.61 and the lightness value of a47928 is 0.40.

The process color (four color CMYK) of #a47928 color hex is 0.00, 0.26, 0.76, 0.36. Web safe color of #a47928 is #996633. Color #a47928 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01111001 00101000
Octal 244 171 50
Decimal 164 121 40
Hex A4 79 28

RGB Percentages of Color #a47928

%50.46
%37.23
%12.31

CMYK Percentages of Color #a47928

%0
%26
%76
%36

Triadic Colors of #a47928

#a47928 #28a479 #7928a4

Analogous Colors of #a47928

#a47928 #91a428 #a43b28

Monochromatic Colors of #a47928

#a47928

Complementary Color

#a47928 #2853a4

#a47928 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a47928 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a47928 Color CSS Codes

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

#a47928 Text Font Color

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

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


#a47928 Background Color

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

This div background color is #a47928


#a47928 Border Color

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

This div border color is #a47928


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a47928


Comments

No comments written yet.

Please login to write comment.