COLOR #A08469

HEX: #A08469 RGB: (160,132,105)

Color info

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

RGB color model

#A08469 color RGB value is (160,132,105).

RGB: (160,132,105) (63%, 52%, 41%)

RGB channels and saturation

R 160 of 255 = 63%
G 132 of 255 = 52%
B 105 of 255 = 41%

160
132
105

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

Portions of RGB colors in percentages

R + G + B = 160 + 132 + 105 = 397 (100%)
R 160 of 397 ~ 40.3%
G 132 of 397 ~ 33.25%
B 105 of 397 ~ 26.45'%

%40.3
%33.25
%26.45

CMYK color model

#A08469 color CMYK value is (0,18,34,37).

  • cyan value is 0.00%
  • magenta value is 17.50%
  • yellow value is 34.38%
  • key color value is 37.25%

CMYK: (0,18,34,37)
C0M18Y34K37 (0%, 18%, 34%, 37%)
(0.00 / 0.18 / 0.34 / 0.37)

CMYK percentages

%0
%17.5
%34.38
%37.25

Codes

Color #A08469 in popluar color models

A0 84 69
RGB 160 132 105
HSL 29° 22.45% 51.96%
HSB/HSV 29° 34.38% 62.75%
CMYK 0.00% 17.50% 34.38%
37.25%

Color #A08469 in popluar number systems.

HEX A0 84 69
Decimal 160 132 105
Binary 10100000 10000100 1101001
Octal 240 204 151

Shades and tints

Shades of #A08469

#A08469
(160,132,105)
#927860
(146,120,96)
#846C57
(132,108,87)
#76604E
(118,96,78)
#685445
(104,84,69)
#5A483C
(90,72,60)
#4C3C33
(76,60,51)
#3E302A
(62,48,42)
#302421
(48,36,33)
#221818
(34,24,24)
#140C0F
(20,12,15)
#000000
(0,0,0)

Tints of #A08469

#A08469
(160,132,105)
#A88F76
(168,143,118)
#B09A83
(176,154,131)
#B8A590
(184,165,144)
#C0B09D
(192,176,157)
#C8BBAA
(200,187,170)
#D0C6B7
(208,198,183)
#D8D1C4
(216,209,196)
#E0DCD1
(224,220,209)
#E8E7DE
(232,231,222)
#F0F2EB
(240,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A08469 color. Also use rgb(160,132,105) instead hex code.

Text Font Color

.myTextColor { color: #A08469; }

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

This text font color is #A08469.

Background Color

.myBgColor { background-color: #A08469; }

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

This div background color is #A08469.

Border color

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

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

This div border color is #A08469.

Opacity

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

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

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

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

This text has shadow with #A08469 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A08469.

Preview

Color preview on black background

This text has color #A08469 on black background.


Color preview on white background

This text has color #A08469 on white background.


Black color preview on #A08469 background

This text has black color on #A08469 background.


White color preview on #A08469 background

This text has white color on #A08469 background.


Related colors

Complementary color

Complementary color for #hex is #5F7B96.


I love getcolorcode.com

Triadic colors

1 #69A084 and #8469A0 with #A08469 are triadic colors.

2 #6984A0 and #84A069 with #A08469 are triadic colors.