Color Hex Logo

#a8596f Color Hex

#A8596F
(168,89,111)
0 Favorites   0 Comments

Color spaces of #a8596f

RGB 16889111
HSL0.950.310.50
HSV343°47°66°
CMYK 0.000.470.34   0.34
XYZ22.590116.617317.0558
Yxy16.61730.40150.2953
Hunter Lab40.764327.58063.7281
CIE-Lab47.774234.82712.1434

#a8596f color RGB value is (168,89,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 01011001 01101111
Octal 250 131 157
Decimal 168 89 111
Hex A8 59 6F

RGB Percentages of Color #a8596f

%45.65
%24.18
%30.16

CMYK Percentages of Color #a8596f

%0
%47
%34
%34

Triadic Colors of #a8596f

#a8596f #6fa859 #596fa8

Analogous Colors of #a8596f

#a8596f #a86b59 #a85997

Monochromatic Colors of #a8596f

#a8596f

Complementary Color

#a8596f #59a892

#a8596f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8596f Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8596f Color CSS Codes

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

#a8596f Text Font Color

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

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


#a8596f Background Color

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

This div background color is #a8596f


#a8596f Border Color

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

This div border color is #a8596f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,89,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 #a8596f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8596f


Comments

No comments written yet.

Please login to write comment.