COLOR #A65B75

HEX: #A65B75 RGB: (166,91,117)

Color info

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

RGB color model

#A65B75 color RGB value is (166,91,117).

RGB: (166,91,117) (65%, 36%, 46%)

RGB channels and saturation

R 166 of 255 = 65%
G 91 of 255 = 36%
B 117 of 255 = 46%

166
91
117

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

Portions of RGB colors in percentages

R + G + B = 166 + 91 + 117 = 374 (100%)
R 166 of 374 ~ 44.39%
G 91 of 374 ~ 24.33%
B 117 of 374 ~ 31.28'%

%44.39
%24.33
%31.28

CMYK color model

#A65B75 color CMYK value is (0,45,30,35).

  • cyan value is 0.00%
  • magenta value is 45.18%
  • yellow value is 29.52%
  • key color value is 34.90%

CMYK: (0,45,30,35)
C0M45Y30K35 (0%, 45%, 30%, 35%)
(0.00 / 0.45 / 0.30 / 0.35)

CMYK percentages

%0
%45.18
%29.52
%34.9

Codes

Color #A65B75 in popluar color models

A6 5B 75
RGB 166 91 117
HSL 339° 29.64% 50.39%
HSB/HSV 339° 45.18% 65.10%
CMYK 0.00% 45.18% 29.52%
34.90%

Color #A65B75 in popluar number systems.

HEX A6 5B 75
Decimal 166 91 117
Binary 10100110 1011011 1110101
Octal 246 133 165

Shades and tints

Shades of #A65B75

#A65B75
(166,91,117)
#97536B
(151,83,107)
#884B61
(136,75,97)
#794357
(121,67,87)
#6A3B4D
(106,59,77)
#5B3343
(91,51,67)
#4C2B39
(76,43,57)
#3D232F
(61,35,47)
#2E1B25
(46,27,37)
#1F131B
(31,19,27)
#100B11
(16,11,17)
#000000
(0,0,0)

Tints of #A65B75

#A65B75
(166,91,117)
#AE6981
(174,105,129)
#B6778D
(182,119,141)
#BE8599
(190,133,153)
#C693A5
(198,147,165)
#CEA1B1
(206,161,177)
#D6AFBD
(214,175,189)
#DEBDC9
(222,189,201)
#E6CBD5
(230,203,213)
#EED9E1
(238,217,225)
#F6E7ED
(246,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A65B75 color. Also use rgb(166,91,117) instead hex code.

Text Font Color

.myTextColor { color: #A65B75; }

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

This text font color is #A65B75.

Background Color

.myBgColor { background-color: #A65B75; }

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

This div background color is #A65B75.

Border color

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

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

This div border color is #A65B75.

Opacity

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

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

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

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

This text has shadow with #A65B75 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A65B75.

Preview

Color preview on black background

This text has color #A65B75 on black background.


Color preview on white background

This text has color #A65B75 on white background.


Black color preview on #A65B75 background

This text has black color on #A65B75 background.


White color preview on #A65B75 background

This text has white color on #A65B75 background.


Related colors

Complementary color

Complementary color for #hex is #59A48A.


I love getcolorcode.com

Triadic colors

1 #75A65B and #5B75A6 with #A65B75 are triadic colors.

2 #755BA6 and #5BA675 with #A65B75 are triadic colors.