Color Hex Logo

#a9153a Color Hex

#A9153A
(169,21,58)
0 Favorites   0 Comments

Color spaces of #a9153a

RGB 1692158
HSL0.960.780.37
HSV345°88°66°
CMYK 0.000.880.66   0.34
XYZ17.39419.27684.8768
Yxy9.27680.55140.2941
Hunter Lab30.457848.637911.8272
CIE-Lab36.511957.529119.5110

#a9153a color RGB value is (169,21,58).

#a9153a hex color red value is 169, green value is 21 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #a9153a hue: 0.96 , saturation: 0.78 and the lightness value of a9153a is 0.37.

The process color (four color CMYK) of #a9153a color hex is 0.00, 0.88, 0.66, 0.34. Web safe color of #a9153a is #990033. Color #a9153a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 00010101 00111010
Octal 251 25 72
Decimal 169 21 58
Hex A9 15 3A

RGB Percentages of Color #a9153a

%68.15
%8.47
%23.39

CMYK Percentages of Color #a9153a

%0
%88
%66
%34

Triadic Colors of #a9153a

#a9153a #3aa915 #153aa9

Analogous Colors of #a9153a

#a9153a #a93a15 #a91584

Monochromatic Colors of #a9153a

#a9153a

Complementary Color

#a9153a #15a984

#a9153a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9153a Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9153a Color CSS Codes

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

#a9153a Text Font Color

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

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


#a9153a Background Color

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

This div background color is #a9153a


#a9153a Border Color

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

This div border color is #a9153a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9153a


Comments

No comments written yet.

Please login to write comment.