COLOR #A07092

HEX: #A07092 RGB: (160,112,146)

Color info

#A07092 contains red, green and blue colors in about the same proportion. Web safe color of #A07092 is #996699 (or #969).

RGB color model

#A07092 color RGB value is (160,112,146).

RGB: (160,112,146) (63%, 44%, 57%)

RGB channels and saturation

R 160 of 255 = 63%
G 112 of 255 = 44%
B 146 of 255 = 57%

160
112
146

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

Portions of RGB colors in percentages

R + G + B = 160 + 112 + 146 = 418 (100%)
R 160 of 418 ~ 38.28%
G 112 of 418 ~ 26.79%
B 146 of 418 ~ 34.93'%

%38.28
%26.79
%34.93

CMYK color model

#A07092 color CMYK value is (0,30,9,37).

  • cyan value is 0.00%
  • magenta value is 30.00%
  • yellow value is 8.75%
  • key color value is 37.25%

CMYK: (0,30,9,37)
C0M30Y9K37 (0%, 30%, 9%, 37%)
(0.00 / 0.30 / 0.09 / 0.37)

CMYK percentages

%0
%30
%8.75
%37.25

Codes

Color #A07092 in popluar color models

A0 70 92
RGB 160 112 146
HSL 318° 20.17% 53.33%
HSB/HSV 318° 30.00% 62.75%
CMYK 0.00% 30.00% 8.75%
37.25%

Color #A07092 in popluar number systems.

HEX A0 70 92
Decimal 160 112 146
Binary 10100000 1110000 10010010
Octal 240 160 222

Shades and tints

Shades of #A07092

#A07092
(160,112,146)
#926685
(146,102,133)
#845C78
(132,92,120)
#76526B
(118,82,107)
#68485E
(104,72,94)
#5A3E51
(90,62,81)
#4C3444
(76,52,68)
#3E2A37
(62,42,55)
#30202A
(48,32,42)
#22161D
(34,22,29)
#140C10
(20,12,16)
#000000
(0,0,0)

Tints of #A07092

#A07092
(160,112,146)
#A87D9B
(168,125,155)
#B08AA4
(176,138,164)
#B897AD
(184,151,173)
#C0A4B6
(192,164,182)
#C8B1BF
(200,177,191)
#D0BEC8
(208,190,200)
#D8CBD1
(216,203,209)
#E0D8DA
(224,216,218)
#E8E5E3
(232,229,227)
#F0F2EC
(240,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A07092 color. Also use rgb(160,112,146) instead hex code.

Text Font Color

.myTextColor { color: #A07092; }

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

This text font color is #A07092.

Background Color

.myBgColor { background-color: #A07092; }

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

This div background color is #A07092.

Border color

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

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

This div border color is #A07092.

Opacity

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

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

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

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

This text has shadow with #A07092 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A07092.

Preview

Color preview on black background

This text has color #A07092 on black background.


Color preview on white background

This text has color #A07092 on white background.


Black color preview on #A07092 background

This text has black color on #A07092 background.


White color preview on #A07092 background

This text has white color on #A07092 background.


Related colors

Complementary color

Complementary color for #hex is #5F8F6D.


I love getcolorcode.com

Triadic colors

1 #92A070 and #7092A0 with #A07092 are triadic colors.

2 #9270A0 and #70A092 with #A07092 are triadic colors.