COLOR #A0753F

HEX: #A0753F RGB: (160,117,63)

Color info

#A0753F contains mainly red and green colors. Web safe color of #A0753F is #996633 (or #963).

RGB color model

#A0753F color RGB value is (160,117,63).

RGB: (160,117,63) (63%, 46%, 25%)

RGB channels and saturation

R 160 of 255 = 63%
G 117 of 255 = 46%
B 63 of 255 = 25%

160
117
63

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

Portions of RGB colors in percentages

R + G + B = 160 + 117 + 63 = 340 (100%)
R 160 of 340 ~ 47.06%
G 117 of 340 ~ 34.41%
B 63 of 340 ~ 18.53'%

%47.06
%34.41
%18.53

CMYK color model

#A0753F color CMYK value is (0,27,61,37).

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

CMYK: (0,27,61,37)
C0M27Y61K37 (0%, 27%, 61%, 37%)
(0.00 / 0.27 / 0.61 / 0.37)

CMYK percentages

%0
%26.88
%60.63
%37.25

Codes

Color #A0753F in popluar color models

A0 75 3F
RGB 160 117 63
HSL 33° 43.50% 43.73%
HSB/HSV 33° 60.63% 62.75%
CMYK 0.00% 26.88% 60.63%
37.25%

Color #A0753F in popluar number systems.

HEX A0 75 3F
Decimal 160 117 63
Binary 10100000 1110101 111111
Octal 240 165 77

Shades and tints

Shades of #A0753F

#A0753F
(160,117,63)
#926B3A
(146,107,58)
#846135
(132,97,53)
#765730
(118,87,48)
#684D2B
(104,77,43)
#5A4326
(90,67,38)
#4C3921
(76,57,33)
#3E2F1C
(62,47,28)
#302517
(48,37,23)
#221B12
(34,27,18)
#14110D
(20,17,13)
#000000
(0,0,0)

Tints of #A0753F

#A0753F
(160,117,63)
#A88150
(168,129,80)
#B08D61
(176,141,97)
#B89972
(184,153,114)
#C0A583
(192,165,131)
#C8B194
(200,177,148)
#D0BDA5
(208,189,165)
#D8C9B6
(216,201,182)
#E0D5C7
(224,213,199)
#E8E1D8
(232,225,216)
#F0EDE9
(240,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0753F; }

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

This text font color is #A0753F.

Background Color

.myBgColor { background-color: #A0753F; }

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

This div background color is #A0753F.

Border color

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

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

This div border color is #A0753F.

Opacity

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

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

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

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

This text has shadow with #A0753F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A0753F.

Preview

Color preview on black background

This text has color #A0753F on black background.


Color preview on white background

This text has color #A0753F on white background.


Black color preview on #A0753F background

This text has black color on #A0753F background.


White color preview on #A0753F background

This text has white color on #A0753F background.


Related colors

Complementary color

Complementary color for #hex is #5F8AC0.


I love getcolorcode.com

Triadic colors

1 #3FA075 and #753FA0 with #A0753F are triadic colors.

2 #3F75A0 and #75A03F with #A0753F are triadic colors.