COLOR #A76252

HEX: #A76252
RGB: (167,98,82)

Color info

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

RGB color model

#A76252 color RGB value is (167,98,82).

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

RGB channels and saturation

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

167
98
82

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

Portions of RGB colors in percentages

R + G + B =
167 + 98 + 82 = 347 (100%)
R 167 of 347 ~ 48.13%
G 98 of 347 ~ 28.24%
B 82 of 347 ~ 23.63%

%48.13
%28.24
%23.63

CMYK color model

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

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

CMYK percentages

%0
%41.32
%50.9
%34.51

Codes

Color #A76252 in popluar color models

A76252
RGB1679882
HSL11°34.14%48.82%
HSB/HSV11°50.90%65.49%
CMYK0.00%41.32%50.90%
34.51%

Color #A76252 in popluar number systems.

HEXA76252
Decimal1679882
Binary1010011111000101010010
Octal247142122

Shades and tints

Shades of #A76252

#A76252
(167,98,82)
#985A4B
(152,90,75)
#895244
(137,82,68)
#7A4A3D
(122,74,61)
#6B4236
(107,66,54)
#5C3A2F
(92,58,47)
#4D3228
(77,50,40)
#3E2A21
(62,42,33)
#2F221A
(47,34,26)
#201A13
(32,26,19)
#11120C
(17,18,12)
#000000
(0,0,0)

Tints of #A76252

#A76252
(167,98,82)
#AF7061
(175,112,97)
#B77E70
(183,126,112)
#BF8C7F
(191,140,127)
#C79A8E
(199,154,142)
#CFA89D
(207,168,157)
#D7B6AC
(215,182,172)
#DFC4BB
(223,196,187)
#E7D2CA
(231,210,202)
#EFE0D9
(239,224,217)
#F7EEE8
(247,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A76252; }

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

This text font color is #A76252.


Background Color

.myBgColor { background-color: #A76252; }

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

This div background color is #A76252.


Border color

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

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

This div border color is #A76252.


Opacity

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

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

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

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

This text has shadow with #A76252 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A76252 on black background.


Color preview on white background

This text has color #A76252 on white background.



Black color preview on #A76252 background

This text has black color on #A76252 background.


White color preview on #A76252 background

This text has white color on #A76252 background.