COLOR #A59484

HEX: #A59484
RGB: (165,148,132)

Color info

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

RGB color model

#A59484 color RGB value is (165,148,132).

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

RGB channels and saturation

R 165 of 255 = 65%
G 148 of 255 = 58%
B 132 of 255 = 52%

165
148
132

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

Portions of RGB colors in percentages

R + G + B =
165 + 148 + 132 = 445 (100%)
R 165 of 445 ~ 37.08%
G 148 of 445 ~ 33.26%
B 132 of 445 ~ 29.66%

%37.08
%33.26
%29.66

CMYK color model

#A59484 color CMYK value is (0,10,20,35).

  • cyan value is 0.00%
  • magenta value is 10.30%
  • yellow value is 20.00%
  • key color value is 35.29%
CMYK:
(0,10,20,35)
C0M10Y20K35 
(0%,10%,20%,35%)
(0.00/0.10/0.20/0.35)	

CMYK percentages

%0
%10.3
%20
%35.29

Codes

Color #A59484 in popluar color models

A59484
RGB165148132
HSL29°15.49%58.24%
HSB/HSV29°20.00%64.71%
CMYK0.00%10.30%20.00%
35.29%

Color #A59484 in popluar number systems.

HEXA59484
Decimal165148132
Binary101001011001010010000100
Octal245224204

Shades and tints

Shades of #A59484

#A59484
(165,148,132)
#968778
(150,135,120)
#877A6C
(135,122,108)
#786D60
(120,109,96)
#696054
(105,96,84)
#5A5348
(90,83,72)
#4B463C
(75,70,60)
#3C3930
(60,57,48)
#2D2C24
(45,44,36)
#1E1F18
(30,31,24)
#0F120C
(15,18,12)
#000000
(0,0,0)

Tints of #A59484

#A59484
(165,148,132)
#AD9D8F
(173,157,143)
#B5A69A
(181,166,154)
#BDAFA5
(189,175,165)
#C5B8B0
(197,184,176)
#CDC1BB
(205,193,187)
#D5CAC6
(213,202,198)
#DDD3D1
(221,211,209)
#E5DCDC
(229,220,220)
#EDE5E7
(237,229,231)
#F5EEF2
(245,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A59484; }

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

This text font color is #A59484.


Background Color

.myBgColor { background-color: #A59484; }

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

This div background color is #A59484.


Border color

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

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

This div border color is #A59484.


Opacity

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

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

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

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

This text has shadow with #A59484 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A59484 on black background.


Color preview on white background

This text has color #A59484 on white background.



Black color preview on #A59484 background

This text has black color on #A59484 background.


White color preview on #A59484 background

This text has white color on #A59484 background.