COLOR #A6536F

HEX: #A6536F
RGB: (166,83,111)

Color info

#A6536F contains mainly red and blue colors. Web safe color of #A6536F is #996666 (or #966).

RGB color model

#A6536F color RGB value is (166,83,111).

  • red value is 166;
  • green value is 83;
  • blue value is 111.
RGB:
(166,83,111)
(65%,33%,44%)

RGB channels and saturation

R 166 of 255 = 65%
G 83 of 255 = 33%
B 111 of 255 = 44%

166
83
111

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

Portions of RGB colors in percentages

R + G + B =
166 + 83 + 111 = 360 (100%)
R 166 of 360 ~ 46.11%
G 83 of 360 ~ 23.06%
B 111 of 360 ~ 30.83%

%46.11
%23.06
%30.83

CMYK color model

#A6536F color CMYK value is (0,50,33,35).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 33.13%
  • key color value is 34.90%
CMYK:
(0,50,33,35)
C0M50Y33K35 
(0%,50%,33%,35%)
(0.00/0.50/0.33/0.35)	

CMYK percentages

%0
%50
%33.13
%34.9

Codes

Color #A6536F in popluar color models

A6536F
RGB16683111
HSL340°33.33%48.82%
HSB/HSV340°50.00%65.10%
CMYK0.00%50.00%33.13%
34.90%

Color #A6536F in popluar number systems.

HEXA6536F
Decimal16683111
Binary1010011010100111101111
Octal246123157

Shades and tints

Shades of #A6536F

#A6536F
(166,83,111)
#974C65
(151,76,101)
#88455B
(136,69,91)
#793E51
(121,62,81)
#6A3747
(106,55,71)
#5B303D
(91,48,61)
#4C2933
(76,41,51)
#3D2229
(61,34,41)
#2E1B1F
(46,27,31)
#1F1415
(31,20,21)
#100D0B
(16,13,11)
#000000
(0,0,0)

Tints of #A6536F

#A6536F
(166,83,111)
#AE627C
(174,98,124)
#B67189
(182,113,137)
#BE8096
(190,128,150)
#C68FA3
(198,143,163)
#CE9EB0
(206,158,176)
#D6ADBD
(214,173,189)
#DEBCCA
(222,188,202)
#E6CBD7
(230,203,215)
#EEDAE4
(238,218,228)
#F6E9F1
(246,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6536F color. Also use rgb(166,83,111) instead hex code.

Text Font Color

.myTextColor { color: #A6536F; }

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

This text font color is #A6536F.


Background Color

.myBgColor { background-color: #A6536F; }

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

This div background color is #A6536F.


Border color

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

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

This div border color is #A6536F.


Opacity

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

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

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

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

This text has shadow with #A6536F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6536F on black background.


Color preview on white background

This text has color #A6536F on white background.



Black color preview on #A6536F background

This text has black color on #A6536F background.


White color preview on #A6536F background

This text has white color on #A6536F background.