COLOR #A65545

HEX: #A65545 RGB: (166,85,69)

Color info

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

RGB color model

#A65545 color RGB value is (166,85,69).

RGB: (166,85,69) (65%, 33%, 27%)

RGB channels and saturation

R 166 of 255 = 65%
G 85 of 255 = 33%
B 69 of 255 = 27%

166
85
69

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

Portions of RGB colors in percentages

R + G + B = 166 + 85 + 69 = 320 (100%)
R 166 of 320 ~ 51.88%
G 85 of 320 ~ 26.56%
B 69 of 320 ~ 21.56'%

%51.88
%26.56
%21.56

CMYK color model

#A65545 color CMYK value is (0,49,58,35).

  • cyan value is 0.00%
  • magenta value is 48.80%
  • yellow value is 58.43%
  • key color value is 34.90%
CMYK: (0,49,58,35) C0M49Y58K35 (0%,49%,58%,35%) (0.00/0.49/0.58/0.35) 

CMYK percentages

%0
%48.8
%58.43
%34.9

Codes

Color #A65545 in popluar color models

A6 55 45
RGB 166 85 69
HSL 10° 41.28% 46.08%
HSB/HSV 10° 58.43% 65.10%
CMYK 0.00% 48.80% 58.43%
34.90%

Color #A65545 in popluar number systems.

HEX A6 55 45
Decimal 166 85 69
Binary 10100110 1010101 1000101
Octal 246 125 105

Shades and tints

Shades of #A65545

#A65545
(166,85,69)
#974E3F
(151,78,63)
#884739
(136,71,57)
#794033
(121,64,51)
#6A392D
(106,57,45)
#5B3227
(91,50,39)
#4C2B21
(76,43,33)
#3D241B
(61,36,27)
#2E1D15
(46,29,21)
#1F160F
(31,22,15)
#100F09
(16,15,9)
#000000
(0,0,0)

Tints of #A65545

#A65545
(166,85,69)
#AE6455
(174,100,85)
#B67365
(182,115,101)
#BE8275
(190,130,117)
#C69185
(198,145,133)
#CEA095
(206,160,149)
#D6AFA5
(214,175,165)
#DEBEB5
(222,190,181)
#E6CDC5
(230,205,197)
#EEDCD5
(238,220,213)
#F6EBE5
(246,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A65545; }

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

This text font color is #A65545.

Background Color

.myBgColor { background-color: #A65545; }

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

This div background color is #A65545.

Border color

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

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

This div border color is #A65545.

Opacity

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

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

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

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

This text has shadow with #A65545 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A65545.

Preview

Color preview on black background

This text has color #A65545 on black background.


Color preview on white background

This text has color #A65545 on white background.


Black color preview on #A65545 background

This text has black color on #A65545 background.


White color preview on #A65545 background

This text has white color on #A65545 background.


Related colors

Complementary color

Complementary color for #hex is #59AABA.


I love getcolorcode.com

Triadic colors

1 #45A655 and #5545A6 with #A65545 are triadic colors.

2 #4555A6 and #55A645 with #A65545 are triadic colors.