COLOR #A08280

HEX: #A08280 RGB: (160,130,128)

Color info

#A08280 contains red, green and blue colors in about the same proportion. Web safe color of #A08280 is #999966 (or #996).

RGB color model

#A08280 color RGB value is (160,130,128).

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

RGB channels and saturation

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

160
130
128

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

Portions of RGB colors in percentages

R + G + B = 160 + 130 + 128 = 418 (100%)
R 160 of 418 ~ 38.28%
G 130 of 418 ~ 31.1%
B 128 of 418 ~ 30.62'%

%38.28
%31.1
%30.62

CMYK color model

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

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

CMYK: (0,19,20,37)
C0M19Y20K37 (0%, 19%, 20%, 37%)
(0.00 / 0.19 / 0.20 / 0.37)

CMYK percentages

%0
%18.75
%20
%37.25

Codes

Color #A08280 in popluar color models

A0 82 80
RGB 160 130 128
HSL 14.41% 56.47%
HSB/HSV 20.00% 62.75%
CMYK 0.00% 18.75% 20.00%
37.25%

Color #A08280 in popluar number systems.

HEX A0 82 80
Decimal 160 130 128
Binary 10100000 10000010 10000000
Octal 240 202 200

Shades and tints

Shades of #A08280

#A08280
(160,130,128)
#927775
(146,119,117)
#846C6A
(132,108,106)
#76615F
(118,97,95)
#685654
(104,86,84)
#5A4B49
(90,75,73)
#4C403E
(76,64,62)
#3E3533
(62,53,51)
#302A28
(48,42,40)
#221F1D
(34,31,29)
#141412
(20,20,18)
#000000
(0,0,0)

Tints of #A08280

#A08280
(160,130,128)
#A88D8B
(168,141,139)
#B09896
(176,152,150)
#B8A3A1
(184,163,161)
#C0AEAC
(192,174,172)
#C8B9B7
(200,185,183)
#D0C4C2
(208,196,194)
#D8CFCD
(216,207,205)
#E0DAD8
(224,218,216)
#E8E5E3
(232,229,227)
#F0F0EE
(240,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A08280; }

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

This text font color is #A08280.

Background Color

.myBgColor { background-color: #A08280; }

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

This div background color is #A08280.

Border color

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

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

This div border color is #A08280.

Opacity

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

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

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

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

This text has shadow with #A08280 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A08280.

Preview

Color preview on black background

This text has color #A08280 on black background.


Color preview on white background

This text has color #A08280 on white background.


Black color preview on #A08280 background

This text has black color on #A08280 background.


White color preview on #A08280 background

This text has white color on #A08280 background.


Related colors

Complementary color

Complementary color for #hex is #5F7D7F.


I love getcolorcode.com

Triadic colors

1 #80A082 and #8280A0 with #A08280 are triadic colors.

2 #8082A0 and #82A080 with #A08280 are triadic colors.