COLOR #A9276D

HEX: #A9276D
RGB: (169,39,109)

Color info

#A9276D contains mainly red color. Web safe color of #A9276D is #993366 (or #936).

RGB color model

#A9276D color RGB value is (169,39,109).

  • red value is 169;
  • green value is 39;
  • blue value is 109.
RGB:
(169,39,109)
(66%,15%,43%)

RGB channels and saturation

R 169 of 255 = 66%
G 39 of 255 = 15%
B 109 of 255 = 43%

169
39
109

R + G + B ~ 41%. #A9276D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
169 + 39 + 109 = 317 (100%)
R 169 of 317 ~ 53.31%
G 39 of 317 ~ 12.3%
B 109 of 317 ~ 34.38%

%53.31
%12.3
%34.38

CMYK color model

#A9276D color CMYK value is (0,77,36,34).

  • cyan value is 0.00%
  • magenta value is 76.92%
  • yellow value is 35.50%
  • key color value is 33.73%
CMYK:
(0,77,36,34)
C0M77Y36K34 
(0%,77%,36%,34%)
(0.00/0.77/0.36/0.34)	

CMYK percentages

%0
%76.92
%35.5
%33.73

Codes

Color #A9276D in popluar color models

A9276D
RGB16939109
HSL328°62.50%40.78%
HSB/HSV328°76.92%66.27%
CMYK0.00%76.92%35.50%
33.73%

Color #A9276D in popluar number systems.

HEXA9276D
Decimal16939109
Binary101010011001111101101
Octal25147155

Shades and tints

Shades of #A9276D

#A9276D
(169,39,109)
#9A2464
(154,36,100)
#8B215B
(139,33,91)
#7C1E52
(124,30,82)
#6D1B49
(109,27,73)
#5E1840
(94,24,64)
#4F1537
(79,21,55)
#40122E
(64,18,46)
#310F25
(49,15,37)
#220C1C
(34,12,28)
#130913
(19,9,19)
#000000
(0,0,0)

Tints of #A9276D

#A9276D
(169,39,109)
#B03A7A
(176,58,122)
#B74D87
(183,77,135)
#BE6094
(190,96,148)
#C573A1
(197,115,161)
#CC86AE
(204,134,174)
#D399BB
(211,153,187)
#DAACC8
(218,172,200)
#E1BFD5
(225,191,213)
#E8D2E2
(232,210,226)
#EFE5EF
(239,229,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9276D color. Also use rgb(169,39,109) instead hex code.

Text Font Color

.myTextColor { color: #A9276D; }

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

This text font color is #A9276D.


Background Color

.myBgColor { background-color: #A9276D; }

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

This div background color is #A9276D.


Border color

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

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

This div border color is #A9276D.


Opacity

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

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

Text with #A9276D 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 #A9276D;}

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

This text has shadow with #A9276D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9276D on black background.


Color preview on white background

This text has color #A9276D on white background.



Black color preview on #A9276D background

This text has black color on #A9276D background.


White color preview on #A9276D background

This text has white color on #A9276D background.