COLOR #A08B66

HEX: #A08B66 RGB: (160,139,102)

Color info

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

RGB color model

#A08B66 color RGB value is (160,139,102).

RGB: (160,139,102) (63%, 55%, 40%)

RGB channels and saturation

R 160 of 255 = 63%
G 139 of 255 = 55%
B 102 of 255 = 40%

160
139
102

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

Portions of RGB colors in percentages

R + G + B = 160 + 139 + 102 = 401 (100%)
R 160 of 401 ~ 39.9%
G 139 of 401 ~ 34.66%
B 102 of 401 ~ 25.44'%

%39.9
%34.66
%25.44

CMYK color model

#A08B66 color CMYK value is (0,13,36,37).

  • cyan value is 0.00%
  • magenta value is 13.13%
  • yellow value is 36.25%
  • key color value is 37.25%

CMYK: (0,13,36,37)
C0M13Y36K37 (0%, 13%, 36%, 37%)
(0.00 / 0.13 / 0.36 / 0.37)

CMYK percentages

%0
%13.13
%36.25
%37.25

Codes

Color #A08B66 in popluar color models

A0 8B 66
RGB 160 139 102
HSL 38° 23.39% 51.37%
HSB/HSV 38° 36.25% 62.75%
CMYK 0.00% 13.13% 36.25%
37.25%

Color #A08B66 in popluar number systems.

HEX A0 8B 66
Decimal 160 139 102
Binary 10100000 10001011 1100110
Octal 240 213 146

Shades and tints

Shades of #A08B66

#A08B66
(160,139,102)
#927F5D
(146,127,93)
#847354
(132,115,84)
#76674B
(118,103,75)
#685B42
(104,91,66)
#5A4F39
(90,79,57)
#4C4330
(76,67,48)
#3E3727
(62,55,39)
#302B1E
(48,43,30)
#221F15
(34,31,21)
#14130C
(20,19,12)
#000000
(0,0,0)

Tints of #A08B66

#A08B66
(160,139,102)
#A89573
(168,149,115)
#B09F80
(176,159,128)
#B8A98D
(184,169,141)
#C0B39A
(192,179,154)
#C8BDA7
(200,189,167)
#D0C7B4
(208,199,180)
#D8D1C1
(216,209,193)
#E0DBCE
(224,219,206)
#E8E5DB
(232,229,219)
#F0EFE8
(240,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A08B66 color. Also use rgb(160,139,102) instead hex code.

Text Font Color

.myTextColor { color: #A08B66; }

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

This text font color is #A08B66.

Background Color

.myBgColor { background-color: #A08B66; }

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

This div background color is #A08B66.

Border color

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

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

This div border color is #A08B66.

Opacity

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

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

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

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

This text has shadow with #A08B66 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A08B66.

Preview

Color preview on black background

This text has color #A08B66 on black background.


Color preview on white background

This text has color #A08B66 on white background.


Black color preview on #A08B66 background

This text has black color on #A08B66 background.


White color preview on #A08B66 background

This text has white color on #A08B66 background.


Related colors

Complementary color

Complementary color for #hex is #5F7499.


I love getcolorcode.com

Triadic colors

1 #66A08B and #8B66A0 with #A08B66 are triadic colors.

2 #668BA0 and #8BA066 with #A08B66 are triadic colors.