Color Hex Logo

#a91926 Color Hex

#A91926
(169,25,38)
0 Favorites   0 Comments

Color spaces of #a91926

RGB 1692538
HSL0.980.740.38
HSV355°85°66°
CMYK 0.000.850.78   0.34
XYZ17.05979.27022.7239
Yxy9.27020.58720.3191
Hunter Lab30.447046.732716.0086
CIE-Lab36.499455.751832.0228

#a91926 color RGB value is (169,25,38).

#a91926 hex color red value is 169, green value is 25 and the blue value of its RGB is 38. Cylindrical-coordinate representations (also known as HSL) of color #a91926 hue: 0.98 , saturation: 0.74 and the lightness value of a91926 is 0.38.

The process color (four color CMYK) of #a91926 color hex is 0.00, 0.85, 0.78, 0.34. Web safe color of #a91926 is #990033. Color #a91926 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 00011001 00100110
Octal 251 31 46
Decimal 169 25 38
Hex A9 19 26

RGB Percentages of Color #a91926

%72.84
%10.78
%16.38

CMYK Percentages of Color #a91926

%0
%85
%78
%34

Triadic Colors of #a91926

#a91926 #26a919 #1926a9

Analogous Colors of #a91926

#a91926 #a95419 #a9196e

Monochromatic Colors of #a91926

#a91926

Complementary Color

#a91926 #19a99c

#a91926 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a91926 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a91926 Color CSS Codes

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

#a91926 Text Font Color

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

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


#a91926 Background Color

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

This div background color is #a91926


#a91926 Border Color

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

This div border color is #a91926


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a91926


Comments

No comments written yet.

Please login to write comment.