COLOR #A74A09

HEX: #A74A09 RGB: (167,74,9)

Color info

#A74A09 contains mainly red color. Web safe color of #A74A09 is #993300 (or #930).

RGB color model

#A74A09 color RGB value is (167,74,9).

RGB: (167,74,9) (65%, 29%, 4%)

RGB channels and saturation

R 167 of 255 = 65%
G 74 of 255 = 29%
B 9 of 255 = 4%

167
74
9

R + G + B ~ 33%. #A74A09 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 167 + 74 + 9 = 250 (100%)
R 167 of 250 ~ 66.8%
G 74 of 250 ~ 29.6%
B 9 of 250 ~ 3.6'%

%66.8
%29.6

CMYK color model

#A74A09 color CMYK value is (0,56,95,35).

  • cyan value is 0.00%
  • magenta value is 55.69%
  • yellow value is 94.61%
  • key color value is 34.51%

CMYK: (0,56,95,35)
C0M56Y95K35 (0%, 56%, 95%, 35%)
(0.00 / 0.56 / 0.95 / 0.35)

CMYK percentages

%0
%55.69
%94.61
%34.51

Codes

Color #A74A09 in popluar color models

A7 4A 09
RGB 167 74 9
HSL 25° 89.77% 34.51%
HSB/HSV 25° 94.61% 65.49%
CMYK 0.00% 55.69% 94.61%
34.51%

Color #A74A09 in popluar number systems.

HEX A7 4A 09
Decimal 167 74 9
Binary 10100111 1001010 1001
Octal 247 112 11

Shades and tints

Shades of #A74A09

#A74A09
(167,74,9)
#984409
(152,68,9)
#893E09
(137,62,9)
#7A3809
(122,56,9)
#6B3209
(107,50,9)
#5C2C09
(92,44,9)
#4D2609
(77,38,9)
#3E2009
(62,32,9)
#2F1A09
(47,26,9)
#201409
(32,20,9)
#110E09
(17,14,9)
#000000
(0,0,0)

Tints of #A74A09

#A74A09
(167,74,9)
#AF5A1F
(175,90,31)
#B76A35
(183,106,53)
#BF7A4B
(191,122,75)
#C78A61
(199,138,97)
#CF9A77
(207,154,119)
#D7AA8D
(215,170,141)
#DFBAA3
(223,186,163)
#E7CAB9
(231,202,185)
#EFDACF
(239,218,207)
#F7EAE5
(247,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A74A09; }

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

This text font color is #A74A09.

Background Color

.myBgColor { background-color: #A74A09; }

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

This div background color is #A74A09.

Border color

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

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

This div border color is #A74A09.

Opacity

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

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

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

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

This text has shadow with #A74A09 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A74A09.

Preview

Color preview on black background

This text has color #A74A09 on black background.


Color preview on white background

This text has color #A74A09 on white background.


Black color preview on #A74A09 background

This text has black color on #A74A09 background.


White color preview on #A74A09 background

This text has white color on #A74A09 background.


Related colors

Complementary color

Complementary color for #hex is #58B5F6.


I love getcolorcode.com

Triadic colors

1 #09A74A and #4A09A7 with #A74A09 are triadic colors.

2 #094AA7 and #4AA709 with #A74A09 are triadic colors.