COLOR #A07B68

HEX: #A07B68 RGB: (160,123,104)

Color info

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

RGB color model

#A07B68 color RGB value is (160,123,104).

RGB: (160,123,104) (63%, 48%, 41%)

RGB channels and saturation

R 160 of 255 = 63%
G 123 of 255 = 48%
B 104 of 255 = 41%

160
123
104

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

Portions of RGB colors in percentages

R + G + B = 160 + 123 + 104 = 387 (100%)
R 160 of 387 ~ 41.34%
G 123 of 387 ~ 31.78%
B 104 of 387 ~ 26.87'%

%41.34
%31.78
%26.87

CMYK color model

#A07B68 color CMYK value is (0,23,35,37).

  • cyan value is 0.00%
  • magenta value is 23.13%
  • yellow value is 35.00%
  • key color value is 37.25%
CMYK: (0,23,35,37) C0M23Y35K37 (0%,23%,35%,37%) (0.00/0.23/0.35/0.37) 

CMYK percentages

%0
%23.13
%35
%37.25

Codes

Color #A07B68 in popluar color models

A0 7B 68
RGB 160 123 104
HSL 20° 22.76% 51.76%
HSB/HSV 20° 35.00% 62.75%
CMYK 0.00% 23.13% 35.00%
37.25%

Color #A07B68 in popluar number systems.

HEX A0 7B 68
Decimal 160 123 104
Binary 10100000 1111011 1101000
Octal 240 173 150

Shades and tints

Shades of #A07B68

#A07B68
(160,123,104)
#92705F
(146,112,95)
#846556
(132,101,86)
#765A4D
(118,90,77)
#684F44
(104,79,68)
#5A443B
(90,68,59)
#4C3932
(76,57,50)
#3E2E29
(62,46,41)
#302320
(48,35,32)
#221817
(34,24,23)
#140D0E
(20,13,14)
#000000
(0,0,0)

Tints of #A07B68

#A07B68
(160,123,104)
#A88775
(168,135,117)
#B09382
(176,147,130)
#B89F8F
(184,159,143)
#C0AB9C
(192,171,156)
#C8B7A9
(200,183,169)
#D0C3B6
(208,195,182)
#D8CFC3
(216,207,195)
#E0DBD0
(224,219,208)
#E8E7DD
(232,231,221)
#F0F3EA
(240,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A07B68; }

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

This text font color is #A07B68.

Background Color

.myBgColor { background-color: #A07B68; }

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

This div background color is #A07B68.

Border color

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

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

This div border color is #A07B68.

Opacity

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

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

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

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

This text has shadow with #A07B68 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A07B68.

Preview

Color preview on black background

This text has color #A07B68 on black background.


Color preview on white background

This text has color #A07B68 on white background.


Black color preview on #A07B68 background

This text has black color on #A07B68 background.


White color preview on #A07B68 background

This text has white color on #A07B68 background.


Related colors

Complementary color

Complementary color for #hex is #5F8497.


I love getcolorcode.com

Triadic colors

1 #68A07B and #7B68A0 with #A07B68 are triadic colors.

2 #687BA0 and #7BA068 with #A07B68 are triadic colors.