COLOR #A4584D

HEX: #A4584D RGB: (164,88,77)

Color info

#A4584D contains mainly red color. Web safe color of #A4584D is #996633 (or #963).

RGB color model

#A4584D color RGB value is (164,88,77).

RGB: (164,88,77) (64%, 35%, 30%)

RGB channels and saturation

R 164 of 255 = 64%
G 88 of 255 = 35%
B 77 of 255 = 30%

164
88
77

R + G + B ~ 43%. #A4584D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 164 + 88 + 77 = 329 (100%)
R 164 of 329 ~ 49.85%
G 88 of 329 ~ 26.75%
B 77 of 329 ~ 23.4'%

%49.85
%26.75
%23.4

CMYK color model

#A4584D color CMYK value is (0,46,53,36).

  • cyan value is 0.00%
  • magenta value is 46.34%
  • yellow value is 53.05%
  • key color value is 35.69%

CMYK: (0,46,53,36)
C0M46Y53K36 (0%, 46%, 53%, 36%)
(0.00 / 0.46 / 0.53 / 0.36)

CMYK percentages

%0
%46.34
%53.05
%35.69

Codes

Color #A4584D in popluar color models

A4 58 4D
RGB 164 88 77
HSL 36.10% 47.25%
HSB/HSV 53.05% 64.31%
CMYK 0.00% 46.34% 53.05%
35.69%

Color #A4584D in popluar number systems.

HEX A4 58 4D
Decimal 164 88 77
Binary 10100100 1011000 1001101
Octal 244 130 115

Shades and tints

Shades of #A4584D

#A4584D
(164,88,77)
#965046
(150,80,70)
#88483F
(136,72,63)
#7A4038
(122,64,56)
#6C3831
(108,56,49)
#5E302A
(94,48,42)
#502823
(80,40,35)
#42201C
(66,32,28)
#341815
(52,24,21)
#26100E
(38,16,14)
#180807
(24,8,7)
#000000
(0,0,0)

Tints of #A4584D

#A4584D
(164,88,77)
#AC675D
(172,103,93)
#B4766D
(180,118,109)
#BC857D
(188,133,125)
#C4948D
(196,148,141)
#CCA39D
(204,163,157)
#D4B2AD
(212,178,173)
#DCC1BD
(220,193,189)
#E4D0CD
(228,208,205)
#ECDFDD
(236,223,221)
#F4EEED
(244,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4584D color. Also use rgb(164,88,77) instead hex code.

Text Font Color

.myTextColor { color: #A4584D; }

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

This text font color is #A4584D.

Background Color

.myBgColor { background-color: #A4584D; }

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

This div background color is #A4584D.

Border color

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

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

This div border color is #A4584D.

Opacity

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

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

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

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

This text has shadow with #A4584D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4584D.

Preview

Color preview on black background

This text has color #A4584D on black background.


Color preview on white background

This text has color #A4584D on white background.


Black color preview on #A4584D background

This text has black color on #A4584D background.


White color preview on #A4584D background

This text has white color on #A4584D background.


Related colors

Complementary color

Complementary color for #hex is #5BA7B2.


I love getcolorcode.com

Triadic colors

1 #4DA458 and #584DA4 with #A4584D are triadic colors.

2 #4D58A4 and #58A44D with #A4584D are triadic colors.