COLOR #A59999

HEX: #A59999
RGB: (165,153,153)

Color info

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

RGB color model

#A59999 color RGB value is (165,153,153).

  • red value is 165;
  • green value is 153;
  • blue value is 153.
RGB:
(165,153,153)
(65%,60%,60%)

RGB channels and saturation

R 165 of 255 = 65%
G 153 of 255 = 60%
B 153 of 255 = 60%

165
153
153

R + G + B ~ 62%. #A59999 is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 153 + 153 = 471 (100%)
R 165 of 471 ~ 35.03%
G 153 of 471 ~ 32.48%
B 153 of 471 ~ 32.48%

%35.03
%32.48
%32.48

CMYK color model

#A59999 color CMYK value is (0,7,7,35).

  • cyan value is 0.00%
  • magenta value is 7.27%
  • yellow value is 7.27%
  • key color value is 35.29%
CMYK:
(0,7,7,35)
C0M7Y7K35 
(0%,7%,7%,35%)
(0.00/0.07/0.07/0.35)	

CMYK percentages

%0
%7.27
%7.27
%35.29

Codes

Color #A59999 in popluar color models

A59999
RGB165153153
HSL6.25%62.35%
HSB/HSV7.27%64.71%
CMYK0.00%7.27%7.27%
35.29%

Color #A59999 in popluar number systems.

HEXA59999
Decimal165153153
Binary101001011001100110011001
Octal245231231

Shades and tints

Shades of #A59999

#A59999
(165,153,153)
#968C8C
(150,140,140)
#877F7F
(135,127,127)
#787272
(120,114,114)
#696565
(105,101,101)
#5A5858
(90,88,88)
#4B4B4B
(75,75,75)
#3C3E3E
(60,62,62)
#2D3131
(45,49,49)
#1E2424
(30,36,36)
#0F1717
(15,23,23)
#000000
(0,0,0)

Tints of #A59999

#A59999
(165,153,153)
#ADA2A2
(173,162,162)
#B5ABAB
(181,171,171)
#BDB4B4
(189,180,180)
#C5BDBD
(197,189,189)
#CDC6C6
(205,198,198)
#D5CFCF
(213,207,207)
#DDD8D8
(221,216,216)
#E5E1E1
(229,225,225)
#EDEAEA
(237,234,234)
#F5F3F3
(245,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A59999; }

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

This text font color is #A59999.


Background Color

.myBgColor { background-color: #A59999; }

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

This div background color is #A59999.


Border color

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

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

This div border color is #A59999.


Opacity

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

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

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

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

This text has shadow with #A59999 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A59999 on black background.


Color preview on white background

This text has color #A59999 on white background.



Black color preview on #A59999 background

This text has black color on #A59999 background.


White color preview on #A59999 background

This text has white color on #A59999 background.