COLOR #A46266

HEX: #A46266
RGB: (164,98,102)

Color info

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

RGB color model

#A46266 color RGB value is (164,98,102).

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

RGB channels and saturation

R 164 of 255 = 64%
G 98 of 255 = 38%
B 102 of 255 = 40%

164
98
102

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

Portions of RGB colors in percentages

R + G + B =
164 + 98 + 102 = 364 (100%)
R 164 of 364 ~ 45.05%
G 98 of 364 ~ 26.92%
B 102 of 364 ~ 28.02%

%45.05
%26.92
%28.02

CMYK color model

#A46266 color CMYK value is (0,40,38,36).

  • cyan value is 0.00%
  • magenta value is 40.24%
  • yellow value is 37.80%
  • key color value is 35.69%
CMYK:
(0,40,38,36)
C0M40Y38K36 
(0%,40%,38%,36%)
(0.00/0.40/0.38/0.36)	

CMYK percentages

%0
%40.24
%37.8
%35.69

Codes

Color #A46266 in popluar color models

A46266
RGB16498102
HSL356°26.61%51.37%
HSB/HSV356°40.24%64.31%
CMYK0.00%40.24%37.80%
35.69%

Color #A46266 in popluar number systems.

HEXA46266
Decimal16498102
Binary1010010011000101100110
Octal244142146

Shades and tints

Shades of #A46266

#A46266
(164,98,102)
#965A5D
(150,90,93)
#885254
(136,82,84)
#7A4A4B
(122,74,75)
#6C4242
(108,66,66)
#5E3A39
(94,58,57)
#503230
(80,50,48)
#422A27
(66,42,39)
#34221E
(52,34,30)
#261A15
(38,26,21)
#18120C
(24,18,12)
#000000
(0,0,0)

Tints of #A46266

#A46266
(164,98,102)
#AC7073
(172,112,115)
#B47E80
(180,126,128)
#BC8C8D
(188,140,141)
#C49A9A
(196,154,154)
#CCA8A7
(204,168,167)
#D4B6B4
(212,182,180)
#DCC4C1
(220,196,193)
#E4D2CE
(228,210,206)
#ECE0DB
(236,224,219)
#F4EEE8
(244,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A46266; }

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

This text font color is #A46266.


Background Color

.myBgColor { background-color: #A46266; }

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

This div background color is #A46266.


Border color

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

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

This div border color is #A46266.


Opacity

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

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

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

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

This text has shadow with #A46266 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A46266 on black background.


Color preview on white background

This text has color #A46266 on white background.



Black color preview on #A46266 background

This text has black color on #A46266 background.


White color preview on #A46266 background

This text has white color on #A46266 background.