COLOR #A55F5A

HEX: #A55F5A RGB: (165,95,90)

Color info

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

RGB color model

#A55F5A color RGB value is (165,95,90).

RGB: (165,95,90) (65%, 37%, 35%)

RGB channels and saturation

R 165 of 255 = 65%
G 95 of 255 = 37%
B 90 of 255 = 35%

165
95
90

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

Portions of RGB colors in percentages

R + G + B = 165 + 95 + 90 = 350 (100%)
R 165 of 350 ~ 47.14%
G 95 of 350 ~ 27.14%
B 90 of 350 ~ 25.71'%

%47.14
%27.14
%25.71

CMYK color model

#A55F5A color CMYK value is (0,42,45,35).

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

CMYK: (0,42,45,35)
C0M42Y45K35 (0%, 42%, 45%, 35%)
(0.00 / 0.42 / 0.45 / 0.35)

CMYK percentages

%0
%42.42
%45.45
%35.29

Codes

Color #A55F5A in popluar color models

A5 5F 5A
RGB 165 95 90
HSL 29.41% 50.00%
HSB/HSV 45.45% 64.71%
CMYK 0.00% 42.42% 45.45%
35.29%

Color #A55F5A in popluar number systems.

HEX A5 5F 5A
Decimal 165 95 90
Binary 10100101 1011111 1011010
Octal 245 137 132

Shades and tints

Shades of #A55F5A

#A55F5A
(165,95,90)
#965752
(150,87,82)
#874F4A
(135,79,74)
#784742
(120,71,66)
#693F3A
(105,63,58)
#5A3732
(90,55,50)
#4B2F2A
(75,47,42)
#3C2722
(60,39,34)
#2D1F1A
(45,31,26)
#1E1712
(30,23,18)
#0F0F0A
(15,15,10)
#000000
(0,0,0)

Tints of #A55F5A

#A55F5A
(165,95,90)
#AD6D69
(173,109,105)
#B57B78
(181,123,120)
#BD8987
(189,137,135)
#C59796
(197,151,150)
#CDA5A5
(205,165,165)
#D5B3B4
(213,179,180)
#DDC1C3
(221,193,195)
#E5CFD2
(229,207,210)
#EDDDE1
(237,221,225)
#F5EBF0
(245,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A55F5A; }

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

This text font color is #A55F5A.

Background Color

.myBgColor { background-color: #A55F5A; }

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

This div background color is #A55F5A.

Border color

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

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

This div border color is #A55F5A.

Opacity

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

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

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

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

This text has shadow with #A55F5A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A55F5A.

Preview

Color preview on black background

This text has color #A55F5A on black background.


Color preview on white background

This text has color #A55F5A on white background.


Black color preview on #A55F5A background

This text has black color on #A55F5A background.


White color preview on #A55F5A background

This text has white color on #A55F5A background.


Related colors

Complementary color

Complementary color for #hex is #5AA0A5.


I love getcolorcode.com

Triadic colors

1 #5AA55F and #5F5AA5 with #A55F5A are triadic colors.

2 #5A5FA5 and #5FA55A with #A55F5A are triadic colors.