COLOR #A8751E

HEX: #A8751E RGB: (168,117,30)

Color info

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

RGB color model

#A8751E color RGB value is (168,117,30).

RGB: (168,117,30) (66%, 46%, 12%)

RGB channels and saturation

R 168 of 255 = 66%
G 117 of 255 = 46%
B 30 of 255 = 12%

168
117
30

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

Portions of RGB colors in percentages

R + G + B = 168 + 117 + 30 = 315 (100%)
R 168 of 315 ~ 53.33%
G 117 of 315 ~ 37.14%
B 30 of 315 ~ 9.52'%

%53.33
%37.14

CMYK color model

#A8751E color CMYK value is (0,30,82,34).

  • cyan value is 0.00%
  • magenta value is 30.36%
  • yellow value is 82.14%
  • key color value is 34.12%

CMYK: (0,30,82,34)
C0M30Y82K34 (0%, 30%, 82%, 34%)
(0.00 / 0.30 / 0.82 / 0.34)

CMYK percentages

%0
%30.36
%82.14
%34.12

Codes

Color #A8751E in popluar color models

A8 75 1E
RGB 168 117 30
HSL 38° 69.70% 38.82%
HSB/HSV 38° 82.14% 65.88%
CMYK 0.00% 30.36% 82.14%
34.12%

Color #A8751E in popluar number systems.

HEX A8 75 1E
Decimal 168 117 30
Binary 10101000 1110101 11110
Octal 250 165 36

Shades and tints

Shades of #A8751E

#A8751E
(168,117,30)
#996B1C
(153,107,28)
#8A611A
(138,97,26)
#7B5718
(123,87,24)
#6C4D16
(108,77,22)
#5D4314
(93,67,20)
#4E3912
(78,57,18)
#3F2F10
(63,47,16)
#30250E
(48,37,14)
#211B0C
(33,27,12)
#12110A
(18,17,10)
#000000
(0,0,0)

Tints of #A8751E

#A8751E
(168,117,30)
#AF8132
(175,129,50)
#B68D46
(182,141,70)
#BD995A
(189,153,90)
#C4A56E
(196,165,110)
#CBB182
(203,177,130)
#D2BD96
(210,189,150)
#D9C9AA
(217,201,170)
#E0D5BE
(224,213,190)
#E7E1D2
(231,225,210)
#EEEDE6
(238,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8751E color. Also use rgb(168,117,30) instead hex code.

Text Font Color

.myTextColor { color: #A8751E; }

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

This text font color is #A8751E.

Background Color

.myBgColor { background-color: #A8751E; }

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

This div background color is #A8751E.

Border color

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

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

This div border color is #A8751E.

Opacity

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

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

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

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

This text has shadow with #A8751E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8751E.

Preview

Color preview on black background

This text has color #A8751E on black background.


Color preview on white background

This text has color #A8751E on white background.


Black color preview on #A8751E background

This text has black color on #A8751E background.


White color preview on #A8751E background

This text has white color on #A8751E background.


Related colors

Complementary color

Complementary color for #hex is #578AE1.


I love getcolorcode.com

Triadic colors

1 #1EA875 and #751EA8 with #A8751E are triadic colors.

2 #1E75A8 and #75A81E with #A8751E are triadic colors.