COLOR #A06276

HEX: #A06276
RGB: (160,98,118)

Color info

#A06276 contains mainly red and blue colors. Web safe color of #A06276 is #996666 (or #966).

RGB color model

#A06276 color RGB value is (160,98,118).

  • red value is 160;
  • green value is 98;
  • blue value is 118.
RGB:
(160,98,118)
(63%,38%,46%)

RGB channels and saturation

R 160 of 255 = 63%
G 98 of 255 = 38%
B 118 of 255 = 46%

160
98
118

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

Portions of RGB colors in percentages

R + G + B =
160 + 98 + 118 = 376 (100%)
R 160 of 376 ~ 42.55%
G 98 of 376 ~ 26.06%
B 118 of 376 ~ 31.38%

%42.55
%26.06
%31.38

CMYK color model

#A06276 color CMYK value is (0,39,26,37).

  • cyan value is 0.00%
  • magenta value is 38.75%
  • yellow value is 26.25%
  • key color value is 37.25%
CMYK:
(0,39,26,37)
C0M39Y26K37 
(0%,39%,26%,37%)
(0.00/0.39/0.26/0.37)	

CMYK percentages

%0
%38.75
%26.25
%37.25

Codes

Color #A06276 in popluar color models

A06276
RGB16098118
HSL341°24.60%50.59%
HSB/HSV341°38.75%62.75%
CMYK0.00%38.75%26.25%
37.25%

Color #A06276 in popluar number systems.

HEXA06276
Decimal16098118
Binary1010000011000101110110
Octal240142166

Shades and tints

Shades of #A06276

#A06276
(160,98,118)
#925A6C
(146,90,108)
#845262
(132,82,98)
#764A58
(118,74,88)
#68424E
(104,66,78)
#5A3A44
(90,58,68)
#4C323A
(76,50,58)
#3E2A30
(62,42,48)
#302226
(48,34,38)
#221A1C
(34,26,28)
#141212
(20,18,18)
#000000
(0,0,0)

Tints of #A06276

#A06276
(160,98,118)
#A87082
(168,112,130)
#B07E8E
(176,126,142)
#B88C9A
(184,140,154)
#C09AA6
(192,154,166)
#C8A8B2
(200,168,178)
#D0B6BE
(208,182,190)
#D8C4CA
(216,196,202)
#E0D2D6
(224,210,214)
#E8E0E2
(232,224,226)
#F0EEEE
(240,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A06276 color. Also use rgb(160,98,118) instead hex code.

Text Font Color

.myTextColor { color: #A06276; }

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

This text font color is #A06276.


Background Color

.myBgColor { background-color: #A06276; }

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

This div background color is #A06276.


Border color

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

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

This div border color is #A06276.


Opacity

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

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

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

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

This text has shadow with #A06276 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A06276 on black background.


Color preview on white background

This text has color #A06276 on white background.



Black color preview on #A06276 background

This text has black color on #A06276 background.


White color preview on #A06276 background

This text has white color on #A06276 background.