COLOR #A76092

HEX: #A76092
RGB: (167,96,146)

Color info

#A76092 contains mainly red and blue colors. Web safe color of #A76092 is #996699 (or #969).

RGB color model

#A76092 color RGB value is (167,96,146).

  • red value is 167;
  • green value is 96;
  • blue value is 146.
RGB:
(167,96,146)
(65%,38%,57%)

RGB channels and saturation

R 167 of 255 = 65%
G 96 of 255 = 38%
B 146 of 255 = 57%

167
96
146

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

Portions of RGB colors in percentages

R + G + B =
167 + 96 + 146 = 409 (100%)
R 167 of 409 ~ 40.83%
G 96 of 409 ~ 23.47%
B 146 of 409 ~ 35.7%

%40.83
%23.47
%35.7

CMYK color model

#A76092 color CMYK value is (0,43,13,35).

  • cyan value is 0.00%
  • magenta value is 42.51%
  • yellow value is 12.57%
  • key color value is 34.51%
CMYK:
(0,43,13,35)
C0M43Y13K35 
(0%,43%,13%,35%)
(0.00/0.43/0.13/0.35)	

CMYK percentages

%0
%42.51
%12.57
%34.51

Codes

Color #A76092 in popluar color models

A76092
RGB16796146
HSL318°28.74%51.57%
HSB/HSV318°42.51%65.49%
CMYK0.00%42.51%12.57%
34.51%

Color #A76092 in popluar number systems.

HEXA76092
Decimal16796146
Binary10100111110000010010010
Octal247140222

Shades and tints

Shades of #A76092

#A76092
(167,96,146)
#985885
(152,88,133)
#895078
(137,80,120)
#7A486B
(122,72,107)
#6B405E
(107,64,94)
#5C3851
(92,56,81)
#4D3044
(77,48,68)
#3E2837
(62,40,55)
#2F202A
(47,32,42)
#20181D
(32,24,29)
#111010
(17,16,16)
#000000
(0,0,0)

Tints of #A76092

#A76092
(167,96,146)
#AF6E9B
(175,110,155)
#B77CA4
(183,124,164)
#BF8AAD
(191,138,173)
#C798B6
(199,152,182)
#CFA6BF
(207,166,191)
#D7B4C8
(215,180,200)
#DFC2D1
(223,194,209)
#E7D0DA
(231,208,218)
#EFDEE3
(239,222,227)
#F7ECEC
(247,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A76092; }

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

This text font color is #A76092.


Background Color

.myBgColor { background-color: #A76092; }

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

This div background color is #A76092.


Border color

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

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

This div border color is #A76092.


Opacity

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

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

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

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

This text has shadow with #A76092 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A76092 on black background.


Color preview on white background

This text has color #A76092 on white background.



Black color preview on #A76092 background

This text has black color on #A76092 background.


White color preview on #A76092 background

This text has white color on #A76092 background.