COLOR #A58481

HEX: #A58481
RGB: (165,132,129)

Color info

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

RGB color model

#A58481 color RGB value is (165,132,129).

  • red value is 165;
  • green value is 132;
  • blue value is 129.
RGB:
(165,132,129)
(65%,52%,51%)

RGB channels and saturation

R 165 of 255 = 65%
G 132 of 255 = 52%
B 129 of 255 = 51%

165
132
129

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

Portions of RGB colors in percentages

R + G + B =
165 + 132 + 129 = 426 (100%)
R 165 of 426 ~ 38.73%
G 132 of 426 ~ 30.99%
B 129 of 426 ~ 30.28%

%38.73
%30.99
%30.28

CMYK color model

#A58481 color CMYK value is (0,20,22,35).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 21.82%
  • key color value is 35.29%
CMYK:
(0,20,22,35)
C0M20Y22K35 
(0%,20%,22%,35%)
(0.00/0.20/0.22/0.35)	

CMYK percentages

%0
%20
%21.82
%35.29

Codes

Color #A58481 in popluar color models

A58481
RGB165132129
HSL16.67%57.65%
HSB/HSV21.82%64.71%
CMYK0.00%20.00%21.82%
35.29%

Color #A58481 in popluar number systems.

HEXA58481
Decimal165132129
Binary101001011000010010000001
Octal245204201

Shades and tints

Shades of #A58481

#A58481
(165,132,129)
#967876
(150,120,118)
#876C6B
(135,108,107)
#786060
(120,96,96)
#695455
(105,84,85)
#5A484A
(90,72,74)
#4B3C3F
(75,60,63)
#3C3034
(60,48,52)
#2D2429
(45,36,41)
#1E181E
(30,24,30)
#0F0C13
(15,12,19)
#000000
(0,0,0)

Tints of #A58481

#A58481
(165,132,129)
#AD8F8C
(173,143,140)
#B59A97
(181,154,151)
#BDA5A2
(189,165,162)
#C5B0AD
(197,176,173)
#CDBBB8
(205,187,184)
#D5C6C3
(213,198,195)
#DDD1CE
(221,209,206)
#E5DCD9
(229,220,217)
#EDE7E4
(237,231,228)
#F5F2EF
(245,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A58481; }

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

This text font color is #A58481.


Background Color

.myBgColor { background-color: #A58481; }

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

This div background color is #A58481.


Border color

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

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

This div border color is #A58481.


Opacity

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

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

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

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

This text has shadow with #A58481 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A58481 on black background.


Color preview on white background

This text has color #A58481 on white background.



Black color preview on #A58481 background

This text has black color on #A58481 background.


White color preview on #A58481 background

This text has white color on #A58481 background.