COLOR #A55F6A

HEX: #A55F6A
RGB: (165,95,106)

Color info

#A55F6A contains mainly red and blue colors. Web safe color of #A55F6A is #996666 (or #966).

RGB color model

#A55F6A color RGB value is (165,95,106).

  • red value is 165;
  • green value is 95;
  • blue value is 106.
RGB:
(165,95,106)
(65%,37%,42%)

RGB channels and saturation

R 165 of 255 = 65%
G 95 of 255 = 37%
B 106 of 255 = 42%

165
95
106

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

Portions of RGB colors in percentages

R + G + B =
165 + 95 + 106 = 366 (100%)
R 165 of 366 ~ 45.08%
G 95 of 366 ~ 25.96%
B 106 of 366 ~ 28.96%

%45.08
%25.96
%28.96

CMYK color model

#A55F6A color CMYK value is (0,42,36,35).

  • cyan value is 0.00%
  • magenta value is 42.42%
  • yellow value is 35.76%
  • key color value is 35.29%
CMYK:
(0,42,36,35)
C0M42Y36K35 
(0%,42%,36%,35%)
(0.00/0.42/0.36/0.35)	

CMYK percentages

%0
%42.42
%35.76
%35.29

Codes

Color #A55F6A in popluar color models

A55F6A
RGB16595106
HSL351°28.00%50.98%
HSB/HSV351°42.42%64.71%
CMYK0.00%42.42%35.76%
35.29%

Color #A55F6A in popluar number systems.

HEXA55F6A
Decimal16595106
Binary1010010110111111101010
Octal245137152

Shades and tints

Shades of #A55F6A

#A55F6A
(165,95,106)
#965761
(150,87,97)
#874F58
(135,79,88)
#78474F
(120,71,79)
#693F46
(105,63,70)
#5A373D
(90,55,61)
#4B2F34
(75,47,52)
#3C272B
(60,39,43)
#2D1F22
(45,31,34)
#1E1719
(30,23,25)
#0F0F10
(15,15,16)
#000000
(0,0,0)

Tints of #A55F6A

#A55F6A
(165,95,106)
#AD6D77
(173,109,119)
#B57B84
(181,123,132)
#BD8991
(189,137,145)
#C5979E
(197,151,158)
#CDA5AB
(205,165,171)
#D5B3B8
(213,179,184)
#DDC1C5
(221,193,197)
#E5CFD2
(229,207,210)
#EDDDDF
(237,221,223)
#F5EBEC
(245,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A55F6A; }

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

This text font color is #A55F6A.


Background Color

.myBgColor { background-color: #A55F6A; }

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

This div background color is #A55F6A.


Border color

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

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

This div border color is #A55F6A.


Opacity

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

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

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

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

This text has shadow with #A55F6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A55F6A on black background.


Color preview on white background

This text has color #A55F6A on white background.



Black color preview on #A55F6A background

This text has black color on #A55F6A background.


White color preview on #A55F6A background

This text has white color on #A55F6A background.