COLOR #A65B56

HEX: #A65B56 RGB: (166,91,86)

Color info

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

RGB color model

#A65B56 color RGB value is (166,91,86).

RGB: (166,91,86) (65%, 36%, 34%)

RGB channels and saturation

R 166 of 255 = 65%
G 91 of 255 = 36%
B 86 of 255 = 34%

166
91
86

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

Portions of RGB colors in percentages

R + G + B = 166 + 91 + 86 = 343 (100%)
R 166 of 343 ~ 48.4%
G 91 of 343 ~ 26.53%
B 86 of 343 ~ 25.07'%

%48.4
%26.53
%25.07

CMYK color model

#A65B56 color CMYK value is (0,45,48,35).

  • cyan value is 0.00%
  • magenta value is 45.18%
  • yellow value is 48.19%
  • key color value is 34.90%

CMYK: (0,45,48,35)
C0M45Y48K35 (0%, 45%, 48%, 35%)
(0.00 / 0.45 / 0.48 / 0.35)

CMYK percentages

%0
%45.18
%48.19
%34.9

Codes

Color #A65B56 in popluar color models

A6 5B 56
RGB 166 91 86
HSL 31.75% 49.41%
HSB/HSV 48.19% 65.10%
CMYK 0.00% 45.18% 48.19%
34.90%

Color #A65B56 in popluar number systems.

HEX A6 5B 56
Decimal 166 91 86
Binary 10100110 1011011 1010110
Octal 246 133 126

Shades and tints

Shades of #A65B56

#A65B56
(166,91,86)
#97534F
(151,83,79)
#884B48
(136,75,72)
#794341
(121,67,65)
#6A3B3A
(106,59,58)
#5B3333
(91,51,51)
#4C2B2C
(76,43,44)
#3D2325
(61,35,37)
#2E1B1E
(46,27,30)
#1F1317
(31,19,23)
#100B10
(16,11,16)
#000000
(0,0,0)

Tints of #A65B56

#A65B56
(166,91,86)
#AE6965
(174,105,101)
#B67774
(182,119,116)
#BE8583
(190,133,131)
#C69392
(198,147,146)
#CEA1A1
(206,161,161)
#D6AFB0
(214,175,176)
#DEBDBF
(222,189,191)
#E6CBCE
(230,203,206)
#EED9DD
(238,217,221)
#F6E7EC
(246,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A65B56 color. Also use rgb(166,91,86) instead hex code.

Text Font Color

.myTextColor { color: #A65B56; }

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

This text font color is #A65B56.

Background Color

.myBgColor { background-color: #A65B56; }

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

This div background color is #A65B56.

Border color

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

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

This div border color is #A65B56.

Opacity

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

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

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

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

This text has shadow with #A65B56 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A65B56.

Preview

Color preview on black background

This text has color #A65B56 on black background.


Color preview on white background

This text has color #A65B56 on white background.


Black color preview on #A65B56 background

This text has black color on #A65B56 background.


White color preview on #A65B56 background

This text has white color on #A65B56 background.


Related colors

Complementary color

Complementary color for #hex is #59A4A9.


I love getcolorcode.com

Triadic colors

1 #56A65B and #5B56A6 with #A65B56 are triadic colors.

2 #565BA6 and #5BA656 with #A65B56 are triadic colors.