COLOR #A59478

HEX: #A59478 RGB: (165,148,120)

Color info

#A59478 contains red, green and blue colors in about the same proportion. Web safe color of #A59478 is #999966 (or #996).

RGB color model

#A59478 color RGB value is (165,148,120).

RGB: (165,148,120) (65%, 58%, 47%)

RGB channels and saturation

R 165 of 255 = 65%
G 148 of 255 = 58%
B 120 of 255 = 47%

165
148
120

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

Portions of RGB colors in percentages

R + G + B = 165 + 148 + 120 = 433 (100%)
R 165 of 433 ~ 38.11%
G 148 of 433 ~ 34.18%
B 120 of 433 ~ 27.71'%

%38.11
%34.18
%27.71

CMYK color model

#A59478 color CMYK value is (0,10,27,35).

  • cyan value is 0.00%
  • magenta value is 10.30%
  • yellow value is 27.27%
  • key color value is 35.29%

CMYK: (0,10,27,35)
C0M10Y27K35 (0%, 10%, 27%, 35%)
(0.00 / 0.10 / 0.27 / 0.35)

CMYK percentages

%0
%10.3
%27.27
%35.29

Codes

Color #A59478 in popluar color models

A5 94 78
RGB 165 148 120
HSL 37° 20.00% 55.88%
HSB/HSV 37° 27.27% 64.71%
CMYK 0.00% 10.30% 27.27%
35.29%

Color #A59478 in popluar number systems.

HEX A5 94 78
Decimal 165 148 120
Binary 10100101 10010100 1111000
Octal 245 224 170

Shades and tints

Shades of #A59478

#A59478
(165,148,120)
#96876E
(150,135,110)
#877A64
(135,122,100)
#786D5A
(120,109,90)
#696050
(105,96,80)
#5A5346
(90,83,70)
#4B463C
(75,70,60)
#3C3932
(60,57,50)
#2D2C28
(45,44,40)
#1E1F1E
(30,31,30)
#0F1214
(15,18,20)
#000000
(0,0,0)

Tints of #A59478

#A59478
(165,148,120)
#AD9D84
(173,157,132)
#B5A690
(181,166,144)
#BDAF9C
(189,175,156)
#C5B8A8
(197,184,168)
#CDC1B4
(205,193,180)
#D5CAC0
(213,202,192)
#DDD3CC
(221,211,204)
#E5DCD8
(229,220,216)
#EDE5E4
(237,229,228)
#F5EEF0
(245,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A59478 color. Also use rgb(165,148,120) instead hex code.

Text Font Color

.myTextColor { color: #A59478; }

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

This text font color is #A59478.

Background Color

.myBgColor { background-color: #A59478; }

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

This div background color is #A59478.

Border color

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

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

This div border color is #A59478.

Opacity

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

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

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

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

This text has shadow with #A59478 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A59478.

Preview

Color preview on black background

This text has color #A59478 on black background.


Color preview on white background

This text has color #A59478 on white background.


Black color preview on #A59478 background

This text has black color on #A59478 background.


White color preview on #A59478 background

This text has white color on #A59478 background.


Related colors

Complementary color

Complementary color for #hex is #5A6B87.


I love getcolorcode.com

Triadic colors

1 #78A594 and #9478A5 with #A59478 are triadic colors.

2 #7894A5 and #94A578 with #A59478 are triadic colors.