Color Hex Logo

#a95949 Color Hex

#A95949
(169,89,73)
0 Favorites   0 Comments

Color spaces of #a95949

RGB 1698973
HSL0.030.400.47
HSV10°57°66°
CMYK 0.000.470.57   0.34
XYZ21.137216.06088.2893
Yxy16.06080.46470.3531
Hunter Lab40.075924.013215.7896
CIE-Lab47.054231.143023.9492

#a95949 color RGB value is (169,89,73).

#a95949 hex color red value is 169, green value is 89 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #a95949 hue: 0.03 , saturation: 0.40 and the lightness value of a95949 is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 01011001 01001001
Octal 251 131 111
Decimal 169 89 73
Hex A9 59 49

RGB Percentages of Color #a95949

%51.06
%26.89
%22.05

CMYK Percentages of Color #a95949

%0
%47
%57
%34

Triadic Colors of #a95949

#a95949 #49a959 #5949a9

Analogous Colors of #a95949

#a95949 #a98949 #a94969

Monochromatic Colors of #a95949

#a95949

Complementary Color

#a95949 #4999a9

#a95949 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a95949 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a95949 Color CSS Codes

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

#a95949 Text Font Color

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

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


#a95949 Background Color

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

This div background color is #a95949


#a95949 Border Color

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

This div border color is #a95949


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a95949


Comments

No comments written yet.

Please login to write comment.