COLOR #A58478

HEX: #A58478
RGB: (165,132,120)

Color info

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

RGB color model

#A58478 color RGB value is (165,132,120).

  • red value is 165;
  • green value is 132;
  • blue value is 120.
RGB:
(165,132,120)
(65%,52%,47%)

RGB channels and saturation

R 165 of 255 = 65%
G 132 of 255 = 52%
B 120 of 255 = 47%

165
132
120

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

Portions of RGB colors in percentages

R + G + B =
165 + 132 + 120 = 417 (100%)
R 165 of 417 ~ 39.57%
G 132 of 417 ~ 31.65%
B 120 of 417 ~ 28.78%

%39.57
%31.65
%28.78

CMYK color model

#A58478 color CMYK value is (0,20,27,35).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 27.27%
  • key color value is 35.29%
CMYK:
(0,20,27,35)
C0M20Y27K35 
(0%,20%,27%,35%)
(0.00/0.20/0.27/0.35)	

CMYK percentages

%0
%20
%27.27
%35.29

Codes

Color #A58478 in popluar color models

A58478
RGB165132120
HSL16°20.00%55.88%
HSB/HSV16°27.27%64.71%
CMYK0.00%20.00%27.27%
35.29%

Color #A58478 in popluar number systems.

HEXA58478
Decimal165132120
Binary10100101100001001111000
Octal245204170

Shades and tints

Shades of #A58478

#A58478
(165,132,120)
#96786E
(150,120,110)
#876C64
(135,108,100)
#78605A
(120,96,90)
#695450
(105,84,80)
#5A4846
(90,72,70)
#4B3C3C
(75,60,60)
#3C3032
(60,48,50)
#2D2428
(45,36,40)
#1E181E
(30,24,30)
#0F0C14
(15,12,20)
#000000
(0,0,0)

Tints of #A58478

#A58478
(165,132,120)
#AD8F84
(173,143,132)
#B59A90
(181,154,144)
#BDA59C
(189,165,156)
#C5B0A8
(197,176,168)
#CDBBB4
(205,187,180)
#D5C6C0
(213,198,192)
#DDD1CC
(221,209,204)
#E5DCD8
(229,220,216)
#EDE7E4
(237,231,228)
#F5F2F0
(245,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A58478; }

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

This text font color is #A58478.


Background Color

.myBgColor { background-color: #A58478; }

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

This div background color is #A58478.


Border color

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

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

This div border color is #A58478.


Opacity

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

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

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

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

This text has shadow with #A58478 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A58478 on black background.


Color preview on white background

This text has color #A58478 on white background.



Black color preview on #A58478 background

This text has black color on #A58478 background.


White color preview on #A58478 background

This text has white color on #A58478 background.