COLOR #A28D22

HEX: #A28D22 RGB: (162,141,34)

Color info

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

RGB color model

#A28D22 color RGB value is (162,141,34).

RGB: (162,141,34) (64%, 55%, 13%)

RGB channels and saturation

R 162 of 255 = 64%
G 141 of 255 = 55%
B 34 of 255 = 13%

162
141
34

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

Portions of RGB colors in percentages

R + G + B = 162 + 141 + 34 = 337 (100%)
R 162 of 337 ~ 48.07%
G 141 of 337 ~ 41.84%
B 34 of 337 ~ 10.09'%

%48.07
%41.84

CMYK color model

#A28D22 color CMYK value is (0,13,79,36).

  • cyan value is 0.00%
  • magenta value is 12.96%
  • yellow value is 79.01%
  • key color value is 36.47%

CMYK: (0,13,79,36)
C0M13Y79K36 (0%, 13%, 79%, 36%)
(0.00 / 0.13 / 0.79 / 0.36)

CMYK percentages

%0
%12.96
%79.01
%36.47

Codes

Color #A28D22 in popluar color models

A2 8D 22
RGB 162 141 34
HSL 50° 65.31% 38.43%
HSB/HSV 50° 79.01% 63.53%
CMYK 0.00% 12.96% 79.01%
36.47%

Color #A28D22 in popluar number systems.

HEX A2 8D 22
Decimal 162 141 34
Binary 10100010 10001101 100010
Octal 242 215 42

Shades and tints

Shades of #A28D22

#A28D22
(162,141,34)
#94811F
(148,129,31)
#86751C
(134,117,28)
#786919
(120,105,25)
#6A5D16
(106,93,22)
#5C5113
(92,81,19)
#4E4510
(78,69,16)
#40390D
(64,57,13)
#322D0A
(50,45,10)
#242107
(36,33,7)
#161504
(22,21,4)
#000000
(0,0,0)

Tints of #A28D22

#A28D22
(162,141,34)
#AA9736
(170,151,54)
#B2A14A
(178,161,74)
#BAAB5E
(186,171,94)
#C2B572
(194,181,114)
#CABF86
(202,191,134)
#D2C99A
(210,201,154)
#DAD3AE
(218,211,174)
#E2DDC2
(226,221,194)
#EAE7D6
(234,231,214)
#F2F1EA
(242,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A28D22 color. Also use rgb(162,141,34) instead hex code.

Text Font Color

.myTextColor { color: #A28D22; }

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

This text font color is #A28D22.

Background Color

.myBgColor { background-color: #A28D22; }

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

This div background color is #A28D22.

Border color

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

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

This div border color is #A28D22.

Opacity

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

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

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

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

This text has shadow with #A28D22 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A28D22.

Preview

Color preview on black background

This text has color #A28D22 on black background.


Color preview on white background

This text has color #A28D22 on white background.


Black color preview on #A28D22 background

This text has black color on #A28D22 background.


White color preview on #A28D22 background

This text has white color on #A28D22 background.


Related colors

Complementary color

Complementary color for #hex is #5D72DD.


I love getcolorcode.com

Triadic colors

1 #22A28D and #8D22A2 with #A28D22 are triadic colors.

2 #228DA2 and #8DA222 with #A28D22 are triadic colors.