COLOR #A06051

HEX: #A06051 RGB: (160,96,81)

Color info

#A06051 contains mainly red color. Web safe color of #A06051 is #996666 (or #966).

RGB color model

#A06051 color RGB value is (160,96,81).

RGB: (160,96,81) (63%, 38%, 32%)

RGB channels and saturation

R 160 of 255 = 63%
G 96 of 255 = 38%
B 81 of 255 = 32%

160
96
81

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

Portions of RGB colors in percentages

R + G + B = 160 + 96 + 81 = 337 (100%)
R 160 of 337 ~ 47.48%
G 96 of 337 ~ 28.49%
B 81 of 337 ~ 24.04'%

%47.48
%28.49
%24.04

CMYK color model

#A06051 color CMYK value is (0,40,49,37).

  • cyan value is 0.00%
  • magenta value is 40.00%
  • yellow value is 49.38%
  • key color value is 37.25%

CMYK: (0,40,49,37)
C0M40Y49K37 (0%, 40%, 49%, 37%)
(0.00 / 0.40 / 0.49 / 0.37)

CMYK percentages

%0
%40
%49.38
%37.25

Codes

Color #A06051 in popluar color models

A0 60 51
RGB 160 96 81
HSL 11° 32.78% 47.25%
HSB/HSV 11° 49.38% 62.75%
CMYK 0.00% 40.00% 49.38%
37.25%

Color #A06051 in popluar number systems.

HEX A0 60 51
Decimal 160 96 81
Binary 10100000 1100000 1010001
Octal 240 140 121

Shades and tints

Shades of #A06051

#A06051
(160,96,81)
#92584A
(146,88,74)
#845043
(132,80,67)
#76483C
(118,72,60)
#684035
(104,64,53)
#5A382E
(90,56,46)
#4C3027
(76,48,39)
#3E2820
(62,40,32)
#302019
(48,32,25)
#221812
(34,24,18)
#14100B
(20,16,11)
#000000
(0,0,0)

Tints of #A06051

#A06051
(160,96,81)
#A86E60
(168,110,96)
#B07C6F
(176,124,111)
#B88A7E
(184,138,126)
#C0988D
(192,152,141)
#C8A69C
(200,166,156)
#D0B4AB
(208,180,171)
#D8C2BA
(216,194,186)
#E0D0C9
(224,208,201)
#E8DED8
(232,222,216)
#F0ECE7
(240,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A06051 color. Also use rgb(160,96,81) instead hex code.

Text Font Color

.myTextColor { color: #A06051; }

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

This text font color is #A06051.

Background Color

.myBgColor { background-color: #A06051; }

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

This div background color is #A06051.

Border color

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

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

This div border color is #A06051.

Opacity

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

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

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

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

This text has shadow with #A06051 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A06051.

Preview

Color preview on black background

This text has color #A06051 on black background.


Color preview on white background

This text has color #A06051 on white background.


Black color preview on #A06051 background

This text has black color on #A06051 background.


White color preview on #A06051 background

This text has white color on #A06051 background.


Related colors

Complementary color

Complementary color for #hex is #5F9FAE.


I love getcolorcode.com

Triadic colors

1 #51A060 and #6051A0 with #A06051 are triadic colors.

2 #5160A0 and #60A051 with #A06051 are triadic colors.