COLOR #A08468

HEX: #A08468 RGB: (160,132,104)

Color info

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

RGB color model

#A08468 color RGB value is (160,132,104).

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

RGB channels and saturation

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

160
132
104

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

Portions of RGB colors in percentages

R + G + B = 160 + 132 + 104 = 396 (100%)
R 160 of 396 ~ 40.4%
G 132 of 396 ~ 33.33%
B 104 of 396 ~ 26.26'%

%40.4
%33.33
%26.26

CMYK color model

#A08468 color CMYK value is (0,18,35,37).

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

CMYK: (0,18,35,37)
C0M18Y35K37 (0%, 18%, 35%, 37%)
(0.00 / 0.18 / 0.35 / 0.37)

CMYK percentages

%0
%17.5
%35
%37.25

Codes

Color #A08468 in popluar color models

A0 84 68
RGB 160 132 104
HSL 30° 22.76% 51.76%
HSB/HSV 30° 35.00% 62.75%
CMYK 0.00% 17.50% 35.00%
37.25%

Color #A08468 in popluar number systems.

HEX A0 84 68
Decimal 160 132 104
Binary 10100000 10000100 1101000
Octal 240 204 150

Shades and tints

Shades of #A08468

#A08468
(160,132,104)
#92785F
(146,120,95)
#846C56
(132,108,86)
#76604D
(118,96,77)
#685444
(104,84,68)
#5A483B
(90,72,59)
#4C3C32
(76,60,50)
#3E3029
(62,48,41)
#302420
(48,36,32)
#221817
(34,24,23)
#140C0E
(20,12,14)
#000000
(0,0,0)

Tints of #A08468

#A08468
(160,132,104)
#A88F75
(168,143,117)
#B09A82
(176,154,130)
#B8A58F
(184,165,143)
#C0B09C
(192,176,156)
#C8BBA9
(200,187,169)
#D0C6B6
(208,198,182)
#D8D1C3
(216,209,195)
#E0DCD0
(224,220,208)
#E8E7DD
(232,231,221)
#F0F2EA
(240,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A08468; }

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

This text font color is #A08468.

Background Color

.myBgColor { background-color: #A08468; }

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

This div background color is #A08468.

Border color

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

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

This div border color is #A08468.

Opacity

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

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

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

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

This text has shadow with #A08468 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A08468.

Preview

Color preview on black background

This text has color #A08468 on black background.


Color preview on white background

This text has color #A08468 on white background.


Black color preview on #A08468 background

This text has black color on #A08468 background.


White color preview on #A08468 background

This text has white color on #A08468 background.


Related colors

Complementary color

Complementary color for #hex is #5F7B97.


I love getcolorcode.com

Triadic colors

1 #68A084 and #8468A0 with #A08468 are triadic colors.

2 #6884A0 and #84A068 with #A08468 are triadic colors.