COLOR #A6554A

HEX: #A6554A RGB: (166,85,74)

Color info

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

RGB color model

#A6554A color RGB value is (166,85,74).

RGB: (166,85,74) (65%, 33%, 29%)

RGB channels and saturation

R 166 of 255 = 65%
G 85 of 255 = 33%
B 74 of 255 = 29%

166
85
74

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

Portions of RGB colors in percentages

R + G + B = 166 + 85 + 74 = 325 (100%)
R 166 of 325 ~ 51.08%
G 85 of 325 ~ 26.15%
B 74 of 325 ~ 22.77'%

%51.08
%26.15
%22.77

CMYK color model

#A6554A color CMYK value is (0,49,55,35).

  • cyan value is 0.00%
  • magenta value is 48.80%
  • yellow value is 55.42%
  • key color value is 34.90%

CMYK: (0,49,55,35)
C0M49Y55K35 (0%, 49%, 55%, 35%)
(0.00 / 0.49 / 0.55 / 0.35)

CMYK percentages

%0
%48.8
%55.42
%34.9

Codes

Color #A6554A in popluar color models

A6 55 4A
RGB 166 85 74
HSL 38.33% 47.06%
HSB/HSV 55.42% 65.10%
CMYK 0.00% 48.80% 55.42%
34.90%

Color #A6554A in popluar number systems.

HEX A6 55 4A
Decimal 166 85 74
Binary 10100110 1010101 1001010
Octal 246 125 112

Shades and tints

Shades of #A6554A

#A6554A
(166,85,74)
#974E44
(151,78,68)
#88473E
(136,71,62)
#794038
(121,64,56)
#6A3932
(106,57,50)
#5B322C
(91,50,44)
#4C2B26
(76,43,38)
#3D2420
(61,36,32)
#2E1D1A
(46,29,26)
#1F1614
(31,22,20)
#100F0E
(16,15,14)
#000000
(0,0,0)

Tints of #A6554A

#A6554A
(166,85,74)
#AE645A
(174,100,90)
#B6736A
(182,115,106)
#BE827A
(190,130,122)
#C6918A
(198,145,138)
#CEA09A
(206,160,154)
#D6AFAA
(214,175,170)
#DEBEBA
(222,190,186)
#E6CDCA
(230,205,202)
#EEDCDA
(238,220,218)
#F6EBEA
(246,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6554A color. Also use rgb(166,85,74) instead hex code.

Text Font Color

.myTextColor { color: #A6554A; }

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

This text font color is #A6554A.

Background Color

.myBgColor { background-color: #A6554A; }

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

This div background color is #A6554A.

Border color

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

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

This div border color is #A6554A.

Opacity

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

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

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

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

This text has shadow with #A6554A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6554A.

Preview

Color preview on black background

This text has color #A6554A on black background.


Color preview on white background

This text has color #A6554A on white background.


Black color preview on #A6554A background

This text has black color on #A6554A background.


White color preview on #A6554A background

This text has white color on #A6554A background.


Related colors

Complementary color

Complementary color for #hex is #59AAB5.


I love getcolorcode.com

Triadic colors

1 #4AA655 and #554AA6 with #A6554A are triadic colors.

2 #4A55A6 and #55A64A with #A6554A are triadic colors.