COLOR #A07567

HEX: #A07567 RGB: (160,117,103)

Color info

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

RGB color model

#A07567 color RGB value is (160,117,103).

RGB: (160,117,103) (63%, 46%, 40%)

RGB channels and saturation

R 160 of 255 = 63%
G 117 of 255 = 46%
B 103 of 255 = 40%

160
117
103

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

Portions of RGB colors in percentages

R + G + B = 160 + 117 + 103 = 380 (100%)
R 160 of 380 ~ 42.11%
G 117 of 380 ~ 30.79%
B 103 of 380 ~ 27.11'%

%42.11
%30.79
%27.11

CMYK color model

#A07567 color CMYK value is (0,27,36,37).

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

CMYK: (0,27,36,37)
C0M27Y36K37 (0%, 27%, 36%, 37%)
(0.00 / 0.27 / 0.36 / 0.37)

CMYK percentages

%0
%26.88
%35.63
%37.25

Codes

Color #A07567 in popluar color models

A0 75 67
RGB 160 117 103
HSL 15° 23.08% 51.57%
HSB/HSV 15° 35.63% 62.75%
CMYK 0.00% 26.88% 35.63%
37.25%

Color #A07567 in popluar number systems.

HEX A0 75 67
Decimal 160 117 103
Binary 10100000 1110101 1100111
Octal 240 165 147

Shades and tints

Shades of #A07567

#A07567
(160,117,103)
#926B5E
(146,107,94)
#846155
(132,97,85)
#76574C
(118,87,76)
#684D43
(104,77,67)
#5A433A
(90,67,58)
#4C3931
(76,57,49)
#3E2F28
(62,47,40)
#30251F
(48,37,31)
#221B16
(34,27,22)
#14110D
(20,17,13)
#000000
(0,0,0)

Tints of #A07567

#A07567
(160,117,103)
#A88174
(168,129,116)
#B08D81
(176,141,129)
#B8998E
(184,153,142)
#C0A59B
(192,165,155)
#C8B1A8
(200,177,168)
#D0BDB5
(208,189,181)
#D8C9C2
(216,201,194)
#E0D5CF
(224,213,207)
#E8E1DC
(232,225,220)
#F0EDE9
(240,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A07567; }

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

This text font color is #A07567.

Background Color

.myBgColor { background-color: #A07567; }

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

This div background color is #A07567.

Border color

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

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

This div border color is #A07567.

Opacity

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

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

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

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

This text has shadow with #A07567 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A07567.

Preview

Color preview on black background

This text has color #A07567 on black background.


Color preview on white background

This text has color #A07567 on white background.


Black color preview on #A07567 background

This text has black color on #A07567 background.


White color preview on #A07567 background

This text has white color on #A07567 background.


Related colors

Complementary color

Complementary color for #hex is #5F8A98.


I love getcolorcode.com

Triadic colors

1 #67A075 and #7567A0 with #A07567 are triadic colors.

2 #6775A0 and #75A067 with #A07567 are triadic colors.