Color Hex Logo

#a47215 Color Hex

#A47215
(164,114,21)
0 Favorites   0 Comments

Color spaces of #a47215

RGB 16411421
HSL0.110.770.36
HSV39°87°64°
CMYK 0.000.300.87   0.36
XYZ21.462519.98133.4350
Yxy19.98130.47820.4452
Hunter Lab44.70047.479326.7342
CIE-Lab51.816112.163753.7288

#a47215 color RGB value is (164,114,21).

#a47215 hex color red value is 164, green value is 114 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #a47215 hue: 0.11 , saturation: 0.77 and the lightness value of a47215 is 0.36.

The process color (four color CMYK) of #a47215 color hex is 0.00, 0.30, 0.87, 0.36. Web safe color of #a47215 is #996600. Color #a47215 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01110010 00010101
Octal 244 162 25
Decimal 164 114 21
Hex A4 72 15

RGB Percentages of Color #a47215

%54.85
%38.13
%7.02

CMYK Percentages of Color #a47215

%0
%30
%87
%36

Triadic Colors of #a47215

#a47215 #15a472 #7215a4

Analogous Colors of #a47215

#a47215 #8fa415 #a42b15

Monochromatic Colors of #a47215

#a47215

Complementary Color

#a47215 #1547a4

#a47215 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a47215 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a47215 Color CSS Codes

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

#a47215 Text Font Color

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

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


#a47215 Background Color

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

This div background color is #a47215


#a47215 Border Color

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

This div border color is #a47215


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a47215


Comments

No comments written yet.

Please login to write comment.