COLOR #A58281

HEX: #A58281 RGB: (165,130,129)

Color info

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

RGB color model

#A58281 color RGB value is (165,130,129).

RGB: (165,130,129) (65%, 51%, 51%)

RGB channels and saturation

R 165 of 255 = 65%
G 130 of 255 = 51%
B 129 of 255 = 51%

165
130
129

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

Portions of RGB colors in percentages

R + G + B = 165 + 130 + 129 = 424 (100%)
R 165 of 424 ~ 38.92%
G 130 of 424 ~ 30.66%
B 129 of 424 ~ 30.42'%

%38.92
%30.66
%30.42

CMYK color model

#A58281 color CMYK value is (0,21,22,35).

  • cyan value is 0.00%
  • magenta value is 21.21%
  • yellow value is 21.82%
  • key color value is 35.29%

CMYK: (0,21,22,35)
C0M21Y22K35 (0%, 21%, 22%, 35%)
(0.00 / 0.21 / 0.22 / 0.35)

CMYK percentages

%0
%21.21
%21.82
%35.29

Codes

Color #A58281 in popluar color models

A5 82 81
RGB 165 130 129
HSL 16.67% 57.65%
HSB/HSV 21.82% 64.71%
CMYK 0.00% 21.21% 21.82%
35.29%

Color #A58281 in popluar number systems.

HEX A5 82 81
Decimal 165 130 129
Binary 10100101 10000010 10000001
Octal 245 202 201

Shades and tints

Shades of #A58281

#A58281
(165,130,129)
#967776
(150,119,118)
#876C6B
(135,108,107)
#786160
(120,97,96)
#695655
(105,86,85)
#5A4B4A
(90,75,74)
#4B403F
(75,64,63)
#3C3534
(60,53,52)
#2D2A29
(45,42,41)
#1E1F1E
(30,31,30)
#0F1413
(15,20,19)
#000000
(0,0,0)

Tints of #A58281

#A58281
(165,130,129)
#AD8D8C
(173,141,140)
#B59897
(181,152,151)
#BDA3A2
(189,163,162)
#C5AEAD
(197,174,173)
#CDB9B8
(205,185,184)
#D5C4C3
(213,196,195)
#DDCFCE
(221,207,206)
#E5DAD9
(229,218,217)
#EDE5E4
(237,229,228)
#F5F0EF
(245,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A58281; }

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

This text font color is #A58281.

Background Color

.myBgColor { background-color: #A58281; }

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

This div background color is #A58281.

Border color

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

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

This div border color is #A58281.

Opacity

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

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

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

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

This text has shadow with #A58281 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A58281.

Preview

Color preview on black background

This text has color #A58281 on black background.


Color preview on white background

This text has color #A58281 on white background.


Black color preview on #A58281 background

This text has black color on #A58281 background.


White color preview on #A58281 background

This text has white color on #A58281 background.


Related colors

Complementary color

Complementary color for #hex is #5A7D7E.


I love getcolorcode.com

Triadic colors

1 #81A582 and #8281A5 with #A58281 are triadic colors.

2 #8182A5 and #82A581 with #A58281 are triadic colors.