COLOR #A55F5E

HEX: #A55F5E RGB: (165,95,94)

Color info

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

RGB color model

#A55F5E color RGB value is (165,95,94).

RGB: (165,95,94) (65%, 37%, 37%)

RGB channels and saturation

R 165 of 255 = 65%
G 95 of 255 = 37%
B 94 of 255 = 37%

165
95
94

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

Portions of RGB colors in percentages

R + G + B = 165 + 95 + 94 = 354 (100%)
R 165 of 354 ~ 46.61%
G 95 of 354 ~ 26.84%
B 94 of 354 ~ 26.55'%

%46.61
%26.84
%26.55

CMYK color model

#A55F5E color CMYK value is (0,42,43,35).

  • cyan value is 0.00%
  • magenta value is 42.42%
  • yellow value is 43.03%
  • key color value is 35.29%

CMYK: (0,42,43,35)
C0M42Y43K35 (0%, 42%, 43%, 35%)
(0.00 / 0.42 / 0.43 / 0.35)

CMYK percentages

%0
%42.42
%43.03
%35.29

Codes

Color #A55F5E in popluar color models

A5 5F 5E
RGB 165 95 94
HSL 28.29% 50.78%
HSB/HSV 43.03% 64.71%
CMYK 0.00% 42.42% 43.03%
35.29%

Color #A55F5E in popluar number systems.

HEX A5 5F 5E
Decimal 165 95 94
Binary 10100101 1011111 1011110
Octal 245 137 136

Shades and tints

Shades of #A55F5E

#A55F5E
(165,95,94)
#965756
(150,87,86)
#874F4E
(135,79,78)
#784746
(120,71,70)
#693F3E
(105,63,62)
#5A3736
(90,55,54)
#4B2F2E
(75,47,46)
#3C2726
(60,39,38)
#2D1F1E
(45,31,30)
#1E1716
(30,23,22)
#0F0F0E
(15,15,14)
#000000
(0,0,0)

Tints of #A55F5E

#A55F5E
(165,95,94)
#AD6D6C
(173,109,108)
#B57B7A
(181,123,122)
#BD8988
(189,137,136)
#C59796
(197,151,150)
#CDA5A4
(205,165,164)
#D5B3B2
(213,179,178)
#DDC1C0
(221,193,192)
#E5CFCE
(229,207,206)
#EDDDDC
(237,221,220)
#F5EBEA
(245,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A55F5E color. Also use rgb(165,95,94) instead hex code.

Text Font Color

.myTextColor { color: #A55F5E; }

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

This text font color is #A55F5E.

Background Color

.myBgColor { background-color: #A55F5E; }

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

This div background color is #A55F5E.

Border color

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

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

This div border color is #A55F5E.

Opacity

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

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

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

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

This text has shadow with #A55F5E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A55F5E.

Preview

Color preview on black background

This text has color #A55F5E on black background.


Color preview on white background

This text has color #A55F5E on white background.


Black color preview on #A55F5E background

This text has black color on #A55F5E background.


White color preview on #A55F5E background

This text has white color on #A55F5E background.


Related colors

Complementary color

Complementary color for #hex is #5AA0A1.


I love getcolorcode.com

Triadic colors

1 #5EA55F and #5F5EA5 with #A55F5E are triadic colors.

2 #5E5FA5 and #5FA55E with #A55F5E are triadic colors.