COLOR #A46255

HEX: #A46255
RGB: (164,98,85)

Color info

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

RGB color model

#A46255 color RGB value is (164,98,85).

  • red value is 164;
  • green value is 98;
  • blue value is 85.
RGB:
(164,98,85)
(64%,38%,33%)

RGB channels and saturation

R 164 of 255 = 64%
G 98 of 255 = 38%
B 85 of 255 = 33%

164
98
85

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

Portions of RGB colors in percentages

R + G + B =
164 + 98 + 85 = 347 (100%)
R 164 of 347 ~ 47.26%
G 98 of 347 ~ 28.24%
B 85 of 347 ~ 24.5%

%47.26
%28.24
%24.5

CMYK color model

#A46255 color CMYK value is (0,40,48,36).

  • cyan value is 0.00%
  • magenta value is 40.24%
  • yellow value is 48.17%
  • key color value is 35.69%
CMYK:
(0,40,48,36)
C0M40Y48K36 
(0%,40%,48%,36%)
(0.00/0.40/0.48/0.36)	

CMYK percentages

%0
%40.24
%48.17
%35.69

Codes

Color #A46255 in popluar color models

A46255
RGB1649885
HSL10°31.73%48.82%
HSB/HSV10°48.17%64.31%
CMYK0.00%40.24%48.17%
35.69%

Color #A46255 in popluar number systems.

HEXA46255
Decimal1649885
Binary1010010011000101010101
Octal244142125

Shades and tints

Shades of #A46255

#A46255
(164,98,85)
#965A4E
(150,90,78)
#885247
(136,82,71)
#7A4A40
(122,74,64)
#6C4239
(108,66,57)
#5E3A32
(94,58,50)
#50322B
(80,50,43)
#422A24
(66,42,36)
#34221D
(52,34,29)
#261A16
(38,26,22)
#18120F
(24,18,15)
#000000
(0,0,0)

Tints of #A46255

#A46255
(164,98,85)
#AC7064
(172,112,100)
#B47E73
(180,126,115)
#BC8C82
(188,140,130)
#C49A91
(196,154,145)
#CCA8A0
(204,168,160)
#D4B6AF
(212,182,175)
#DCC4BE
(220,196,190)
#E4D2CD
(228,210,205)
#ECE0DC
(236,224,220)
#F4EEEB
(244,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A46255 color. Also use rgb(164,98,85) instead hex code.

Text Font Color

.myTextColor { color: #A46255; }

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

This text font color is #A46255.


Background Color

.myBgColor { background-color: #A46255; }

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

This div background color is #A46255.


Border color

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

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

This div border color is #A46255.


Opacity

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

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

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

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

This text has shadow with #A46255 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A46255 on black background.


Color preview on white background

This text has color #A46255 on white background.



Black color preview on #A46255 background

This text has black color on #A46255 background.


White color preview on #A46255 background

This text has white color on #A46255 background.