COLOR #A46458

HEX: #A46458
RGB: (164,100,88)

Color info

#A46458 contains mainly red color. Web safe color of #A46458 is #996666 (or #966).

RGB color model

#A46458 color RGB value is (164,100,88).

  • red value is 164;
  • green value is 100;
  • blue value is 88.
RGB:
(164,100,88)
(64%,39%,35%)

RGB channels and saturation

R 164 of 255 = 64%
G 100 of 255 = 39%
B 88 of 255 = 35%

164
100
88

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

Portions of RGB colors in percentages

R + G + B =
164 + 100 + 88 = 352 (100%)
R 164 of 352 ~ 46.59%
G 100 of 352 ~ 28.41%
B 88 of 352 ~ 25%

%46.59
%28.41
%25

CMYK color model

#A46458 color CMYK value is (0,39,46,36).

  • cyan value is 0.00%
  • magenta value is 39.02%
  • yellow value is 46.34%
  • key color value is 35.69%
CMYK:
(0,39,46,36)
C0M39Y46K36 
(0%,39%,46%,36%)
(0.00/0.39/0.46/0.36)	

CMYK percentages

%0
%39.02
%46.34
%35.69

Codes

Color #A46458 in popluar color models

A46458
RGB16410088
HSL30.16%49.41%
HSB/HSV46.34%64.31%
CMYK0.00%39.02%46.34%
35.69%

Color #A46458 in popluar number systems.

HEXA46458
Decimal16410088
Binary1010010011001001011000
Octal244144130

Shades and tints

Shades of #A46458

#A46458
(164,100,88)
#965B50
(150,91,80)
#885248
(136,82,72)
#7A4940
(122,73,64)
#6C4038
(108,64,56)
#5E3730
(94,55,48)
#502E28
(80,46,40)
#422520
(66,37,32)
#341C18
(52,28,24)
#261310
(38,19,16)
#180A08
(24,10,8)
#000000
(0,0,0)

Tints of #A46458

#A46458
(164,100,88)
#AC7267
(172,114,103)
#B48076
(180,128,118)
#BC8E85
(188,142,133)
#C49C94
(196,156,148)
#CCAAA3
(204,170,163)
#D4B8B2
(212,184,178)
#DCC6C1
(220,198,193)
#E4D4D0
(228,212,208)
#ECE2DF
(236,226,223)
#F4F0EE
(244,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A46458; }

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

This text font color is #A46458.


Background Color

.myBgColor { background-color: #A46458; }

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

This div background color is #A46458.


Border color

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

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

This div border color is #A46458.


Opacity

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

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

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

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

This text has shadow with #A46458 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A46458 on black background.


Color preview on white background

This text has color #A46458 on white background.



Black color preview on #A46458 background

This text has black color on #A46458 background.


White color preview on #A46458 background

This text has white color on #A46458 background.