COLOR #A8813F

HEX: #A8813F RGB: (168,129,63)

Color info

#A8813F contains mainly red and green colors. Web safe color of #A8813F is #999933 (or #993).

RGB color model

#A8813F color RGB value is (168,129,63).

RGB: (168,129,63) (66%, 51%, 25%)

RGB channels and saturation

R 168 of 255 = 66%
G 129 of 255 = 51%
B 63 of 255 = 25%

168
129
63

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

Portions of RGB colors in percentages

R + G + B = 168 + 129 + 63 = 360 (100%)
R 168 of 360 ~ 46.67%
G 129 of 360 ~ 35.83%
B 63 of 360 ~ 17.5'%

%46.67
%35.83
%17.5

CMYK color model

#A8813F color CMYK value is (0,23,63,34).

  • cyan value is 0.00%
  • magenta value is 23.21%
  • yellow value is 62.50%
  • key color value is 34.12%
CMYK: (0,23,63,34) C0M23Y63K34 (0%,23%,63%,34%) (0.00/0.23/0.63/0.34) 

CMYK percentages

%0
%23.21
%62.5
%34.12

Codes

Color #A8813F in popluar color models

A8 81 3F
RGB 168 129 63
HSL 38° 45.45% 45.29%
HSB/HSV 38° 62.50% 65.88%
CMYK 0.00% 23.21% 62.50%
34.12%

Color #A8813F in popluar number systems.

HEX A8 81 3F
Decimal 168 129 63
Binary 10101000 10000001 111111
Octal 250 201 77

Shades and tints

Shades of #A8813F

#A8813F
(168,129,63)
#99763A
(153,118,58)
#8A6B35
(138,107,53)
#7B6030
(123,96,48)
#6C552B
(108,85,43)
#5D4A26
(93,74,38)
#4E3F21
(78,63,33)
#3F341C
(63,52,28)
#302917
(48,41,23)
#211E12
(33,30,18)
#12130D
(18,19,13)
#000000
(0,0,0)

Tints of #A8813F

#A8813F
(168,129,63)
#AF8C50
(175,140,80)
#B69761
(182,151,97)
#BDA272
(189,162,114)
#C4AD83
(196,173,131)
#CBB894
(203,184,148)
#D2C3A5
(210,195,165)
#D9CEB6
(217,206,182)
#E0D9C7
(224,217,199)
#E7E4D8
(231,228,216)
#EEEFE9
(238,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8813F color. Also use rgb(168,129,63) instead hex code.

Text Font Color

.myTextColor { color: #A8813F; }

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

This text font color is #A8813F.

Background Color

.myBgColor { background-color: #A8813F; }

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

This div background color is #A8813F.

Border color

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

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

This div border color is #A8813F.

Opacity

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

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

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

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

This text has shadow with #A8813F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8813F.

Preview

Color preview on black background

This text has color #A8813F on black background.


Color preview on white background

This text has color #A8813F on white background.


Black color preview on #A8813F background

This text has black color on #A8813F background.


White color preview on #A8813F background

This text has white color on #A8813F background.


Related colors

Complementary color

Complementary color for #hex is #577EC0.


I love getcolorcode.com

Triadic colors

1 #3FA881 and #813FA8 with #A8813F are triadic colors.

2 #3F81A8 and #81A83F with #A8813F are triadic colors.