COLOR #A7276D

HEX: #A7276D
RGB: (167,39,109)

Color info

#A7276D contains mainly red and blue colors. Web safe color of #A7276D is #993366 (or #936).

RGB color model

#A7276D color RGB value is (167,39,109).

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

RGB channels and saturation

R 167 of 255 = 65%
G 39 of 255 = 15%
B 109 of 255 = 43%

167
39
109

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

Portions of RGB colors in percentages

R + G + B =
167 + 39 + 109 = 315 (100%)
R 167 of 315 ~ 53.02%
G 39 of 315 ~ 12.38%
B 109 of 315 ~ 34.6%

%53.02
%12.38
%34.6

CMYK color model

#A7276D color CMYK value is (0,77,35,35).

  • cyan value is 0.00%
  • magenta value is 76.65%
  • yellow value is 34.73%
  • key color value is 34.51%
CMYK:
(0,77,35,35)
C0M77Y35K35 
(0%,77%,35%,35%)
(0.00/0.77/0.35/0.35)	

CMYK percentages

%0
%76.65
%34.73
%34.51

Codes

Color #A7276D in popluar color models

A7276D
RGB16739109
HSL327°62.14%40.39%
HSB/HSV327°76.65%65.49%
CMYK0.00%76.65%34.73%
34.51%

Color #A7276D in popluar number systems.

HEXA7276D
Decimal16739109
Binary101001111001111101101
Octal24747155

Shades and tints

Shades of #A7276D

#A7276D
(167,39,109)
#982464
(152,36,100)
#89215B
(137,33,91)
#7A1E52
(122,30,82)
#6B1B49
(107,27,73)
#5C1840
(92,24,64)
#4D1537
(77,21,55)
#3E122E
(62,18,46)
#2F0F25
(47,15,37)
#200C1C
(32,12,28)
#110913
(17,9,19)
#000000
(0,0,0)

Tints of #A7276D

#A7276D
(167,39,109)
#AF3A7A
(175,58,122)
#B74D87
(183,77,135)
#BF6094
(191,96,148)
#C773A1
(199,115,161)
#CF86AE
(207,134,174)
#D799BB
(215,153,187)
#DFACC8
(223,172,200)
#E7BFD5
(231,191,213)
#EFD2E2
(239,210,226)
#F7E5EF
(247,229,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7276D; }

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

This text font color is #A7276D.


Background Color

.myBgColor { background-color: #A7276D; }

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

This div background color is #A7276D.


Border color

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

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

This div border color is #A7276D.


Opacity

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

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

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

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

This text has shadow with #A7276D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7276D on black background.


Color preview on white background

This text has color #A7276D on white background.



Black color preview on #A7276D background

This text has black color on #A7276D background.


White color preview on #A7276D background

This text has white color on #A7276D background.