COLOR #A57F7A

HEX: #A57F7A
RGB: (165,127,122)

Color info

#A57F7A contains red, green and blue colors in about the same proportion. Web safe color of #A57F7A is #996666 (or #966).

RGB color model

#A57F7A color RGB value is (165,127,122).

  • red value is 165;
  • green value is 127;
  • blue value is 122.
RGB:
(165,127,122)
(65%,50%,48%)

RGB channels and saturation

R 165 of 255 = 65%
G 127 of 255 = 50%
B 122 of 255 = 48%

165
127
122

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

Portions of RGB colors in percentages

R + G + B =
165 + 127 + 122 = 414 (100%)
R 165 of 414 ~ 39.86%
G 127 of 414 ~ 30.68%
B 122 of 414 ~ 29.47%

%39.86
%30.68
%29.47

CMYK color model

#A57F7A color CMYK value is (0,23,26,35).

  • cyan value is 0.00%
  • magenta value is 23.03%
  • yellow value is 26.06%
  • key color value is 35.29%
CMYK:
(0,23,26,35)
C0M23Y26K35 
(0%,23%,26%,35%)
(0.00/0.23/0.26/0.35)	

CMYK percentages

%0
%23.03
%26.06
%35.29

Codes

Color #A57F7A in popluar color models

A57F7A
RGB165127122
HSL19.28%56.27%
HSB/HSV26.06%64.71%
CMYK0.00%23.03%26.06%
35.29%

Color #A57F7A in popluar number systems.

HEXA57F7A
Decimal165127122
Binary1010010111111111111010
Octal245177172

Shades and tints

Shades of #A57F7A

#A57F7A
(165,127,122)
#96746F
(150,116,111)
#876964
(135,105,100)
#785E59
(120,94,89)
#69534E
(105,83,78)
#5A4843
(90,72,67)
#4B3D38
(75,61,56)
#3C322D
(60,50,45)
#2D2722
(45,39,34)
#1E1C17
(30,28,23)
#0F110C
(15,17,12)
#000000
(0,0,0)

Tints of #A57F7A

#A57F7A
(165,127,122)
#AD8A86
(173,138,134)
#B59592
(181,149,146)
#BDA09E
(189,160,158)
#C5ABAA
(197,171,170)
#CDB6B6
(205,182,182)
#D5C1C2
(213,193,194)
#DDCCCE
(221,204,206)
#E5D7DA
(229,215,218)
#EDE2E6
(237,226,230)
#F5EDF2
(245,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A57F7A color. Also use rgb(165,127,122) instead hex code.

Text Font Color

.myTextColor { color: #A57F7A; }

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

This text font color is #A57F7A.


Background Color

.myBgColor { background-color: #A57F7A; }

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

This div background color is #A57F7A.


Border color

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

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

This div border color is #A57F7A.


Opacity

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

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

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

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

This text has shadow with #A57F7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A57F7A on black background.


Color preview on white background

This text has color #A57F7A on white background.



Black color preview on #A57F7A background

This text has black color on #A57F7A background.


White color preview on #A57F7A background

This text has white color on #A57F7A background.