COLOR #A44F18

HEX: #A44F18 RGB: (164,79,24)

Color info

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

RGB color model

#A44F18 color RGB value is (164,79,24).

RGB: (164,79,24) (64%, 31%, 9%)

RGB channels and saturation

R 164 of 255 = 64%
G 79 of 255 = 31%
B 24 of 255 = 9%

164
79
24

R + G + B ~ 35%. #A44F18 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 164 + 79 + 24 = 267 (100%)
R 164 of 267 ~ 61.42%
G 79 of 267 ~ 29.59%
B 24 of 267 ~ 8.99'%

%61.42
%29.59

CMYK color model

#A44F18 color CMYK value is (0,52,85,36).

  • cyan value is 0.00%
  • magenta value is 51.83%
  • yellow value is 85.37%
  • key color value is 35.69%

CMYK: (0,52,85,36)
C0M52Y85K36 (0%, 52%, 85%, 36%)
(0.00 / 0.52 / 0.85 / 0.36)

CMYK percentages

%0
%51.83
%85.37
%35.69

Codes

Color #A44F18 in popluar color models

A4 4F 18
RGB 164 79 24
HSL 24° 74.47% 36.86%
HSB/HSV 24° 85.37% 64.31%
CMYK 0.00% 51.83% 85.37%
35.69%

Color #A44F18 in popluar number systems.

HEX A4 4F 18
Decimal 164 79 24
Binary 10100100 1001111 11000
Octal 244 117 30

Shades and tints

Shades of #A44F18

#A44F18
(164,79,24)
#964816
(150,72,22)
#884114
(136,65,20)
#7A3A12
(122,58,18)
#6C3310
(108,51,16)
#5E2C0E
(94,44,14)
#50250C
(80,37,12)
#421E0A
(66,30,10)
#341708
(52,23,8)
#261006
(38,16,6)
#180904
(24,9,4)
#000000
(0,0,0)

Tints of #A44F18

#A44F18
(164,79,24)
#AC5F2D
(172,95,45)
#B46F42
(180,111,66)
#BC7F57
(188,127,87)
#C48F6C
(196,143,108)
#CC9F81
(204,159,129)
#D4AF96
(212,175,150)
#DCBFAB
(220,191,171)
#E4CFC0
(228,207,192)
#ECDFD5
(236,223,213)
#F4EFEA
(244,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A44F18 color. Also use rgb(164,79,24) instead hex code.

Text Font Color

.myTextColor { color: #A44F18; }

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

This text font color is #A44F18.

Background Color

.myBgColor { background-color: #A44F18; }

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

This div background color is #A44F18.

Border color

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

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

This div border color is #A44F18.

Opacity

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

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

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

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

This text has shadow with #A44F18 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A44F18.

Preview

Color preview on black background

This text has color #A44F18 on black background.


Color preview on white background

This text has color #A44F18 on white background.


Black color preview on #A44F18 background

This text has black color on #A44F18 background.


White color preview on #A44F18 background

This text has white color on #A44F18 background.


Related colors

Complementary color

Complementary color for #hex is #5BB0E7.


I love getcolorcode.com

Triadic colors

1 #18A44F and #4F18A4 with #A44F18 are triadic colors.

2 #184FA4 and #4FA418 with #A44F18 are triadic colors.