COLOR #A75F64

HEX: #A75F64
RGB: (167,95,100)

Color info

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

RGB color model

#A75F64 color RGB value is (167,95,100).

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

RGB channels and saturation

R 167 of 255 = 65%
G 95 of 255 = 37%
B 100 of 255 = 39%

167
95
100

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

Portions of RGB colors in percentages

R + G + B =
167 + 95 + 100 = 362 (100%)
R 167 of 362 ~ 46.13%
G 95 of 362 ~ 26.24%
B 100 of 362 ~ 27.62%

%46.13
%26.24
%27.62

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 43.11%
  • yellow value is 40.12%
  • 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
%40.12
%34.51

Codes

Color #A75F64 in popluar color models

A75F64
RGB16795100
HSL356°29.03%51.37%
HSB/HSV356°43.11%65.49%
CMYK0.00%43.11%40.12%
34.51%

Color #A75F64 in popluar number systems.

HEXA75F64
Decimal16795100
Binary1010011110111111100100
Octal247137144

Shades and tints

Shades of #A75F64

#A75F64
(167,95,100)
#98575B
(152,87,91)
#894F52
(137,79,82)
#7A4749
(122,71,73)
#6B3F40
(107,63,64)
#5C3737
(92,55,55)
#4D2F2E
(77,47,46)
#3E2725
(62,39,37)
#2F1F1C
(47,31,28)
#201713
(32,23,19)
#110F0A
(17,15,10)
#000000
(0,0,0)

Tints of #A75F64

#A75F64
(167,95,100)
#AF6D72
(175,109,114)
#B77B80
(183,123,128)
#BF898E
(191,137,142)
#C7979C
(199,151,156)
#CFA5AA
(207,165,170)
#D7B3B8
(215,179,184)
#DFC1C6
(223,193,198)
#E7CFD4
(231,207,212)
#EFDDE2
(239,221,226)
#F7EBF0
(247,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A75F64; }

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

This text font color is #A75F64.


Background Color

.myBgColor { background-color: #A75F64; }

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

This div background color is #A75F64.


Border color

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

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

This div border color is #A75F64.


Opacity

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

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

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

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

This text has shadow with #A75F64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A75F64 on black background.


Color preview on white background

This text has color #A75F64 on white background.



Black color preview on #A75F64 background

This text has black color on #A75F64 background.


White color preview on #A75F64 background

This text has white color on #A75F64 background.