COLOR #A75252

HEX: #A75252
RGB: (167,82,82)

Color info

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

RGB color model

#A75252 color RGB value is (167,82,82).

  • red value is 167;
  • green value is 82;
  • blue value is 82.
RGB:
(167,82,82)
(65%,32%,32%)

RGB channels and saturation

R 167 of 255 = 65%
G 82 of 255 = 32%
B 82 of 255 = 32%

167
82
82

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

Portions of RGB colors in percentages

R + G + B =
167 + 82 + 82 = 331 (100%)
R 167 of 331 ~ 50.45%
G 82 of 331 ~ 24.77%
B 82 of 331 ~ 24.77%

%50.45
%24.77
%24.77

CMYK color model

#A75252 color CMYK value is (0,51,51,35).

  • cyan value is 0.00%
  • magenta value is 50.90%
  • yellow value is 50.90%
  • key color value is 34.51%
CMYK:
(0,51,51,35)
C0M51Y51K35 
(0%,51%,51%,35%)
(0.00/0.51/0.51/0.35)	

CMYK percentages

%0
%50.9
%50.9
%34.51

Codes

Color #A75252 in popluar color models

A75252
RGB1678282
HSL34.14%48.82%
HSB/HSV50.90%65.49%
CMYK0.00%50.90%50.90%
34.51%

Color #A75252 in popluar number systems.

HEXA75252
Decimal1678282
Binary1010011110100101010010
Octal247122122

Shades and tints

Shades of #A75252

#A75252
(167,82,82)
#984B4B
(152,75,75)
#894444
(137,68,68)
#7A3D3D
(122,61,61)
#6B3636
(107,54,54)
#5C2F2F
(92,47,47)
#4D2828
(77,40,40)
#3E2121
(62,33,33)
#2F1A1A
(47,26,26)
#201313
(32,19,19)
#110C0C
(17,12,12)
#000000
(0,0,0)

Tints of #A75252

#A75252
(167,82,82)
#AF6161
(175,97,97)
#B77070
(183,112,112)
#BF7F7F
(191,127,127)
#C78E8E
(199,142,142)
#CF9D9D
(207,157,157)
#D7ACAC
(215,172,172)
#DFBBBB
(223,187,187)
#E7CACA
(231,202,202)
#EFD9D9
(239,217,217)
#F7E8E8
(247,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A75252; }

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

This text font color is #A75252.


Background Color

.myBgColor { background-color: #A75252; }

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

This div background color is #A75252.


Border color

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

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

This div border color is #A75252.


Opacity

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

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

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

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

This text has shadow with #A75252 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A75252 on black background.


Color preview on white background

This text has color #A75252 on white background.



Black color preview on #A75252 background

This text has black color on #A75252 background.


White color preview on #A75252 background

This text has white color on #A75252 background.