COLOR #A9071A

HEX: #A9071A
RGB: (169,7,26)

Color info

#A9071A contains mainly red color. Web safe color of #A9071A is #990000 (or #900).

RGB color model

#A9071A color RGB value is (169,7,26).

  • red value is 169;
  • green value is 7;
  • blue value is 26.
RGB:
(169,7,26)
(66%,3%,10%)

RGB channels and saturation

R 169 of 255 = 66%
G 7 of 255 = 3%
B 26 of 255 = 10%

169
7
26

R + G + B ~ 26%. #A9071A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
169 + 7 + 26 = 202 (100%)
R 169 of 202 ~ 83.66%
G 7 of 202 ~ 3.47%
B 26 of 202 ~ 12.87%

%83.66
%12.87

CMYK color model

#A9071A color CMYK value is (0,96,85,34).

  • cyan value is 0.00%
  • magenta value is 95.86%
  • yellow value is 84.62%
  • key color value is 33.73%
CMYK:
(0,96,85,34)
C0M96Y85K34 
(0%,96%,85%,34%)
(0.00/0.96/0.85/0.34)	

CMYK percentages

%0
%95.86
%84.62
%33.73

Codes

Color #A9071A in popluar color models

A9071A
RGB169726
HSL353°92.05%34.51%
HSB/HSV353°95.86%66.27%
CMYK0.00%95.86%84.62%
33.73%

Color #A9071A in popluar number systems.

HEXA9071A
Decimal169726
Binary1010100111111010
Octal251732

Shades and tints

Shades of #A9071A

#A9071A
(169,7,26)
#9A0718
(154,7,24)
#8B0716
(139,7,22)
#7C0714
(124,7,20)
#6D0712
(109,7,18)
#5E0710
(94,7,16)
#4F070E
(79,7,14)
#40070C
(64,7,12)
#31070A
(49,7,10)
#220708
(34,7,8)
#130706
(19,7,6)
#000000
(0,0,0)

Tints of #A9071A

#A9071A
(169,7,26)
#B01D2E
(176,29,46)
#B73342
(183,51,66)
#BE4956
(190,73,86)
#C55F6A
(197,95,106)
#CC757E
(204,117,126)
#D38B92
(211,139,146)
#DAA1A6
(218,161,166)
#E1B7BA
(225,183,186)
#E8CDCE
(232,205,206)
#EFE3E2
(239,227,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9071A color. Also use rgb(169,7,26) instead hex code.

Text Font Color

.myTextColor { color: #A9071A; }

<p style="color:#A9071A">This sample text font color is #A9071A.</p>

This text font color is #A9071A.


Background Color

.myBgColor { background-color: #A9071A; }

<div style="background-color:#A9071A">Inner text</div>

This div background color is #A9071A.


Border color

.myBorderColor { border: 1px solid #A9071A; }

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

This div border color is #A9071A.


Opacity

.myOpacity80 { color: #A9071A; opacity: 0.8; }

<p style="color:#A9071A;opacity:0.8;">80%</p>

Text with #A9071A color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #A9071A;}

<p style="text-shadow: 3px 3px 1px #A9071A">Text here.</p>

This text has shadow with #A9071A color.

.textShadow {text-shadow: 3px 3px 1px #A9071A, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #A9071A, 5px 5px 20px red">Text here.</p>

This text has shadow with #A9071A primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A9071A, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#A9071A, Direction=45, Strength=4)">Text</p>

This text has shadow with #A9071A and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #A9071A;
  -webkit-box-shadow:	1px 1px 3px 2px #A9071A;
  box-shadow:		1px 1px 3px 2px #A9071A;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A9071A;
-webkit-box-shadow: 1px 1px 3px 2px #A9071A;
box-shadow:1px 1px 3px 2px #A9071A;">
Div content here</div>
This div box has shadow with color #A9071A.

Preview

Color preview on black background

This text has color #A9071A on black background.


Color preview on white background

This text has color #A9071A on white background.



Black color preview on #A9071A background

This text has black color on #A9071A background.


White color preview on #A9071A background

This text has white color on #A9071A background.