COLOR #A06958

HEX: #A06958 RGB: (160,105,88)

Color info

#A06958 contains mainly red and green colors. Web safe color of #A06958 is #996666 (or #966).

RGB color model

#A06958 color RGB value is (160,105,88).

RGB: (160,105,88) (63%, 41%, 35%)

RGB channels and saturation

R 160 of 255 = 63%
G 105 of 255 = 41%
B 88 of 255 = 35%

160
105
88

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

Portions of RGB colors in percentages

R + G + B = 160 + 105 + 88 = 353 (100%)
R 160 of 353 ~ 45.33%
G 105 of 353 ~ 29.75%
B 88 of 353 ~ 24.93'%

%45.33
%29.75
%24.93

CMYK color model

#A06958 color CMYK value is (0,34,45,37).

  • cyan value is 0.00%
  • magenta value is 34.38%
  • yellow value is 45.00%
  • key color value is 37.25%

CMYK: (0,34,45,37)
C0M34Y45K37 (0%, 34%, 45%, 37%)
(0.00 / 0.34 / 0.45 / 0.37)

CMYK percentages

%0
%34.38
%45
%37.25

Codes

Color #A06958 in popluar color models

A0 69 58
RGB 160 105 88
HSL 14° 29.03% 48.63%
HSB/HSV 14° 45.00% 62.75%
CMYK 0.00% 34.38% 45.00%
37.25%

Color #A06958 in popluar number systems.

HEX A0 69 58
Decimal 160 105 88
Binary 10100000 1101001 1011000
Octal 240 151 130

Shades and tints

Shades of #A06958

#A06958
(160,105,88)
#926050
(146,96,80)
#845748
(132,87,72)
#764E40
(118,78,64)
#684538
(104,69,56)
#5A3C30
(90,60,48)
#4C3328
(76,51,40)
#3E2A20
(62,42,32)
#302118
(48,33,24)
#221810
(34,24,16)
#140F08
(20,15,8)
#000000
(0,0,0)

Tints of #A06958

#A06958
(160,105,88)
#A87667
(168,118,103)
#B08376
(176,131,118)
#B89085
(184,144,133)
#C09D94
(192,157,148)
#C8AAA3
(200,170,163)
#D0B7B2
(208,183,178)
#D8C4C1
(216,196,193)
#E0D1D0
(224,209,208)
#E8DEDF
(232,222,223)
#F0EBEE
(240,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A06958 color. Also use rgb(160,105,88) instead hex code.

Text Font Color

.myTextColor { color: #A06958; }

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

This text font color is #A06958.

Background Color

.myBgColor { background-color: #A06958; }

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

This div background color is #A06958.

Border color

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

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

This div border color is #A06958.

Opacity

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

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

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

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

This text has shadow with #A06958 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A06958.

Preview

Color preview on black background

This text has color #A06958 on black background.


Color preview on white background

This text has color #A06958 on white background.


Black color preview on #A06958 background

This text has black color on #A06958 background.


White color preview on #A06958 background

This text has white color on #A06958 background.


Related colors

Complementary color

Complementary color for #hex is #5F96A7.


I love getcolorcode.com

Triadic colors

1 #58A069 and #6958A0 with #A06958 are triadic colors.

2 #5869A0 and #69A058 with #A06958 are triadic colors.