COLOR #A75F65

HEX: #A75F65
RGB: (167,95,101)

Color info

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

RGB color model

#A75F65 color RGB value is (167,95,101).

  • red value is 167;
  • green value is 95;
  • blue value is 101.
RGB:
(167,95,101)
(65%,37%,40%)

RGB channels and saturation

R 167 of 255 = 65%
G 95 of 255 = 37%
B 101 of 255 = 40%

167
95
101

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

Portions of RGB colors in percentages

R + G + B =
167 + 95 + 101 = 363 (100%)
R 167 of 363 ~ 46.01%
G 95 of 363 ~ 26.17%
B 101 of 363 ~ 27.82%

%46.01
%26.17
%27.82

CMYK color model

#A75F65 color CMYK value is (0,43,40,35).

  • cyan value is 0.00%
  • magenta value is 43.11%
  • yellow value is 39.52%
  • key color value is 34.51%
CMYK:
(0,43,40,35)
C0M43Y40K35 
(0%,43%,40%,35%)
(0.00/0.43/0.40/0.35)	

CMYK percentages

%0
%43.11
%39.52
%34.51

Codes

Color #A75F65 in popluar color models

A75F65
RGB16795101
HSL355°29.03%51.37%
HSB/HSV355°43.11%65.49%
CMYK0.00%43.11%39.52%
34.51%

Color #A75F65 in popluar number systems.

HEXA75F65
Decimal16795101
Binary1010011110111111100101
Octal247137145

Shades and tints

Shades of #A75F65

#A75F65
(167,95,101)
#98575C
(152,87,92)
#894F53
(137,79,83)
#7A474A
(122,71,74)
#6B3F41
(107,63,65)
#5C3738
(92,55,56)
#4D2F2F
(77,47,47)
#3E2726
(62,39,38)
#2F1F1D
(47,31,29)
#201714
(32,23,20)
#110F0B
(17,15,11)
#000000
(0,0,0)

Tints of #A75F65

#A75F65
(167,95,101)
#AF6D73
(175,109,115)
#B77B81
(183,123,129)
#BF898F
(191,137,143)
#C7979D
(199,151,157)
#CFA5AB
(207,165,171)
#D7B3B9
(215,179,185)
#DFC1C7
(223,193,199)
#E7CFD5
(231,207,213)
#EFDDE3
(239,221,227)
#F7EBF1
(247,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A75F65 color. Also use rgb(167,95,101) instead hex code.

Text Font Color

.myTextColor { color: #A75F65; }

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

This text font color is #A75F65.


Background Color

.myBgColor { background-color: #A75F65; }

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

This div background color is #A75F65.


Border color

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

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

This div border color is #A75F65.


Opacity

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

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

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

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

This text has shadow with #A75F65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A75F65 on black background.


Color preview on white background

This text has color #A75F65 on white background.



Black color preview on #A75F65 background

This text has black color on #A75F65 background.


White color preview on #A75F65 background

This text has white color on #A75F65 background.