Color Hex Logo

#a8595f Color Hex

#A8595F
(168,89,95)
0 Favorites   0 Comments

Color spaces of #a8595f

RGB 1688995
HSL0.990.310.50
HSV355°47°66°
CMYK 0.000.470.43   0.34
XYZ21.786416.295812.8236
Yxy16.29580.42800.3201
Hunter Lab40.368125.69139.4232
CIE-Lab47.360232.894011.2070

#a8595f color RGB value is (168,89,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 01011001 01011111
Octal 250 131 137
Decimal 168 89 95
Hex A8 59 5F

RGB Percentages of Color #a8595f

%47.73
%25.28
%26.99

CMYK Percentages of Color #a8595f

%0
%47
%43
%34

Triadic Colors of #a8595f

#a8595f #5fa859 #595fa8

Analogous Colors of #a8595f

#a8595f #a87b59 #a85987

Monochromatic Colors of #a8595f

#a8595f

Complementary Color

#a8595f #59a8a2

#a8595f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8595f Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8595f Color CSS Codes

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

#a8595f Text Font Color

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

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


#a8595f Background Color

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

This div background color is #a8595f


#a8595f Border Color

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

This div border color is #a8595f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8595f


Comments

No comments written yet.

Please login to write comment.