COLOR #A04F09

HEX: #A04F09
RGB: (160,79,9)

Color info

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

RGB color model

#A04F09 color RGB value is (160,79,9).

  • red value is 160;
  • green value is 79;
  • blue value is 9.
RGB: (160,79,9) (63%,31%,4%)

RGB channels and saturation

R 160 of 255 = 63%
G 79 of 255 = 31%
B 9 of 255 = 4%

160
79
9

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

Portions of RGB colors in percentages

R + G + B =
160 + 79 + 9 = 248 (100%)
R 160 of 248 ~ 64.52%
G 79 of 248 ~ 31.85%
B 9 of 248 ~ 3.63%

%64.52
%31.85

CMYK color model

#A04F09 color CMYK value is (0,51,94,37).

  • cyan value is 0.00%
  • magenta value is 50.63%
  • yellow value is 94.38%
  • key color value is 37.25%
CMYK: (0,51,94,37) C0M51Y94K37 (0%,51%,94%,37%) (0.00/0.51/0.94/0.37)

CMYK percentages

%0
%50.63
%94.38
%37.25

Codes

Color #A04F09 in popluar color models

A04F09
RGB160799
HSL28°89.35%33.14%
HSB/HSV28°94.38%62.75%
CMYK0.00%50.63%94.38%
37.25%

Color #A04F09 in popluar number systems.

HEXA04F09
Decimal160799
Binary1010000010011111001
Octal24011711

Shades and tints

Shades of #A04F09

#A04F09
(160,79,9)
#924809
(146,72,9)
#844109
(132,65,9)
#763A09
(118,58,9)
#683309
(104,51,9)
#5A2C09
(90,44,9)
#4C2509
(76,37,9)
#3E1E09
(62,30,9)
#301709
(48,23,9)
#221009
(34,16,9)
#140909
(20,9,9)
#000000
(0,0,0)

Tints of #A04F09

#A04F09
(160,79,9)
#A85F1F
(168,95,31)
#B06F35
(176,111,53)
#B87F4B
(184,127,75)
#C08F61
(192,143,97)
#C89F77
(200,159,119)
#D0AF8D
(208,175,141)
#D8BFA3
(216,191,163)
#E0CFB9
(224,207,185)
#E8DFCF
(232,223,207)
#F0EFE5
(240,239,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A04F09 color. Also use rgb(160,79,9) instead hex code.

Text Font Color

.myTextColor { color: #A04F09; }

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

This text font color is #A04F09.


Background Color

.myBgColor { background-color: #A04F09; }

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

This div background color is #A04F09.


Border color

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

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

This div border color is #A04F09.


Opacity

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

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

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

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

This text has shadow with #A04F09 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #A04F09 on black background.


Color preview on white background

This text has color #A04F09 on white background.



Black color preview on #A04F09 background

This text has black color on #A04F09 background.


White color preview on #A04F09 background

This text has white color on #A04F09 background.