Color Hex Logo

#a87345 Color Hex

#A87345
(168,115,69)
0 Favorites   0 Comments

Color spaces of #a87345

RGB 16811569
HSL0.080.420.46
HSV28°59°66°
CMYK 0.000.320.59   0.34
XYZ23.353421.01608.4559
Yxy21.01600.44210.3978
Hunter Lab45.843210.705721.1541
CIE-Lab52.967015.893933.5796

#a87345 color RGB value is (168,115,69).

#a87345 hex color red value is 168, green value is 115 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #a87345 hue: 0.08 , saturation: 0.42 and the lightness value of a87345 is 0.46.

The process color (four color CMYK) of #a87345 color hex is 0.00, 0.32, 0.59, 0.34. Web safe color of #a87345 is #996633. Color #a87345 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01110011 01000101
Octal 250 163 105
Decimal 168 115 69
Hex A8 73 45

RGB Percentages of Color #a87345

%47.73
%32.67
%19.60

CMYK Percentages of Color #a87345

%0
%32
%59
%34

Triadic Colors of #a87345

#a87345 #45a873 #7345a8

Analogous Colors of #a87345

#a87345 #a8a545 #a84548

Monochromatic Colors of #a87345

#a87345

Complementary Color

#a87345 #457aa8

#a87345 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a87345 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a87345 Color CSS Codes

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

#a87345 Text Font Color

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

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


#a87345 Background Color

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

This div background color is #a87345


#a87345 Border Color

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

This div border color is #a87345


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(168,115,69, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a87345; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a87345;
  -webkit-box-shadow: 1px 1px 3px 2px #a87345;
  box-shadow:         1px 1px 3px 2px #a87345; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,115,69, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a87345


Comments

No comments written yet.

Please login to write comment.