Color Hex Logo

#a95055 Color Hex

#A95055
(169,80,85)
0 Favorites   0 Comments

Color spaces of #a95055

RGB 1698085
HSL0.990.360.49
HSV357°53°66°
CMYK 0.000.530.50   0.34
XYZ20.870514.828210.3565
Yxy14.82820.45320.3220
Hunter Lab38.507429.356711.0092
CIE-Lab45.398037.002214.5635

#a95055 color RGB value is (169,80,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 01010000 01010101
Octal 251 120 125
Decimal 169 80 85
Hex A9 50 55

RGB Percentages of Color #a95055

%50.60
%23.95
%25.45

CMYK Percentages of Color #a95055

%0
%53
%50
%34

Triadic Colors of #a95055

#a95055 #55a950 #5055a9

Analogous Colors of #a95055

#a95055 #a97850 #a95082

Monochromatic Colors of #a95055

#a95055

Complementary Color

#a95055 #50a9a4

#a95055 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a95055 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a95055 Color CSS Codes

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

#a95055 Text Font Color

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

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


#a95055 Background Color

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

This div background color is #a95055


#a95055 Border Color

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

This div border color is #a95055


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a95055


Comments

No comments written yet.

Please login to write comment.