COLOR #A58474

HEX: #A58474
RGB: (165,132,116)

Color info

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

RGB color model

#A58474 color RGB value is (165,132,116).

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

RGB channels and saturation

R 165 of 255 = 65%
G 132 of 255 = 52%
B 116 of 255 = 45%

165
132
116

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

Portions of RGB colors in percentages

R + G + B =
165 + 132 + 116 = 413 (100%)
R 165 of 413 ~ 39.95%
G 132 of 413 ~ 31.96%
B 116 of 413 ~ 28.09%

%39.95
%31.96
%28.09

CMYK color model

#A58474 color CMYK value is (0,20,30,35).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 29.70%
  • key color value is 35.29%
CMYK:
(0,20,30,35)
C0M20Y30K35 
(0%,20%,30%,35%)
(0.00/0.20/0.30/0.35)	

CMYK percentages

%0
%20
%29.7
%35.29

Codes

Color #A58474 in popluar color models

A58474
RGB165132116
HSL20°21.40%55.10%
HSB/HSV20°29.70%64.71%
CMYK0.00%20.00%29.70%
35.29%

Color #A58474 in popluar number systems.

HEXA58474
Decimal165132116
Binary10100101100001001110100
Octal245204164

Shades and tints

Shades of #A58474

#A58474
(165,132,116)
#96786A
(150,120,106)
#876C60
(135,108,96)
#786056
(120,96,86)
#69544C
(105,84,76)
#5A4842
(90,72,66)
#4B3C38
(75,60,56)
#3C302E
(60,48,46)
#2D2424
(45,36,36)
#1E181A
(30,24,26)
#0F0C10
(15,12,16)
#000000
(0,0,0)

Tints of #A58474

#A58474
(165,132,116)
#AD8F80
(173,143,128)
#B59A8C
(181,154,140)
#BDA598
(189,165,152)
#C5B0A4
(197,176,164)
#CDBBB0
(205,187,176)
#D5C6BC
(213,198,188)
#DDD1C8
(221,209,200)
#E5DCD4
(229,220,212)
#EDE7E0
(237,231,224)
#F5F2EC
(245,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A58474; }

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

This text font color is #A58474.


Background Color

.myBgColor { background-color: #A58474; }

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

This div background color is #A58474.


Border color

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

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

This div border color is #A58474.


Opacity

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

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

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

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

This text has shadow with #A58474 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A58474 on black background.


Color preview on white background

This text has color #A58474 on white background.



Black color preview on #A58474 background

This text has black color on #A58474 background.


White color preview on #A58474 background

This text has white color on #A58474 background.