Color Hex Logo

#a8656f Color Hex

#A8656F
(168,101,111)
0 Favorites   0 Comments

Color spaces of #a8656f

RGB 168101111
HSL0.980.280.53
HSV351°40°66°
CMYK 0.000.400.34   0.34
XYZ23.671418.779917.4162
Yxy18.77990.39540.3137
Hunter Lab43.335821.66486.5070
CIE-Lab50.428728.24995.9661

#a8656f color RGB value is (168,101,111).

#a8656f hex color red value is 168, green value is 101 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #a8656f hue: 0.98 , saturation: 0.28 and the lightness value of a8656f is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 01100101 01101111
Octal 250 145 157
Decimal 168 101 111
Hex A8 65 6F

RGB Percentages of Color #a8656f

%44.21
%26.58
%29.21

CMYK Percentages of Color #a8656f

%0
%40
%34
%34

Triadic Colors of #a8656f

#a8656f #6fa865 #656fa8

Analogous Colors of #a8656f

#a8656f #a87d65 #a86591

Monochromatic Colors of #a8656f

#a8656f

Complementary Color

#a8656f #65a89e

#a8656f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8656f Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8656f Color CSS Codes

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

#a8656f Text Font Color

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

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


#a8656f Background Color

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

This div background color is #a8656f


#a8656f Border Color

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

This div border color is #a8656f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8656f


Comments

No comments written yet.

Please login to write comment.