COLOR #A09422

HEX: #A09422 RGB: (160,148,34)

Color info

#A09422 contains mainly red and green colors. Web safe color of #A09422 is #999933 (or #993).

RGB color model

#A09422 color RGB value is (160,148,34).

RGB: (160,148,34) (63%, 58%, 13%)

RGB channels and saturation

R 160 of 255 = 63%
G 148 of 255 = 58%
B 34 of 255 = 13%

160
148
34

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

Portions of RGB colors in percentages

R + G + B = 160 + 148 + 34 = 342 (100%)
R 160 of 342 ~ 46.78%
G 148 of 342 ~ 43.27%
B 34 of 342 ~ 9.94'%

%46.78
%43.27

CMYK color model

#A09422 color CMYK value is (0,7,79,37).

  • cyan value is 0.00%
  • magenta value is 7.50%
  • yellow value is 78.75%
  • key color value is 37.25%

CMYK: (0,7,79,37)
C0M7Y79K37 (0%, 7%, 79%, 37%)
(0.00 / 0.07 / 0.79 / 0.37)

CMYK percentages

%0
%7.5
%78.75
%37.25

Codes

Color #A09422 in popluar color models

A0 94 22
RGB 160 148 34
HSL 54° 64.95% 38.04%
HSB/HSV 54° 78.75% 62.75%
CMYK 0.00% 7.50% 78.75%
37.25%

Color #A09422 in popluar number systems.

HEX A0 94 22
Decimal 160 148 34
Binary 10100000 10010100 100010
Octal 240 224 42

Shades and tints

Shades of #A09422

#A09422
(160,148,34)
#92871F
(146,135,31)
#847A1C
(132,122,28)
#766D19
(118,109,25)
#686016
(104,96,22)
#5A5313
(90,83,19)
#4C4610
(76,70,16)
#3E390D
(62,57,13)
#302C0A
(48,44,10)
#221F07
(34,31,7)
#141204
(20,18,4)
#000000
(0,0,0)

Tints of #A09422

#A09422
(160,148,34)
#A89D36
(168,157,54)
#B0A64A
(176,166,74)
#B8AF5E
(184,175,94)
#C0B872
(192,184,114)
#C8C186
(200,193,134)
#D0CA9A
(208,202,154)
#D8D3AE
(216,211,174)
#E0DCC2
(224,220,194)
#E8E5D6
(232,229,214)
#F0EEEA
(240,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A09422 color. Also use rgb(160,148,34) instead hex code.

Text Font Color

.myTextColor { color: #A09422; }

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

This text font color is #A09422.

Background Color

.myBgColor { background-color: #A09422; }

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

This div background color is #A09422.

Border color

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

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

This div border color is #A09422.

Opacity

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

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

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

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

This text has shadow with #A09422 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A09422.

Preview

Color preview on black background

This text has color #A09422 on black background.


Color preview on white background

This text has color #A09422 on white background.


Black color preview on #A09422 background

This text has black color on #A09422 background.


White color preview on #A09422 background

This text has white color on #A09422 background.


Related colors

Complementary color

Complementary color for #hex is #5F6BDD.


I love getcolorcode.com

Triadic colors

1 #22A094 and #9422A0 with #A09422 are triadic colors.

2 #2294A0 and #94A022 with #A09422 are triadic colors.