COLOR #A9584A

HEX: #A9584A
RGB: (169,88,74)

Color info

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

RGB color model

#A9584A color RGB value is (169,88,74).

  • red value is 169;
  • green value is 88;
  • blue value is 74.
RGB:
(169,88,74)
(66%,35%,29%)

RGB channels and saturation

R 169 of 255 = 66%
G 88 of 255 = 35%
B 74 of 255 = 29%

169
88
74

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

Portions of RGB colors in percentages

R + G + B =
169 + 88 + 74 = 331 (100%)
R 169 of 331 ~ 51.06%
G 88 of 331 ~ 26.59%
B 74 of 331 ~ 22.36%

%51.06
%26.59
%22.36

CMYK color model

#A9584A color CMYK value is (0,48,56,34).

  • cyan value is 0.00%
  • magenta value is 47.93%
  • yellow value is 56.21%
  • key color value is 33.73%
CMYK:
(0,48,56,34)
C0M48Y56K34 
(0%,48%,56%,34%)
(0.00/0.48/0.56/0.34)	

CMYK percentages

%0
%47.93
%56.21
%33.73

Codes

Color #A9584A in popluar color models

A9584A
RGB1698874
HSL39.09%47.65%
HSB/HSV56.21%66.27%
CMYK0.00%47.93%56.21%
33.73%

Color #A9584A in popluar number systems.

HEXA9584A
Decimal1698874
Binary1010100110110001001010
Octal251130112

Shades and tints

Shades of #A9584A

#A9584A
(169,88,74)
#9A5044
(154,80,68)
#8B483E
(139,72,62)
#7C4038
(124,64,56)
#6D3832
(109,56,50)
#5E302C
(94,48,44)
#4F2826
(79,40,38)
#402020
(64,32,32)
#31181A
(49,24,26)
#221014
(34,16,20)
#13080E
(19,8,14)
#000000
(0,0,0)

Tints of #A9584A

#A9584A
(169,88,74)
#B0675A
(176,103,90)
#B7766A
(183,118,106)
#BE857A
(190,133,122)
#C5948A
(197,148,138)
#CCA39A
(204,163,154)
#D3B2AA
(211,178,170)
#DAC1BA
(218,193,186)
#E1D0CA
(225,208,202)
#E8DFDA
(232,223,218)
#EFEEEA
(239,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9584A color. Also use rgb(169,88,74) instead hex code.

Text Font Color

.myTextColor { color: #A9584A; }

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

This text font color is #A9584A.


Background Color

.myBgColor { background-color: #A9584A; }

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

This div background color is #A9584A.


Border color

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

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

This div border color is #A9584A.


Opacity

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

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

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

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

This text has shadow with #A9584A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9584A on black background.


Color preview on white background

This text has color #A9584A on white background.



Black color preview on #A9584A background

This text has black color on #A9584A background.


White color preview on #A9584A background

This text has white color on #A9584A background.