COLOR #9A9966

HEX: #9A9966
RGB: (154,153,102)

Color info

#9A9966 contains red, green and blue colors in about the same proportion. Web safe color of #9A9966 is #999966 (or #996).

RGB color model

#9A9966 color RGB value is (154,153,102).

  • red value is 154;
  • green value is 153;
  • blue value is 102.
RGB:
(154,153,102)
(60%,60%,40%)

RGB channels and saturation

R 154 of 255 = 60%
G 153 of 255 = 60%
B 102 of 255 = 40%

154
153
102

R + G + B ~ 53%. #9A9966 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
154 + 153 + 102 = 409 (100%)
R 154 of 409 ~ 37.65%
G 153 of 409 ~ 37.41%
B 102 of 409 ~ 24.94%

%37.65
%37.41
%24.94

CMYK color model

#9A9966 color CMYK value is (0,1,34,40).

  • cyan value is 0.00%
  • magenta value is 0.65%
  • yellow value is 33.77%
  • key color value is 39.61%
CMYK:
(0,1,34,40)
C0M1Y34K40 
(0%,1%,34%,40%)
(0.00/0.01/0.34/0.40)	

CMYK percentages

%0
%0.65
%33.77
%39.61

Codes

Color #9A9966 in popluar color models

9A9966
RGB154153102
HSL59°20.47%50.20%
HSB/HSV59°33.77%60.39%
CMYK0.00%0.65%33.77%
39.61%

Color #9A9966 in popluar number systems.

HEX9A9966
Decimal154153102
Binary10011010100110011100110
Octal232231146

Shades and tints

Shades of #9A9966

#9A9966
(154,153,102)
#8C8C5D
(140,140,93)
#7E7F54
(126,127,84)
#70724B
(112,114,75)
#626542
(98,101,66)
#545839
(84,88,57)
#464B30
(70,75,48)
#383E27
(56,62,39)
#2A311E
(42,49,30)
#1C2415
(28,36,21)
#0E170C
(14,23,12)
#000000
(0,0,0)

Tints of #9A9966

#9A9966
(154,153,102)
#A3A273
(163,162,115)
#ACAB80
(172,171,128)
#B5B48D
(181,180,141)
#BEBD9A
(190,189,154)
#C7C6A7
(199,198,167)
#D0CFB4
(208,207,180)
#D9D8C1
(217,216,193)
#E2E1CE
(226,225,206)
#EBEADB
(235,234,219)
#F4F3E8
(244,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9A9966 color. Also use rgb(154,153,102) instead hex code.

Text Font Color

.myTextColor { color: #9A9966; }

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

This text font color is #9A9966.


Background Color

.myBgColor { background-color: #9A9966; }

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

This div background color is #9A9966.


Border color

.myBorderColor { border: 1px solid #9A9966; }

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

This div border color is #9A9966.


Opacity

.myOpacity80 { color: #9A9966; opacity: 0.8; }

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

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

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

This text has shadow with #9A9966 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9A9966 on black background.


Color preview on white background

This text has color #9A9966 on white background.



Black color preview on #9A9966 background

This text has black color on #9A9966 background.


White color preview on #9A9966 background

This text has white color on #9A9966 background.