COLOR #A57B75

HEX: #A57B75 RGB: (165,123,117)

Color info

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

RGB color model

#A57B75 color RGB value is (165,123,117).

RGB: (165,123,117) (65%, 48%, 46%)

RGB channels and saturation

R 165 of 255 = 65%
G 123 of 255 = 48%
B 117 of 255 = 46%

165
123
117

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

Portions of RGB colors in percentages

R + G + B = 165 + 123 + 117 = 405 (100%)
R 165 of 405 ~ 40.74%
G 123 of 405 ~ 30.37%
B 117 of 405 ~ 28.89'%

%40.74
%30.37
%28.89

CMYK color model

#A57B75 color CMYK value is (0,25,29,35).

  • cyan value is 0.00%
  • magenta value is 25.45%
  • yellow value is 29.09%
  • key color value is 35.29%

CMYK: (0,25,29,35)
C0M25Y29K35 (0%, 25%, 29%, 35%)
(0.00 / 0.25 / 0.29 / 0.35)

CMYK percentages

%0
%25.45
%29.09
%35.29

Codes

Color #A57B75 in popluar color models

A5 7B 75
RGB 165 123 117
HSL 21.05% 55.29%
HSB/HSV 29.09% 64.71%
CMYK 0.00% 25.45% 29.09%
35.29%

Color #A57B75 in popluar number systems.

HEX A5 7B 75
Decimal 165 123 117
Binary 10100101 1111011 1110101
Octal 245 173 165

Shades and tints

Shades of #A57B75

#A57B75
(165,123,117)
#96706B
(150,112,107)
#876561
(135,101,97)
#785A57
(120,90,87)
#694F4D
(105,79,77)
#5A4443
(90,68,67)
#4B3939
(75,57,57)
#3C2E2F
(60,46,47)
#2D2325
(45,35,37)
#1E181B
(30,24,27)
#0F0D11
(15,13,17)
#000000
(0,0,0)

Tints of #A57B75

#A57B75
(165,123,117)
#AD8781
(173,135,129)
#B5938D
(181,147,141)
#BD9F99
(189,159,153)
#C5ABA5
(197,171,165)
#CDB7B1
(205,183,177)
#D5C3BD
(213,195,189)
#DDCFC9
(221,207,201)
#E5DBD5
(229,219,213)
#EDE7E1
(237,231,225)
#F5F3ED
(245,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A57B75 color. Also use rgb(165,123,117) instead hex code.

Text Font Color

.myTextColor { color: #A57B75; }

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

This text font color is #A57B75.

Background Color

.myBgColor { background-color: #A57B75; }

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

This div background color is #A57B75.

Border color

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

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

This div border color is #A57B75.

Opacity

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

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

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

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

This text has shadow with #A57B75 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A57B75.

Preview

Color preview on black background

This text has color #A57B75 on black background.


Color preview on white background

This text has color #A57B75 on white background.


Black color preview on #A57B75 background

This text has black color on #A57B75 background.


White color preview on #A57B75 background

This text has white color on #A57B75 background.


Related colors

Complementary color

Complementary color for #hex is #5A848A.


I love getcolorcode.com

Triadic colors

1 #75A57B and #7B75A5 with #A57B75 are triadic colors.

2 #757BA5 and #7BA575 with #A57B75 are triadic colors.