COLOR #A6534D

HEX: #A6534D
RGB: (166,83,77)

Color info

#A6534D contains mainly red color. Web safe color of #A6534D is #996633 (or #963).

RGB color model

#A6534D color RGB value is (166,83,77).

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

RGB channels and saturation

R 166 of 255 = 65%
G 83 of 255 = 33%
B 77 of 255 = 30%

166
83
77

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

Portions of RGB colors in percentages

R + G + B =
166 + 83 + 77 = 326 (100%)
R 166 of 326 ~ 50.92%
G 83 of 326 ~ 25.46%
B 77 of 326 ~ 23.62%

%50.92
%25.46
%23.62

CMYK color model

#A6534D color CMYK value is (0,50,54,35).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 53.61%
  • key color value is 34.90%
CMYK:
(0,50,54,35)
C0M50Y54K35 
(0%,50%,54%,35%)
(0.00/0.50/0.54/0.35)	

CMYK percentages

%0
%50
%53.61
%34.9

Codes

Color #A6534D in popluar color models

A6534D
RGB1668377
HSL36.63%47.65%
HSB/HSV53.61%65.10%
CMYK0.00%50.00%53.61%
34.90%

Color #A6534D in popluar number systems.

HEXA6534D
Decimal1668377
Binary1010011010100111001101
Octal246123115

Shades and tints

Shades of #A6534D

#A6534D
(166,83,77)
#974C46
(151,76,70)
#88453F
(136,69,63)
#793E38
(121,62,56)
#6A3731
(106,55,49)
#5B302A
(91,48,42)
#4C2923
(76,41,35)
#3D221C
(61,34,28)
#2E1B15
(46,27,21)
#1F140E
(31,20,14)
#100D07
(16,13,7)
#000000
(0,0,0)

Tints of #A6534D

#A6534D
(166,83,77)
#AE625D
(174,98,93)
#B6716D
(182,113,109)
#BE807D
(190,128,125)
#C68F8D
(198,143,141)
#CE9E9D
(206,158,157)
#D6ADAD
(214,173,173)
#DEBCBD
(222,188,189)
#E6CBCD
(230,203,205)
#EEDADD
(238,218,221)
#F6E9ED
(246,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6534D; }

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

This text font color is #A6534D.


Background Color

.myBgColor { background-color: #A6534D; }

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

This div background color is #A6534D.


Border color

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

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

This div border color is #A6534D.


Opacity

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

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

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

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

This text has shadow with #A6534D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6534D on black background.


Color preview on white background

This text has color #A6534D on white background.



Black color preview on #A6534D background

This text has black color on #A6534D background.


White color preview on #A6534D background

This text has white color on #A6534D background.