Color Hex Logo

#a87655 Color Hex

#A87655
(168,118,85)
0 Favorites   0 Comments

Color spaces of #a87655

RGB 16811885
HSL0.070.330.50
HSV24°49°66°
CMYK 0.000.300.49   0.34
XYZ24.266621.937611.5497
Yxy21.93760.42020.3798
Hunter Lab46.837610.515218.1660
CIE-Lab53.960715.640525.9473

#a87655 color RGB value is (168,118,85).

#a87655 hex color red value is 168, green value is 118 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #a87655 hue: 0.07 , saturation: 0.33 and the lightness value of a87655 is 0.50.

The process color (four color CMYK) of #a87655 color hex is 0.00, 0.30, 0.49, 0.34. Web safe color of #a87655 is #996666. Color #a87655 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01110110 01010101
Octal 250 166 125
Decimal 168 118 85
Hex A8 76 55

RGB Percentages of Color #a87655

%45.28
%31.81
%22.91

CMYK Percentages of Color #a87655

%0
%30
%49
%34

Triadic Colors of #a87655

#a87655 #55a876 #7655a8

Analogous Colors of #a87655

#a87655 #a8a055 #a8555e

Monochromatic Colors of #a87655

#a87655

Complementary Color

#a87655 #5587a8

#a87655 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a87655 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a87655 Color CSS Codes

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

#a87655 Text Font Color

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

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


#a87655 Background Color

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

This div background color is #a87655


#a87655 Border Color

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

This div border color is #a87655


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a87655


Comments

No comments written yet.

Please login to write comment.