Color Hex Logo

#a95155 Color Hex

#A95155
(169,81,85)
0 Favorites   0 Comments

Color spaces of #a95155

RGB 1698185
HSL0.990.350.49
HSV357°52°66°
CMYK 0.000.520.50   0.34
XYZ20.944314.975810.3811
Yxy14.97580.45230.3234
Hunter Lab38.698628.884611.1841
CIE-Lab45.601036.482214.8413

#a95155 color RGB value is (169,81,85).

#a95155 hex color red value is 169, green value is 81 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #a95155 hue: 0.99 , saturation: 0.35 and the lightness value of a95155 is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 01010001 01010101
Octal 251 121 125
Decimal 169 81 85
Hex A9 51 55

RGB Percentages of Color #a95155

%50.45
%24.18
%25.37

CMYK Percentages of Color #a95155

%0
%52
%50
%34

Triadic Colors of #a95155

#a95155 #55a951 #5155a9

Analogous Colors of #a95155

#a95155 #a97951 #a95181

Monochromatic Colors of #a95155

#a95155

Complementary Color

#a95155 #51a9a5

#a95155 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a95155 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a95155 Color CSS Codes

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

#a95155 Text Font Color

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

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


#a95155 Background Color

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

This div background color is #a95155


#a95155 Border Color

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

This div border color is #a95155


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a95155


Comments

No comments written yet.

Please login to write comment.