COLOR #A75D55

HEX: #A75D55
RGB: (167,93,85)

Color info

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

RGB color model

#A75D55 color RGB value is (167,93,85).

  • red value is 167;
  • green value is 93;
  • blue value is 85.
RGB: (167,93,85) (65%,36%,33%)

RGB channels and saturation

R 167 of 255 = 65%
G 93 of 255 = 36%
B 85 of 255 = 33%

167
93
85

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

Portions of RGB colors in percentages

R + G + B =
167 + 93 + 85 = 345 (100%)
R 167 of 345 ~ 48.41%
G 93 of 345 ~ 26.96%
B 85 of 345 ~ 24.64%

%48.41
%26.96
%24.64

CMYK color model

#A75D55 color CMYK value is (0,44,49,35).

  • cyan value is 0.00%
  • magenta value is 44.31%
  • yellow value is 49.10%
  • key color value is 34.51%
CMYK: (0,44,49,35) C0M44Y49K35 (0%,44%,49%,35%) (0.00/0.44/0.49/0.35)

CMYK percentages

%0
%44.31
%49.1
%34.51

Codes

Color #A75D55 in popluar color models

A75D55
RGB1679385
HSL32.54%49.41%
HSB/HSV49.10%65.49%
CMYK0.00%44.31%49.10%
34.51%

Color #A75D55 in popluar number systems.

HEXA75D55
Decimal1679385
Binary1010011110111011010101
Octal247135125

Shades and tints

Shades of #A75D55

#A75D55
(167,93,85)
#98554E
(152,85,78)
#894D47
(137,77,71)
#7A4540
(122,69,64)
#6B3D39
(107,61,57)
#5C3532
(92,53,50)
#4D2D2B
(77,45,43)
#3E2524
(62,37,36)
#2F1D1D
(47,29,29)
#201516
(32,21,22)
#110D0F
(17,13,15)
#000000
(0,0,0)

Tints of #A75D55

#A75D55
(167,93,85)
#AF6B64
(175,107,100)
#B77973
(183,121,115)
#BF8782
(191,135,130)
#C79591
(199,149,145)
#CFA3A0
(207,163,160)
#D7B1AF
(215,177,175)
#DFBFBE
(223,191,190)
#E7CDCD
(231,205,205)
#EFDBDC
(239,219,220)
#F7E9EB
(247,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A75D55 color. Also use rgb(167,93,85) instead hex code.

Text Font Color

.myTextColor { color: #A75D55; }

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

This text font color is #A75D55.


Background Color

.myBgColor { background-color: #A75D55; }

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

This div background color is #A75D55.


Border color

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

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

This div border color is #A75D55.


Opacity

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

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

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

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

This text has shadow with #A75D55 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #A75D55 on black background.


Color preview on white background

This text has color #A75D55 on white background.



Black color preview on #A75D55 background

This text has black color on #A75D55 background.


White color preview on #A75D55 background

This text has white color on #A75D55 background.