COLOR #A7505D

HEX: #A7505D
RGB: (167,80,93)

Color info

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

RGB color model

#A7505D color RGB value is (167,80,93).

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

RGB channels and saturation

R 167 of 255 = 65%
G 80 of 255 = 31%
B 93 of 255 = 36%

167
80
93

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

Portions of RGB colors in percentages

R + G + B =
167 + 80 + 93 = 340 (100%)
R 167 of 340 ~ 49.12%
G 80 of 340 ~ 23.53%
B 93 of 340 ~ 27.35%

%49.12
%23.53
%27.35

CMYK color model

#A7505D color CMYK value is (0,52,44,35).

  • cyan value is 0.00%
  • magenta value is 52.10%
  • yellow value is 44.31%
  • key color value is 34.51%
CMYK:
(0,52,44,35)
C0M52Y44K35 
(0%,52%,44%,35%)
(0.00/0.52/0.44/0.35)	

CMYK percentages

%0
%52.1
%44.31
%34.51

Codes

Color #A7505D in popluar color models

A7505D
RGB1678093
HSL351°35.22%48.43%
HSB/HSV351°52.10%65.49%
CMYK0.00%52.10%44.31%
34.51%

Color #A7505D in popluar number systems.

HEXA7505D
Decimal1678093
Binary1010011110100001011101
Octal247120135

Shades and tints

Shades of #A7505D

#A7505D
(167,80,93)
#984955
(152,73,85)
#89424D
(137,66,77)
#7A3B45
(122,59,69)
#6B343D
(107,52,61)
#5C2D35
(92,45,53)
#4D262D
(77,38,45)
#3E1F25
(62,31,37)
#2F181D
(47,24,29)
#201115
(32,17,21)
#110A0D
(17,10,13)
#000000
(0,0,0)

Tints of #A7505D

#A7505D
(167,80,93)
#AF5F6B
(175,95,107)
#B76E79
(183,110,121)
#BF7D87
(191,125,135)
#C78C95
(199,140,149)
#CF9BA3
(207,155,163)
#D7AAB1
(215,170,177)
#DFB9BF
(223,185,191)
#E7C8CD
(231,200,205)
#EFD7DB
(239,215,219)
#F7E6E9
(247,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7505D; }

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

This text font color is #A7505D.


Background Color

.myBgColor { background-color: #A7505D; }

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

This div background color is #A7505D.


Border color

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

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

This div border color is #A7505D.


Opacity

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

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

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

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

This text has shadow with #A7505D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7505D on black background.


Color preview on white background

This text has color #A7505D on white background.



Black color preview on #A7505D background

This text has black color on #A7505D background.


White color preview on #A7505D background

This text has white color on #A7505D background.