COLOR #A28A52

HEX: #A28A52 RGB: (162,138,82)

Color info

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

RGB color model

#A28A52 color RGB value is (162,138,82).

RGB: (162,138,82) (64%, 54%, 32%)

RGB channels and saturation

R 162 of 255 = 64%
G 138 of 255 = 54%
B 82 of 255 = 32%

162
138
82

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

Portions of RGB colors in percentages

R + G + B = 162 + 138 + 82 = 382 (100%)
R 162 of 382 ~ 42.41%
G 138 of 382 ~ 36.13%
B 82 of 382 ~ 21.47'%

%42.41
%36.13
%21.47

CMYK color model

#A28A52 color CMYK value is (0,15,49,36).

  • cyan value is 0.00%
  • magenta value is 14.81%
  • yellow value is 49.38%
  • key color value is 36.47%

CMYK: (0,15,49,36)
C0M15Y49K36 (0%, 15%, 49%, 36%)
(0.00 / 0.15 / 0.49 / 0.36)

CMYK percentages

%0
%14.81
%49.38
%36.47

Codes

Color #A28A52 in popluar color models

A2 8A 52
RGB 162 138 82
HSL 42° 32.79% 47.84%
HSB/HSV 42° 49.38% 63.53%
CMYK 0.00% 14.81% 49.38%
36.47%

Color #A28A52 in popluar number systems.

HEX A2 8A 52
Decimal 162 138 82
Binary 10100010 10001010 1010010
Octal 242 212 122

Shades and tints

Shades of #A28A52

#A28A52
(162,138,82)
#947E4B
(148,126,75)
#867244
(134,114,68)
#78663D
(120,102,61)
#6A5A36
(106,90,54)
#5C4E2F
(92,78,47)
#4E4228
(78,66,40)
#403621
(64,54,33)
#322A1A
(50,42,26)
#241E13
(36,30,19)
#16120C
(22,18,12)
#000000
(0,0,0)

Tints of #A28A52

#A28A52
(162,138,82)
#AA9461
(170,148,97)
#B29E70
(178,158,112)
#BAA87F
(186,168,127)
#C2B28E
(194,178,142)
#CABC9D
(202,188,157)
#D2C6AC
(210,198,172)
#DAD0BB
(218,208,187)
#E2DACA
(226,218,202)
#EAE4D9
(234,228,217)
#F2EEE8
(242,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A28A52 color. Also use rgb(162,138,82) instead hex code.

Text Font Color

.myTextColor { color: #A28A52; }

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

This text font color is #A28A52.

Background Color

.myBgColor { background-color: #A28A52; }

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

This div background color is #A28A52.

Border color

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

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

This div border color is #A28A52.

Opacity

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

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

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

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

This text has shadow with #A28A52 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A28A52.

Preview

Color preview on black background

This text has color #A28A52 on black background.


Color preview on white background

This text has color #A28A52 on white background.


Black color preview on #A28A52 background

This text has black color on #A28A52 background.


White color preview on #A28A52 background

This text has white color on #A28A52 background.


Related colors

Complementary color

Complementary color for #hex is #5D75AD.


I love getcolorcode.com

Triadic colors

1 #52A28A and #8A52A2 with #A28A52 are triadic colors.

2 #528AA2 and #8AA252 with #A28A52 are triadic colors.