COLOR #A06251

HEX: #A06251 RGB: (160,98,81)

Color info

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

RGB color model

#A06251 color RGB value is (160,98,81).

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

RGB channels and saturation

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

160
98
81

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

Portions of RGB colors in percentages

R + G + B = 160 + 98 + 81 = 339 (100%)
R 160 of 339 ~ 47.2%
G 98 of 339 ~ 28.91%
B 81 of 339 ~ 23.89'%

%47.2
%28.91
%23.89

CMYK color model

#A06251 color CMYK value is (0,39,49,37).

  • cyan value is 0.00%
  • magenta value is 38.75%
  • yellow value is 49.38%
  • key color value is 37.25%
CMYK: (0,39,49,37) C0M39Y49K37 (0%,39%,49%,37%) (0.00/0.39/0.49/0.37) 

CMYK percentages

%0
%38.75
%49.38
%37.25

Codes

Color #A06251 in popluar color models

A0 62 51
RGB 160 98 81
HSL 13° 32.78% 47.25%
HSB/HSV 13° 49.38% 62.75%
CMYK 0.00% 38.75% 49.38%
37.25%

Color #A06251 in popluar number systems.

HEX A0 62 51
Decimal 160 98 81
Binary 10100000 1100010 1010001
Octal 240 142 121

Shades and tints

Shades of #A06251

#A06251
(160,98,81)
#925A4A
(146,90,74)
#845243
(132,82,67)
#764A3C
(118,74,60)
#684235
(104,66,53)
#5A3A2E
(90,58,46)
#4C3227
(76,50,39)
#3E2A20
(62,42,32)
#302219
(48,34,25)
#221A12
(34,26,18)
#14120B
(20,18,11)
#000000
(0,0,0)

Tints of #A06251

#A06251
(160,98,81)
#A87060
(168,112,96)
#B07E6F
(176,126,111)
#B88C7E
(184,140,126)
#C09A8D
(192,154,141)
#C8A89C
(200,168,156)
#D0B6AB
(208,182,171)
#D8C4BA
(216,196,186)
#E0D2C9
(224,210,201)
#E8E0D8
(232,224,216)
#F0EEE7
(240,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A06251; }

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

This text font color is #A06251.

Background Color

.myBgColor { background-color: #A06251; }

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

This div background color is #A06251.

Border color

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

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

This div border color is #A06251.

Opacity

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

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

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

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

This text has shadow with #A06251 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A06251.

Preview

Color preview on black background

This text has color #A06251 on black background.


Color preview on white background

This text has color #A06251 on white background.


Black color preview on #A06251 background

This text has black color on #A06251 background.


White color preview on #A06251 background

This text has white color on #A06251 background.


Related colors

Complementary color

Complementary color for #hex is #5F9DAE.


I love getcolorcode.com

Triadic colors

1 #51A062 and #6251A0 with #A06251 are triadic colors.

2 #5162A0 and #62A051 with #A06251 are triadic colors.