COLOR #A28F5D

HEX: #A28F5D RGB: (162,143,93)

Color info

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

RGB color model

#A28F5D color RGB value is (162,143,93).

RGB: (162,143,93) (64%, 56%, 36%)

RGB channels and saturation

R 162 of 255 = 64%
G 143 of 255 = 56%
B 93 of 255 = 36%

162
143
93

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

Portions of RGB colors in percentages

R + G + B = 162 + 143 + 93 = 398 (100%)
R 162 of 398 ~ 40.7%
G 143 of 398 ~ 35.93%
B 93 of 398 ~ 23.37'%

%40.7
%35.93
%23.37

CMYK color model

#A28F5D color CMYK value is (0,12,43,36).

  • cyan value is 0.00%
  • magenta value is 11.73%
  • yellow value is 42.59%
  • key color value is 36.47%

CMYK: (0,12,43,36)
C0M12Y43K36 (0%, 12%, 43%, 36%)
(0.00 / 0.12 / 0.43 / 0.36)

CMYK percentages

%0
%11.73
%42.59
%36.47

Codes

Color #A28F5D in popluar color models

A2 8F 5D
RGB 162 143 93
HSL 43° 27.06% 50.00%
HSB/HSV 43° 42.59% 63.53%
CMYK 0.00% 11.73% 42.59%
36.47%

Color #A28F5D in popluar number systems.

HEX A2 8F 5D
Decimal 162 143 93
Binary 10100010 10001111 1011101
Octal 242 217 135

Shades and tints

Shades of #A28F5D

#A28F5D
(162,143,93)
#948255
(148,130,85)
#86754D
(134,117,77)
#786845
(120,104,69)
#6A5B3D
(106,91,61)
#5C4E35
(92,78,53)
#4E412D
(78,65,45)
#403425
(64,52,37)
#32271D
(50,39,29)
#241A15
(36,26,21)
#160D0D
(22,13,13)
#000000
(0,0,0)

Tints of #A28F5D

#A28F5D
(162,143,93)
#AA996B
(170,153,107)
#B2A379
(178,163,121)
#BAAD87
(186,173,135)
#C2B795
(194,183,149)
#CAC1A3
(202,193,163)
#D2CBB1
(210,203,177)
#DAD5BF
(218,213,191)
#E2DFCD
(226,223,205)
#EAE9DB
(234,233,219)
#F2F3E9
(242,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A28F5D color. Also use rgb(162,143,93) instead hex code.

Text Font Color

.myTextColor { color: #A28F5D; }

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

This text font color is #A28F5D.

Background Color

.myBgColor { background-color: #A28F5D; }

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

This div background color is #A28F5D.

Border color

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

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

This div border color is #A28F5D.

Opacity

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

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

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

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

This text has shadow with #A28F5D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A28F5D.

Preview

Color preview on black background

This text has color #A28F5D on black background.


Color preview on white background

This text has color #A28F5D on white background.


Black color preview on #A28F5D background

This text has black color on #A28F5D background.


White color preview on #A28F5D background

This text has white color on #A28F5D background.


Related colors

Complementary color

Complementary color for #hex is #5D70A2.


I love getcolorcode.com

Triadic colors

1 #5DA28F and #8F5DA2 with #A28F5D are triadic colors.

2 #5D8FA2 and #8FA25D with #A28F5D are triadic colors.