COLOR #99A599

HEX: #99A599 RGB: (153,165,153)

Color info

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

RGB color model

#99A599 color RGB value is (153,165,153).

RGB: (153,165,153) (60%, 65%, 60%)

RGB channels and saturation

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

153
165
153

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

Portions of RGB colors in percentages

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

%32.48
%35.03
%32.48

CMYK color model

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

  • cyan value is 7.27%
  • magenta value is 0.00%
  • yellow value is 7.27%
  • key color value is 35.29%

CMYK: (7,0,7,35)
C7M0Y7K35 (7%, 0%, 7%, 35%)
(0.07 / 0.00 / 0.07 / 0.35)

CMYK percentages

%7.27
%0
%7.27
%35.29

Codes

Color #99A599 in popluar color models

99 A5 99
RGB 153 165 153
HSL 120° 6.25% 62.35%
HSB/HSV 120° 7.27% 64.71%
CMYK 7.27% 0.00% 7.27%
35.29%

Color #99A599 in popluar number systems.

HEX 99 A5 99
Decimal 153 165 153
Binary 10011001 10100101 10011001
Octal 231 245 231

Shades and tints

Shades of #99A599

#99A599
(153,165,153)
#8C968C
(140,150,140)
#7F877F
(127,135,127)
#727872
(114,120,114)
#656965
(101,105,101)
#585A58
(88,90,88)
#4B4B4B
(75,75,75)
#3E3C3E
(62,60,62)
#312D31
(49,45,49)
#241E24
(36,30,36)
#170F17
(23,15,23)
#000000
(0,0,0)

Tints of #99A599

#99A599
(153,165,153)
#A2ADA2
(162,173,162)
#ABB5AB
(171,181,171)
#B4BDB4
(180,189,180)
#BDC5BD
(189,197,189)
#C6CDC6
(198,205,198)
#CFD5CF
(207,213,207)
#D8DDD8
(216,221,216)
#E1E5E1
(225,229,225)
#EAEDEA
(234,237,234)
#F3F5F3
(243,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99A599; }

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

This text font color is #99A599.

Background Color

.myBgColor { background-color: #99A599; }

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

This div background color is #99A599.

Border color

.myBorderColor { border: 1px solid #99A599; }

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

This div border color is #99A599.

Opacity

.myOpacity80 { color: #99A599; opacity: 0.8; }

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

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

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

This text has shadow with #99A599 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #99A599.

Preview

Color preview on black background

This text has color #99A599 on black background.


Color preview on white background

This text has color #99A599 on white background.


Black color preview on #99A599 background

This text has black color on #99A599 background.


White color preview on #99A599 background

This text has white color on #99A599 background.


Related colors

Complementary color

Complementary color for #hex is #665A66.


I love getcolorcode.com

Triadic colors

1 #9999A5 and #A59999 with #99A599 are triadic colors.

2 #99A599 and #A59999 with #99A599 are triadic colors.