COLOR #A75A63

HEX: #A75A63 RGB: (167,90,99)

Color info

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

RGB color model

#A75A63 color RGB value is (167,90,99).

RGB: (167,90,99) (65%, 35%, 39%)

RGB channels and saturation

R 167 of 255 = 65%
G 90 of 255 = 35%
B 99 of 255 = 39%

167
90
99

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

Portions of RGB colors in percentages

R + G + B = 167 + 90 + 99 = 356 (100%)
R 167 of 356 ~ 46.91%
G 90 of 356 ~ 25.28%
B 99 of 356 ~ 27.81'%

%46.91
%25.28
%27.81

CMYK color model

#A75A63 color CMYK value is (0,46,41,35).

  • cyan value is 0.00%
  • magenta value is 46.11%
  • yellow value is 40.72%
  • key color value is 34.51%

CMYK: (0,46,41,35)
C0M46Y41K35 (0%, 46%, 41%, 35%)
(0.00 / 0.46 / 0.41 / 0.35)

CMYK percentages

%0
%46.11
%40.72
%34.51

Codes

Color #A75A63 in popluar color models

A7 5A 63
RGB 167 90 99
HSL 353° 30.43% 50.39%
HSB/HSV 353° 46.11% 65.49%
CMYK 0.00% 46.11% 40.72%
34.51%

Color #A75A63 in popluar number systems.

HEX A7 5A 63
Decimal 167 90 99
Binary 10100111 1011010 1100011
Octal 247 132 143

Shades and tints

Shades of #A75A63

#A75A63
(167,90,99)
#98525A
(152,82,90)
#894A51
(137,74,81)
#7A4248
(122,66,72)
#6B3A3F
(107,58,63)
#5C3236
(92,50,54)
#4D2A2D
(77,42,45)
#3E2224
(62,34,36)
#2F1A1B
(47,26,27)
#201212
(32,18,18)
#110A09
(17,10,9)
#000000
(0,0,0)

Tints of #A75A63

#A75A63
(167,90,99)
#AF6971
(175,105,113)
#B7787F
(183,120,127)
#BF878D
(191,135,141)
#C7969B
(199,150,155)
#CFA5A9
(207,165,169)
#D7B4B7
(215,180,183)
#DFC3C5
(223,195,197)
#E7D2D3
(231,210,211)
#EFE1E1
(239,225,225)
#F7F0EF
(247,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A75A63 color. Also use rgb(167,90,99) instead hex code.

Text Font Color

.myTextColor { color: #A75A63; }

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

This text font color is #A75A63.

Background Color

.myBgColor { background-color: #A75A63; }

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

This div background color is #A75A63.

Border color

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

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

This div border color is #A75A63.

Opacity

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

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

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

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

This text has shadow with #A75A63 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A75A63.

Preview

Color preview on black background

This text has color #A75A63 on black background.


Color preview on white background

This text has color #A75A63 on white background.


Black color preview on #A75A63 background

This text has black color on #A75A63 background.


White color preview on #A75A63 background

This text has white color on #A75A63 background.


Related colors

Complementary color

Complementary color for #hex is #58A59C.


I love getcolorcode.com

Triadic colors

1 #63A75A and #5A63A7 with #A75A63 are triadic colors.

2 #635AA7 and #5AA763 with #A75A63 are triadic colors.