COLOR #A70A0A

HEX: #A70A0A RGB: (167,10,10)

Color info

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

RGB color model

#A70A0A color RGB value is (167,10,10).

RGB: (167,10,10) (65%, 4%, 4%)

RGB channels and saturation

R 167 of 255 = 65%
G 10 of 255 = 4%
B 10 of 255 = 4%

167
10
10

R + G + B ~ 24%. #A70A0A is dark color.

Portions of RGB colors in percentages

R + G + B = 167 + 10 + 10 = 187 (100%)
R 167 of 187 ~ 89.3%
G 10 of 187 ~ 5.35%
B 10 of 187 ~ 5.35'%

%89.3

CMYK color model

#A70A0A color CMYK value is (0,94,94,35).

  • cyan value is 0.00%
  • magenta value is 94.01%
  • yellow value is 94.01%
  • key color value is 34.51%

CMYK: (0,94,94,35)
C0M94Y94K35 (0%, 94%, 94%, 35%)
(0.00 / 0.94 / 0.94 / 0.35)

CMYK percentages

%0
%94.01
%94.01
%34.51

Codes

Color #A70A0A in popluar color models

A7 0A 0A
RGB 167 10 10
HSL 88.70% 34.71%
HSB/HSV 94.01% 65.49%
CMYK 0.00% 94.01% 94.01%
34.51%

Color #A70A0A in popluar number systems.

HEX A7 0A 0A
Decimal 167 10 10
Binary 10100111 1010 1010
Octal 247 12 12

Shades and tints

Shades of #A70A0A

#A70A0A
(167,10,10)
#980A0A
(152,10,10)
#890A0A
(137,10,10)
#7A0A0A
(122,10,10)
#6B0A0A
(107,10,10)
#5C0A0A
(92,10,10)
#4D0A0A
(77,10,10)
#3E0A0A
(62,10,10)
#2F0A0A
(47,10,10)
#200A0A
(32,10,10)
#110A0A
(17,10,10)
#000000
(0,0,0)

Tints of #A70A0A

#A70A0A
(167,10,10)
#AF2020
(175,32,32)
#B73636
(183,54,54)
#BF4C4C
(191,76,76)
#C76262
(199,98,98)
#CF7878
(207,120,120)
#D78E8E
(215,142,142)
#DFA4A4
(223,164,164)
#E7BABA
(231,186,186)
#EFD0D0
(239,208,208)
#F7E6E6
(247,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A70A0A; }

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

This text font color is #A70A0A.

Background Color

.myBgColor { background-color: #A70A0A; }

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

This div background color is #A70A0A.

Border color

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

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

This div border color is #A70A0A.

Opacity

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

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

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

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

This text has shadow with #A70A0A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A70A0A.

Preview

Color preview on black background

This text has color #A70A0A on black background.


Color preview on white background

This text has color #A70A0A on white background.


Black color preview on #A70A0A background

This text has black color on #A70A0A background.


White color preview on #A70A0A background

This text has white color on #A70A0A background.


Related colors

Complementary color

Complementary color for #hex is #58F5F5.


I love getcolorcode.com