COLOR #A08282

HEX: #A08282 RGB: (160,130,130)

Color info

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

RGB color model

#A08282 color RGB value is (160,130,130).

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

RGB channels and saturation

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

160
130
130

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

Portions of RGB colors in percentages

R + G + B = 160 + 130 + 130 = 420 (100%)
R 160 of 420 ~ 38.1%
G 130 of 420 ~ 30.95%
B 130 of 420 ~ 30.95'%

%38.1
%30.95
%30.95

CMYK color model

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

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

CMYK: (0,19,19,37)
C0M19Y19K37 (0%, 19%, 19%, 37%)
(0.00 / 0.19 / 0.19 / 0.37)

CMYK percentages

%0
%18.75
%18.75
%37.25

Codes

Color #A08282 in popluar color models

A0 82 82
RGB 160 130 130
HSL 13.64% 56.86%
HSB/HSV 18.75% 62.75%
CMYK 0.00% 18.75% 18.75%
37.25%

Color #A08282 in popluar number systems.

HEX A0 82 82
Decimal 160 130 130
Binary 10100000 10000010 10000010
Octal 240 202 202

Shades and tints

Shades of #A08282

#A08282
(160,130,130)
#927777
(146,119,119)
#846C6C
(132,108,108)
#766161
(118,97,97)
#685656
(104,86,86)
#5A4B4B
(90,75,75)
#4C4040
(76,64,64)
#3E3535
(62,53,53)
#302A2A
(48,42,42)
#221F1F
(34,31,31)
#141414
(20,20,20)
#000000
(0,0,0)

Tints of #A08282

#A08282
(160,130,130)
#A88D8D
(168,141,141)
#B09898
(176,152,152)
#B8A3A3
(184,163,163)
#C0AEAE
(192,174,174)
#C8B9B9
(200,185,185)
#D0C4C4
(208,196,196)
#D8CFCF
(216,207,207)
#E0DADA
(224,218,218)
#E8E5E5
(232,229,229)
#F0F0F0
(240,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A08282; }

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

This text font color is #A08282.

Background Color

.myBgColor { background-color: #A08282; }

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

This div background color is #A08282.

Border color

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

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

This div border color is #A08282.

Opacity

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

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

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

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

This text has shadow with #A08282 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A08282.

Preview

Color preview on black background

This text has color #A08282 on black background.


Color preview on white background

This text has color #A08282 on white background.


Black color preview on #A08282 background

This text has black color on #A08282 background.


White color preview on #A08282 background

This text has white color on #A08282 background.


Related colors

Complementary color

Complementary color for #hex is #5F7D7D.


I love getcolorcode.com