COLOR #A59280

HEX: #A59280 RGB: (165,146,128)

Color info

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

RGB color model

#A59280 color RGB value is (165,146,128).

RGB: (165,146,128) (65%, 57%, 50%)

RGB channels and saturation

R 165 of 255 = 65%
G 146 of 255 = 57%
B 128 of 255 = 50%

165
146
128

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

Portions of RGB colors in percentages

R + G + B = 165 + 146 + 128 = 439 (100%)
R 165 of 439 ~ 37.59%
G 146 of 439 ~ 33.26%
B 128 of 439 ~ 29.16'%

%37.59
%33.26
%29.16

CMYK color model

#A59280 color CMYK value is (0,12,22,35).

  • cyan value is 0.00%
  • magenta value is 11.52%
  • yellow value is 22.42%
  • key color value is 35.29%

CMYK: (0,12,22,35)
C0M12Y22K35 (0%, 12%, 22%, 35%)
(0.00 / 0.12 / 0.22 / 0.35)

CMYK percentages

%0
%11.52
%22.42
%35.29

Codes

Color #A59280 in popluar color models

A5 92 80
RGB 165 146 128
HSL 29° 17.05% 57.45%
HSB/HSV 29° 22.42% 64.71%
CMYK 0.00% 11.52% 22.42%
35.29%

Color #A59280 in popluar number systems.

HEX A5 92 80
Decimal 165 146 128
Binary 10100101 10010010 10000000
Octal 245 222 200

Shades and tints

Shades of #A59280

#A59280
(165,146,128)
#968575
(150,133,117)
#87786A
(135,120,106)
#786B5F
(120,107,95)
#695E54
(105,94,84)
#5A5149
(90,81,73)
#4B443E
(75,68,62)
#3C3733
(60,55,51)
#2D2A28
(45,42,40)
#1E1D1D
(30,29,29)
#0F1012
(15,16,18)
#000000
(0,0,0)

Tints of #A59280

#A59280
(165,146,128)
#AD9B8B
(173,155,139)
#B5A496
(181,164,150)
#BDADA1
(189,173,161)
#C5B6AC
(197,182,172)
#CDBFB7
(205,191,183)
#D5C8C2
(213,200,194)
#DDD1CD
(221,209,205)
#E5DAD8
(229,218,216)
#EDE3E3
(237,227,227)
#F5ECEE
(245,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A59280; }

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

This text font color is #A59280.

Background Color

.myBgColor { background-color: #A59280; }

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

This div background color is #A59280.

Border color

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

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

This div border color is #A59280.

Opacity

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

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

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

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

This text has shadow with #A59280 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A59280.

Preview

Color preview on black background

This text has color #A59280 on black background.


Color preview on white background

This text has color #A59280 on white background.


Black color preview on #A59280 background

This text has black color on #A59280 background.


White color preview on #A59280 background

This text has white color on #A59280 background.


Related colors

Complementary color

Complementary color for #hex is #5A6D7F.


I love getcolorcode.com

Triadic colors

1 #80A592 and #9280A5 with #A59280 are triadic colors.

2 #8092A5 and #92A580 with #A59280 are triadic colors.