COLOR #A08568

HEX: #A08568
RGB: (160,133,104)

Color info

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

RGB color model

#A08568 color RGB value is (160,133,104).

  • red value is 160;
  • green value is 133;
  • blue value is 104.
RGB:
(160,133,104)
(63%,52%,41%)

RGB channels and saturation

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

160
133
104

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

Portions of RGB colors in percentages

R + G + B =
160 + 133 + 104 = 397 (100%)
R 160 of 397 ~ 40.3%
G 133 of 397 ~ 33.5%
B 104 of 397 ~ 26.2%

%40.3
%33.5
%26.2

CMYK color model

#A08568 color CMYK value is (0,17,35,37).

  • cyan value is 0.00%
  • magenta value is 16.88%
  • yellow value is 35.00%
  • key color value is 37.25%
CMYK:
(0,17,35,37)
C0M17Y35K37 
(0%,17%,35%,37%)
(0.00/0.17/0.35/0.37)	

CMYK percentages

%0
%16.88
%35
%37.25

Codes

Color #A08568 in popluar color models

A08568
RGB160133104
HSL31°22.76%51.76%
HSB/HSV31°35.00%62.75%
CMYK0.00%16.88%35.00%
37.25%

Color #A08568 in popluar number systems.

HEXA08568
Decimal160133104
Binary10100000100001011101000
Octal240205150

Shades and tints

Shades of #A08568

#A08568
(160,133,104)
#92795F
(146,121,95)
#846D56
(132,109,86)
#76614D
(118,97,77)
#685544
(104,85,68)
#5A493B
(90,73,59)
#4C3D32
(76,61,50)
#3E3129
(62,49,41)
#302520
(48,37,32)
#221917
(34,25,23)
#140D0E
(20,13,14)
#000000
(0,0,0)

Tints of #A08568

#A08568
(160,133,104)
#A89075
(168,144,117)
#B09B82
(176,155,130)
#B8A68F
(184,166,143)
#C0B19C
(192,177,156)
#C8BCA9
(200,188,169)
#D0C7B6
(208,199,182)
#D8D2C3
(216,210,195)
#E0DDD0
(224,221,208)
#E8E8DD
(232,232,221)
#F0F3EA
(240,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A08568; }

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

This text font color is #A08568.


Background Color

.myBgColor { background-color: #A08568; }

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

This div background color is #A08568.


Border color

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

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

This div border color is #A08568.


Opacity

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

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

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

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

This text has shadow with #A08568 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A08568 on black background.


Color preview on white background

This text has color #A08568 on white background.



Black color preview on #A08568 background

This text has black color on #A08568 background.


White color preview on #A08568 background

This text has white color on #A08568 background.