COLOR #A07568

HEX: #A07568 RGB: (160,117,104)

Color info

#A07568 contains red, green and blue colors in about the same proportion. Web safe color of #A07568 is #996666 (or #966).

RGB color model

#A07568 color RGB value is (160,117,104).

RGB: (160,117,104) (63%, 46%, 41%)

RGB channels and saturation

R 160 of 255 = 63%
G 117 of 255 = 46%
B 104 of 255 = 41%

160
117
104

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

Portions of RGB colors in percentages

R + G + B = 160 + 117 + 104 = 381 (100%)
R 160 of 381 ~ 41.99%
G 117 of 381 ~ 30.71%
B 104 of 381 ~ 27.3'%

%41.99
%30.71
%27.3

CMYK color model

#A07568 color CMYK value is (0,27,35,37).

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

CMYK: (0,27,35,37)
C0M27Y35K37 (0%, 27%, 35%, 37%)
(0.00 / 0.27 / 0.35 / 0.37)

CMYK percentages

%0
%26.88
%35
%37.25

Codes

Color #A07568 in popluar color models

A0 75 68
RGB 160 117 104
HSL 14° 22.76% 51.76%
HSB/HSV 14° 35.00% 62.75%
CMYK 0.00% 26.88% 35.00%
37.25%

Color #A07568 in popluar number systems.

HEX A0 75 68
Decimal 160 117 104
Binary 10100000 1110101 1101000
Octal 240 165 150

Shades and tints

Shades of #A07568

#A07568
(160,117,104)
#926B5F
(146,107,95)
#846156
(132,97,86)
#76574D
(118,87,77)
#684D44
(104,77,68)
#5A433B
(90,67,59)
#4C3932
(76,57,50)
#3E2F29
(62,47,41)
#302520
(48,37,32)
#221B17
(34,27,23)
#14110E
(20,17,14)
#000000
(0,0,0)

Tints of #A07568

#A07568
(160,117,104)
#A88175
(168,129,117)
#B08D82
(176,141,130)
#B8998F
(184,153,143)
#C0A59C
(192,165,156)
#C8B1A9
(200,177,169)
#D0BDB6
(208,189,182)
#D8C9C3
(216,201,195)
#E0D5D0
(224,213,208)
#E8E1DD
(232,225,221)
#F0EDEA
(240,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A07568; }

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

This text font color is #A07568.

Background Color

.myBgColor { background-color: #A07568; }

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

This div background color is #A07568.

Border color

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

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

This div border color is #A07568.

Opacity

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

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

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

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

This text has shadow with #A07568 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A07568.

Preview

Color preview on black background

This text has color #A07568 on black background.


Color preview on white background

This text has color #A07568 on white background.


Black color preview on #A07568 background

This text has black color on #A07568 background.


White color preview on #A07568 background

This text has white color on #A07568 background.


Related colors

Complementary color

Complementary color for #hex is #5F8A97.


I love getcolorcode.com

Triadic colors

1 #68A075 and #7568A0 with #A07568 are triadic colors.

2 #6875A0 and #75A068 with #A07568 are triadic colors.