Color Hex Logo

#a9494d Color Hex

#A9494D
(169,73,77)
0 Favorites   0 Comments

Color spaces of #a9494d

RGB 1697377
HSL0.990.400.47
HSV358°57°66°
CMYK 0.000.570.54   0.34
XYZ20.084313.73598.6139
Yxy13.73590.47330.3237
Hunter Lab37.062031.872712.1633
CIE-Lab43.851839.830617.3355

#a9494d color RGB value is (169,73,77).

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

The process color (four color CMYK) of #a9494d color hex is 0.00, 0.57, 0.54, 0.34. Web safe color of #a9494d is #993366. Color #a9494d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01001001 01001101
Octal 251 111 115
Decimal 169 73 77
Hex A9 49 4D

RGB Percentages of Color #a9494d

%52.98
%22.88
%24.14

CMYK Percentages of Color #a9494d

%0
%57
%54
%34

Triadic Colors of #a9494d

#a9494d #4da949 #494da9

Analogous Colors of #a9494d

#a9494d #a97549 #a9497d

Monochromatic Colors of #a9494d

#a9494d

Complementary Color

#a9494d #49a9a5

#a9494d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9494d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9494d Color CSS Codes

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

#a9494d Text Font Color

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

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


#a9494d Background Color

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

This div background color is #a9494d


#a9494d Border Color

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

This div border color is #a9494d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9494d


Comments

No comments written yet.

Please login to write comment.