COLOR #A09E82

HEX: #A09E82 RGB: (160,158,130)

Color info

#A09E82 contains red, green and blue colors in about the same proportion. Web safe color of #A09E82 is #999999 (or #999).

RGB color model

#A09E82 color RGB value is (160,158,130).

RGB: (160,158,130) (63%, 62%, 51%)

RGB channels and saturation

R 160 of 255 = 63%
G 158 of 255 = 62%
B 130 of 255 = 51%

160
158
130

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

Portions of RGB colors in percentages

R + G + B = 160 + 158 + 130 = 448 (100%)
R 160 of 448 ~ 35.71%
G 158 of 448 ~ 35.27%
B 130 of 448 ~ 29.02'%

%35.71
%35.27
%29.02

CMYK color model

#A09E82 color CMYK value is (0,1,19,37).

  • cyan value is 0.00%
  • magenta value is 1.25%
  • yellow value is 18.75%
  • key color value is 37.25%

CMYK: (0,1,19,37)
C0M1Y19K37 (0%, 1%, 19%, 37%)
(0.00 / 0.01 / 0.19 / 0.37)

CMYK percentages

%0
%1.25
%18.75
%37.25

Codes

Color #A09E82 in popluar color models

A0 9E 82
RGB 160 158 130
HSL 56° 13.64% 56.86%
HSB/HSV 56° 18.75% 62.75%
CMYK 0.00% 1.25% 18.75%
37.25%

Color #A09E82 in popluar number systems.

HEX A0 9E 82
Decimal 160 158 130
Binary 10100000 10011110 10000010
Octal 240 236 202

Shades and tints

Shades of #A09E82

#A09E82
(160,158,130)
#929077
(146,144,119)
#84826C
(132,130,108)
#767461
(118,116,97)
#686656
(104,102,86)
#5A584B
(90,88,75)
#4C4A40
(76,74,64)
#3E3C35
(62,60,53)
#302E2A
(48,46,42)
#22201F
(34,32,31)
#141214
(20,18,20)
#000000
(0,0,0)

Tints of #A09E82

#A09E82
(160,158,130)
#A8A68D
(168,166,141)
#B0AE98
(176,174,152)
#B8B6A3
(184,182,163)
#C0BEAE
(192,190,174)
#C8C6B9
(200,198,185)
#D0CEC4
(208,206,196)
#D8D6CF
(216,214,207)
#E0DEDA
(224,222,218)
#E8E6E5
(232,230,229)
#F0EEF0
(240,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A09E82 color. Also use rgb(160,158,130) instead hex code.

Text Font Color

.myTextColor { color: #A09E82; }

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

This text font color is #A09E82.

Background Color

.myBgColor { background-color: #A09E82; }

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

This div background color is #A09E82.

Border color

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

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

This div border color is #A09E82.

Opacity

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

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

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

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

This text has shadow with #A09E82 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A09E82.

Preview

Color preview on black background

This text has color #A09E82 on black background.


Color preview on white background

This text has color #A09E82 on white background.


Black color preview on #A09E82 background

This text has black color on #A09E82 background.


White color preview on #A09E82 background

This text has white color on #A09E82 background.


Related colors

Complementary color

Complementary color for #hex is #5F617D.


I love getcolorcode.com

Triadic colors

1 #82A09E and #9E82A0 with #A09E82 are triadic colors.

2 #829EA0 and #9EA082 with #A09E82 are triadic colors.