COLOR #A59283

HEX: #A59283 RGB: (165,146,131)

Color info

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

RGB color model

#A59283 color RGB value is (165,146,131).

RGB: (165,146,131) (65%, 57%, 51%)

RGB channels and saturation

R 165 of 255 = 65%
G 146 of 255 = 57%
B 131 of 255 = 51%

165
146
131

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

Portions of RGB colors in percentages

R + G + B = 165 + 146 + 131 = 442 (100%)
R 165 of 442 ~ 37.33%
G 146 of 442 ~ 33.03%
B 131 of 442 ~ 29.64'%

%37.33
%33.03
%29.64

CMYK color model

#A59283 color CMYK value is (0,12,21,35).

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

CMYK: (0,12,21,35)
C0M12Y21K35 (0%, 12%, 21%, 35%)
(0.00 / 0.12 / 0.21 / 0.35)

CMYK percentages

%0
%11.52
%20.61
%35.29

Codes

Color #A59283 in popluar color models

A5 92 83
RGB 165 146 131
HSL 26° 15.89% 58.04%
HSB/HSV 26° 20.61% 64.71%
CMYK 0.00% 11.52% 20.61%
35.29%

Color #A59283 in popluar number systems.

HEX A5 92 83
Decimal 165 146 131
Binary 10100101 10010010 10000011
Octal 245 222 203

Shades and tints

Shades of #A59283

#A59283
(165,146,131)
#968578
(150,133,120)
#87786D
(135,120,109)
#786B62
(120,107,98)
#695E57
(105,94,87)
#5A514C
(90,81,76)
#4B4441
(75,68,65)
#3C3736
(60,55,54)
#2D2A2B
(45,42,43)
#1E1D20
(30,29,32)
#0F1015
(15,16,21)
#000000
(0,0,0)

Tints of #A59283

#A59283
(165,146,131)
#AD9B8E
(173,155,142)
#B5A499
(181,164,153)
#BDADA4
(189,173,164)
#C5B6AF
(197,182,175)
#CDBFBA
(205,191,186)
#D5C8C5
(213,200,197)
#DDD1D0
(221,209,208)
#E5DADB
(229,218,219)
#EDE3E6
(237,227,230)
#F5ECF1
(245,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A59283; }

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

This text font color is #A59283.

Background Color

.myBgColor { background-color: #A59283; }

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

This div background color is #A59283.

Border color

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

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

This div border color is #A59283.

Opacity

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

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

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

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

This text has shadow with #A59283 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A59283.

Preview

Color preview on black background

This text has color #A59283 on black background.


Color preview on white background

This text has color #A59283 on white background.


Black color preview on #A59283 background

This text has black color on #A59283 background.


White color preview on #A59283 background

This text has white color on #A59283 background.


Related colors

Complementary color

Complementary color for #hex is #5A6D7C.


I love getcolorcode.com

Triadic colors

1 #83A592 and #9283A5 with #A59283 are triadic colors.

2 #8392A5 and #92A583 with #A59283 are triadic colors.