Color Hex Logo

#a8596e Color Hex

#A8596E
(168,89,110)
0 Favorites   0 Comments

Color spaces of #a8596e

RGB 16889110
HSL0.960.310.50
HSV344°47°66°
CMYK 0.000.470.35   0.34
XYZ22.535316.595416.7673
Yxy16.59540.40320.2969
Hunter Lab40.737527.45284.1128
CIE-Lab47.746134.69722.7064

#a8596e color RGB value is (168,89,110).

#a8596e hex color red value is 168, green value is 89 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #a8596e hue: 0.96 , saturation: 0.31 and the lightness value of a8596e is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 01011001 01101110
Octal 250 131 156
Decimal 168 89 110
Hex A8 59 6E

RGB Percentages of Color #a8596e

%45.78
%24.25
%29.97

CMYK Percentages of Color #a8596e

%0
%47
%35
%34

Triadic Colors of #a8596e

#a8596e #6ea859 #596ea8

Analogous Colors of #a8596e

#a8596e #a86c59 #a85996

Monochromatic Colors of #a8596e

#a8596e

Complementary Color

#a8596e #59a893

#a8596e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8596e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8596e Color CSS Codes

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

#a8596e Text Font Color

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

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


#a8596e Background Color

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

This div background color is #a8596e


#a8596e Border Color

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

This div border color is #a8596e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8596e


Comments

No comments written yet.

Please login to write comment.