COLOR #99AF6D

HEX: #99AF6D RGB: (153,175,109)

Color info

#99AF6D contains mainly red and green colors. Web safe color of #99AF6D is #999966 (or #996).

RGB color model

#99AF6D color RGB value is (153,175,109).

RGB: (153,175,109) (60%, 69%, 43%)

RGB channels and saturation

R 153 of 255 = 60%
G 175 of 255 = 69%
B 109 of 255 = 43%

153
175
109

R + G + B ~ 57%. #99AF6D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 153 + 175 + 109 = 437 (100%)
R 153 of 437 ~ 35.01%
G 175 of 437 ~ 40.05%
B 109 of 437 ~ 24.94'%

%35.01
%40.05
%24.94

CMYK color model

#99AF6D color CMYK value is (13,0,38,31).

  • cyan value is 12.57%
  • magenta value is 0.00%
  • yellow value is 37.71%
  • key color value is 31.37%

CMYK: (13,0,38,31)
C13M0Y38K31 (13%, 0%, 38%, 31%)
(0.13 / 0.00 / 0.38 / 0.31)

CMYK percentages

%12.57
%0
%37.71
%31.37

Codes

Color #99AF6D in popluar color models

99 AF 6D
RGB 153 175 109
HSL 80° 29.20% 55.69%
HSB/HSV 80° 37.71% 68.63%
CMYK 12.57% 0.00% 37.71%
31.37%

Color #99AF6D in popluar number systems.

HEX 99 AF 6D
Decimal 153 175 109
Binary 10011001 10101111 1101101
Octal 231 257 155

Shades and tints

Shades of #99AF6D

#99AF6D
(153,175,109)
#8CA064
(140,160,100)
#7F915B
(127,145,91)
#728252
(114,130,82)
#657349
(101,115,73)
#586440
(88,100,64)
#4B5537
(75,85,55)
#3E462E
(62,70,46)
#313725
(49,55,37)
#24281C
(36,40,28)
#171913
(23,25,19)
#000000
(0,0,0)

Tints of #99AF6D

#99AF6D
(153,175,109)
#A2B67A
(162,182,122)
#ABBD87
(171,189,135)
#B4C494
(180,196,148)
#BDCBA1
(189,203,161)
#C6D2AE
(198,210,174)
#CFD9BB
(207,217,187)
#D8E0C8
(216,224,200)
#E1E7D5
(225,231,213)
#EAEEE2
(234,238,226)
#F3F5EF
(243,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99AF6D; }

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

This text font color is #99AF6D.

Background Color

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

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

This div background color is #99AF6D.

Border color

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

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

This div border color is #99AF6D.

Opacity

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

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

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

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

This text has shadow with #99AF6D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #99AF6D.

Preview

Color preview on black background

This text has color #99AF6D on black background.


Color preview on white background

This text has color #99AF6D on white background.


Black color preview on #99AF6D background

This text has black color on #99AF6D background.


White color preview on #99AF6D background

This text has white color on #99AF6D background.


Related colors

Complementary color

Complementary color for #hex is #665092.


I love getcolorcode.com

Triadic colors

1 #6D99AF and #AF6D99 with #99AF6D are triadic colors.

2 #6DAF99 and #AF996D with #99AF6D are triadic colors.