COLOR #A7630A

HEX: #A7630A RGB: (167,99,10)

Color info

#A7630A contains mainly red color. Web safe color of #A7630A is #996600 (or #960).

RGB color model

#A7630A color RGB value is (167,99,10).

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

RGB channels and saturation

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

167
99
10

R + G + B ~ 36%. #A7630A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 167 + 99 + 10 = 276 (100%)
R 167 of 276 ~ 60.51%
G 99 of 276 ~ 35.87%
B 10 of 276 ~ 3.62'%

%60.51
%35.87

CMYK color model

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

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

CMYK: (0,41,94,35)
C0M41Y94K35 (0%, 41%, 94%, 35%)
(0.00 / 0.41 / 0.94 / 0.35)

CMYK percentages

%0
%40.72
%94.01
%34.51

Codes

Color #A7630A in popluar color models

A7 63 0A
RGB 167 99 10
HSL 34° 88.70% 34.71%
HSB/HSV 34° 94.01% 65.49%
CMYK 0.00% 40.72% 94.01%
34.51%

Color #A7630A in popluar number systems.

HEX A7 63 0A
Decimal 167 99 10
Binary 10100111 1100011 1010
Octal 247 143 12

Shades and tints

Shades of #A7630A

#A7630A
(167,99,10)
#985A0A
(152,90,10)
#89510A
(137,81,10)
#7A480A
(122,72,10)
#6B3F0A
(107,63,10)
#5C360A
(92,54,10)
#4D2D0A
(77,45,10)
#3E240A
(62,36,10)
#2F1B0A
(47,27,10)
#20120A
(32,18,10)
#11090A
(17,9,10)
#000000
(0,0,0)

Tints of #A7630A

#A7630A
(167,99,10)
#AF7120
(175,113,32)
#B77F36
(183,127,54)
#BF8D4C
(191,141,76)
#C79B62
(199,155,98)
#CFA978
(207,169,120)
#D7B78E
(215,183,142)
#DFC5A4
(223,197,164)
#E7D3BA
(231,211,186)
#EFE1D0
(239,225,208)
#F7EFE6
(247,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7630A; }

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

This text font color is #A7630A.

Background Color

.myBgColor { background-color: #A7630A; }

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

This div background color is #A7630A.

Border color

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

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

This div border color is #A7630A.

Opacity

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

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

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

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

This text has shadow with #A7630A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7630A.

Preview

Color preview on black background

This text has color #A7630A on black background.


Color preview on white background

This text has color #A7630A on white background.


Black color preview on #A7630A background

This text has black color on #A7630A background.


White color preview on #A7630A background

This text has white color on #A7630A background.


Related colors

Complementary color

Complementary color for #hex is #589CF5.


I love getcolorcode.com

Triadic colors

1 #0AA763 and #630AA7 with #A7630A are triadic colors.

2 #0A63A7 and #63A70A with #A7630A are triadic colors.