COLOR #A8592F

HEX: #A8592F RGB: (168,89,47)

Color info

#A8592F contains mainly red color. Web safe color of #A8592F is #996633 (or #963).

RGB color model

#A8592F color RGB value is (168,89,47).

RGB: (168,89,47) (66%, 35%, 18%)

RGB channels and saturation

R 168 of 255 = 66%
G 89 of 255 = 35%
B 47 of 255 = 18%

168
89
47

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

Portions of RGB colors in percentages

R + G + B = 168 + 89 + 47 = 304 (100%)
R 168 of 304 ~ 55.26%
G 89 of 304 ~ 29.28%
B 47 of 304 ~ 15.46'%

%55.26
%29.28
%15.46

CMYK color model

#A8592F color CMYK value is (0,47,72,34).

  • cyan value is 0.00%
  • magenta value is 47.02%
  • yellow value is 72.02%
  • key color value is 34.12%

CMYK: (0,47,72,34)
C0M47Y72K34 (0%, 47%, 72%, 34%)
(0.00 / 0.47 / 0.72 / 0.34)

CMYK percentages

%0
%47.02
%72.02
%34.12

Codes

Color #A8592F in popluar color models

A8 59 2F
RGB 168 89 47
HSL 21° 56.28% 42.16%
HSB/HSV 21° 72.02% 65.88%
CMYK 0.00% 47.02% 72.02%
34.12%

Color #A8592F in popluar number systems.

HEX A8 59 2F
Decimal 168 89 47
Binary 10101000 1011001 101111
Octal 250 131 57

Shades and tints

Shades of #A8592F

#A8592F
(168,89,47)
#99512B
(153,81,43)
#8A4927
(138,73,39)
#7B4123
(123,65,35)
#6C391F
(108,57,31)
#5D311B
(93,49,27)
#4E2917
(78,41,23)
#3F2113
(63,33,19)
#30190F
(48,25,15)
#21110B
(33,17,11)
#120907
(18,9,7)
#000000
(0,0,0)

Tints of #A8592F

#A8592F
(168,89,47)
#AF6841
(175,104,65)
#B67753
(182,119,83)
#BD8665
(189,134,101)
#C49577
(196,149,119)
#CBA489
(203,164,137)
#D2B39B
(210,179,155)
#D9C2AD
(217,194,173)
#E0D1BF
(224,209,191)
#E7E0D1
(231,224,209)
#EEEFE3
(238,239,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8592F color. Also use rgb(168,89,47) instead hex code.

Text Font Color

.myTextColor { color: #A8592F; }

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

This text font color is #A8592F.

Background Color

.myBgColor { background-color: #A8592F; }

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

This div background color is #A8592F.

Border color

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

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

This div border color is #A8592F.

Opacity

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

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

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

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

This text has shadow with #A8592F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8592F.

Preview

Color preview on black background

This text has color #A8592F on black background.


Color preview on white background

This text has color #A8592F on white background.


Black color preview on #A8592F background

This text has black color on #A8592F background.


White color preview on #A8592F background

This text has white color on #A8592F background.


Related colors

Complementary color

Complementary color for #hex is #57A6D0.


I love getcolorcode.com

Triadic colors

1 #2FA859 and #592FA8 with #A8592F are triadic colors.

2 #2F59A8 and #59A82F with #A8592F are triadic colors.