Color Hex Logo

#a94e5a Color Hex

#A94E5A
(169,78,90)
0 Favorites   0 Comments

Color spaces of #a94e5a

RGB 1697890
HSL0.980.370.48
HSV352°54°66°
CMYK 0.000.540.47   0.34
XYZ20.932014.622011.3919
Yxy14.62200.44590.3115
Hunter Lab38.238730.79379.1037
CIE-Lab45.112138.530711.1242

#a94e5a color RGB value is (169,78,90).

#a94e5a hex color red value is 169, green value is 78 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #a94e5a hue: 0.98 , saturation: 0.37 and the lightness value of a94e5a is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 01001110 01011010
Octal 251 116 132
Decimal 169 78 90
Hex A9 4E 5A

RGB Percentages of Color #a94e5a

%50.15
%23.15
%26.71

CMYK Percentages of Color #a94e5a

%0
%54
%47
%34

Triadic Colors of #a94e5a

#a94e5a #5aa94e #4e5aa9

Analogous Colors of #a94e5a

#a94e5a #a9704e #a94e88

Monochromatic Colors of #a94e5a

#a94e5a

Complementary Color

#a94e5a #4ea99d

#a94e5a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a94e5a Color Preview on White Background

Lorem ipsum dolor sit amet.

#a94e5a Color CSS Codes

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

#a94e5a Text Font Color

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

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


#a94e5a Background Color

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

This div background color is #a94e5a


#a94e5a Border Color

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

This div border color is #a94e5a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a94e5a


Comments

No comments written yet.

Please login to write comment.