COLOR #A08092

HEX: #A08092 RGB: (160,128,146)

Color info

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

RGB color model

#A08092 color RGB value is (160,128,146).

RGB: (160,128,146) (63%, 50%, 57%)

RGB channels and saturation

R 160 of 255 = 63%
G 128 of 255 = 50%
B 146 of 255 = 57%

160
128
146

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

Portions of RGB colors in percentages

R + G + B = 160 + 128 + 146 = 434 (100%)
R 160 of 434 ~ 36.87%
G 128 of 434 ~ 29.49%
B 146 of 434 ~ 33.64'%

%36.87
%29.49
%33.64

CMYK color model

#A08092 color CMYK value is (0,20,9,37).

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

CMYK: (0,20,9,37)
C0M20Y9K37 (0%, 20%, 9%, 37%)
(0.00 / 0.20 / 0.09 / 0.37)

CMYK percentages

%0
%20
%8.75
%37.25

Codes

Color #A08092 in popluar color models

A0 80 92
RGB 160 128 146
HSL 326° 14.41% 56.47%
HSB/HSV 326° 20.00% 62.75%
CMYK 0.00% 20.00% 8.75%
37.25%

Color #A08092 in popluar number systems.

HEX A0 80 92
Decimal 160 128 146
Binary 10100000 10000000 10010010
Octal 240 200 222

Shades and tints

Shades of #A08092

#A08092
(160,128,146)
#927585
(146,117,133)
#846A78
(132,106,120)
#765F6B
(118,95,107)
#68545E
(104,84,94)
#5A4951
(90,73,81)
#4C3E44
(76,62,68)
#3E3337
(62,51,55)
#30282A
(48,40,42)
#221D1D
(34,29,29)
#141210
(20,18,16)
#000000
(0,0,0)

Tints of #A08092

#A08092
(160,128,146)
#A88B9B
(168,139,155)
#B096A4
(176,150,164)
#B8A1AD
(184,161,173)
#C0ACB6
(192,172,182)
#C8B7BF
(200,183,191)
#D0C2C8
(208,194,200)
#D8CDD1
(216,205,209)
#E0D8DA
(224,216,218)
#E8E3E3
(232,227,227)
#F0EEEC
(240,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A08092; }

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

This text font color is #A08092.

Background Color

.myBgColor { background-color: #A08092; }

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

This div background color is #A08092.

Border color

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

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

This div border color is #A08092.

Opacity

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

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

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

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

This text has shadow with #A08092 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A08092.

Preview

Color preview on black background

This text has color #A08092 on black background.


Color preview on white background

This text has color #A08092 on white background.


Black color preview on #A08092 background

This text has black color on #A08092 background.


White color preview on #A08092 background

This text has white color on #A08092 background.


Related colors

Complementary color

Complementary color for #hex is #5F7F6D.


I love getcolorcode.com

Triadic colors

1 #92A080 and #8092A0 with #A08092 are triadic colors.

2 #9280A0 and #80A092 with #A08092 are triadic colors.