COLOR #A97A42

HEX: #A97A42
RGB: (169,122,66)

Color info

#A97A42 contains mainly red and green colors. Web safe color of #A97A42 is #996633 (or #963).

RGB color model

#A97A42 color RGB value is (169,122,66).

  • red value is 169;
  • green value is 122;
  • blue value is 66.
RGB:
(169,122,66)
(66%,48%,26%)

RGB channels and saturation

R 169 of 255 = 66%
G 122 of 255 = 48%
B 66 of 255 = 26%

169
122
66

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

Portions of RGB colors in percentages

R + G + B =
169 + 122 + 66 = 357 (100%)
R 169 of 357 ~ 47.34%
G 122 of 357 ~ 34.17%
B 66 of 357 ~ 18.49%

%47.34
%34.17
%18.49

CMYK color model

#A97A42 color CMYK value is (0,28,61,34).

  • cyan value is 0.00%
  • magenta value is 27.81%
  • yellow value is 60.95%
  • key color value is 33.73%
CMYK:
(0,28,61,34)
C0M28Y61K34 
(0%,28%,61%,34%)
(0.00/0.28/0.61/0.34)	

CMYK percentages

%0
%27.81
%60.95
%33.73

Codes

Color #A97A42 in popluar color models

A97A42
RGB16912266
HSL33°43.83%46.08%
HSB/HSV33°60.95%66.27%
CMYK0.00%27.81%60.95%
33.73%

Color #A97A42 in popluar number systems.

HEXA97A42
Decimal16912266
Binary1010100111110101000010
Octal251172102

Shades and tints

Shades of #A97A42

#A97A42
(169,122,66)
#9A6F3C
(154,111,60)
#8B6436
(139,100,54)
#7C5930
(124,89,48)
#6D4E2A
(109,78,42)
#5E4324
(94,67,36)
#4F381E
(79,56,30)
#402D18
(64,45,24)
#312212
(49,34,18)
#22170C
(34,23,12)
#130C06
(19,12,6)
#000000
(0,0,0)

Tints of #A97A42

#A97A42
(169,122,66)
#B08653
(176,134,83)
#B79264
(183,146,100)
#BE9E75
(190,158,117)
#C5AA86
(197,170,134)
#CCB697
(204,182,151)
#D3C2A8
(211,194,168)
#DACEB9
(218,206,185)
#E1DACA
(225,218,202)
#E8E6DB
(232,230,219)
#EFF2EC
(239,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A97A42 color. Also use rgb(169,122,66) instead hex code.

Text Font Color

.myTextColor { color: #A97A42; }

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

This text font color is #A97A42.


Background Color

.myBgColor { background-color: #A97A42; }

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

This div background color is #A97A42.


Border color

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

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

This div border color is #A97A42.


Opacity

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

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

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

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

This text has shadow with #A97A42 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A97A42 on black background.


Color preview on white background

This text has color #A97A42 on white background.



Black color preview on #A97A42 background

This text has black color on #A97A42 background.


White color preview on #A97A42 background

This text has white color on #A97A42 background.