COLOR #A18268

HEX: #A18268 RGB: (161,130,104)

Color info

#A18268 contains red, green and blue colors in about the same proportion. Web safe color of #A18268 is #999966 (or #996).

RGB color model

#A18268 color RGB value is (161,130,104).

RGB: (161,130,104) (63%, 51%, 41%)

RGB channels and saturation

R 161 of 255 = 63%
G 130 of 255 = 51%
B 104 of 255 = 41%

161
130
104

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

Portions of RGB colors in percentages

R + G + B = 161 + 130 + 104 = 395 (100%)
R 161 of 395 ~ 40.76%
G 130 of 395 ~ 32.91%
B 104 of 395 ~ 26.33'%

%40.76
%32.91
%26.33

CMYK color model

#A18268 color CMYK value is (0,19,35,37).

  • cyan value is 0.00%
  • magenta value is 19.25%
  • yellow value is 35.40%
  • key color value is 36.86%

CMYK: (0,19,35,37)
C0M19Y35K37 (0%, 19%, 35%, 37%)
(0.00 / 0.19 / 0.35 / 0.37)

CMYK percentages

%0
%19.25
%35.4
%36.86

Codes

Color #A18268 in popluar color models

A1 82 68
RGB 161 130 104
HSL 27° 23.27% 51.96%
HSB/HSV 27° 35.40% 63.14%
CMYK 0.00% 19.25% 35.40%
36.86%

Color #A18268 in popluar number systems.

HEX A1 82 68
Decimal 161 130 104
Binary 10100001 10000010 1101000
Octal 241 202 150

Shades and tints

Shades of #A18268

#A18268
(161,130,104)
#93775F
(147,119,95)
#856C56
(133,108,86)
#77614D
(119,97,77)
#695644
(105,86,68)
#5B4B3B
(91,75,59)
#4D4032
(77,64,50)
#3F3529
(63,53,41)
#312A20
(49,42,32)
#231F17
(35,31,23)
#15140E
(21,20,14)
#000000
(0,0,0)

Tints of #A18268

#A18268
(161,130,104)
#A98D75
(169,141,117)
#B19882
(177,152,130)
#B9A38F
(185,163,143)
#C1AE9C
(193,174,156)
#C9B9A9
(201,185,169)
#D1C4B6
(209,196,182)
#D9CFC3
(217,207,195)
#E1DAD0
(225,218,208)
#E9E5DD
(233,229,221)
#F1F0EA
(241,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A18268 color. Also use rgb(161,130,104) instead hex code.

Text Font Color

.myTextColor { color: #A18268; }

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

This text font color is #A18268.

Background Color

.myBgColor { background-color: #A18268; }

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

This div background color is #A18268.

Border color

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

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

This div border color is #A18268.

Opacity

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

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

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

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

This text has shadow with #A18268 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A18268.

Preview

Color preview on black background

This text has color #A18268 on black background.


Color preview on white background

This text has color #A18268 on white background.


Black color preview on #A18268 background

This text has black color on #A18268 background.


White color preview on #A18268 background

This text has white color on #A18268 background.


Related colors

Complementary color

Complementary color for #hex is #5E7D97.


I love getcolorcode.com

Triadic colors

1 #68A182 and #8268A1 with #A18268 are triadic colors.

2 #6882A1 and #82A168 with #A18268 are triadic colors.