COLOR #A8751B

HEX: #A8751B RGB: (168,117,27)

Color info

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

RGB color model

#A8751B color RGB value is (168,117,27).

RGB: (168,117,27) (66%, 46%, 11%)

RGB channels and saturation

R 168 of 255 = 66%
G 117 of 255 = 46%
B 27 of 255 = 11%

168
117
27

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

Portions of RGB colors in percentages

R + G + B = 168 + 117 + 27 = 312 (100%)
R 168 of 312 ~ 53.85%
G 117 of 312 ~ 37.5%
B 27 of 312 ~ 8.65'%

%53.85
%37.5

CMYK color model

#A8751B color CMYK value is (0,30,84,34).

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

CMYK: (0,30,84,34)
C0M30Y84K34 (0%, 30%, 84%, 34%)
(0.00 / 0.30 / 0.84 / 0.34)

CMYK percentages

%0
%30.36
%83.93
%34.12

Codes

Color #A8751B in popluar color models

A8 75 1B
RGB 168 117 27
HSL 38° 72.31% 38.24%
HSB/HSV 38° 83.93% 65.88%
CMYK 0.00% 30.36% 83.93%
34.12%

Color #A8751B in popluar number systems.

HEX A8 75 1B
Decimal 168 117 27
Binary 10101000 1110101 11011
Octal 250 165 33

Shades and tints

Shades of #A8751B

#A8751B
(168,117,27)
#996B19
(153,107,25)
#8A6117
(138,97,23)
#7B5715
(123,87,21)
#6C4D13
(108,77,19)
#5D4311
(93,67,17)
#4E390F
(78,57,15)
#3F2F0D
(63,47,13)
#30250B
(48,37,11)
#211B09
(33,27,9)
#121107
(18,17,7)
#000000
(0,0,0)

Tints of #A8751B

#A8751B
(168,117,27)
#AF812F
(175,129,47)
#B68D43
(182,141,67)
#BD9957
(189,153,87)
#C4A56B
(196,165,107)
#CBB17F
(203,177,127)
#D2BD93
(210,189,147)
#D9C9A7
(217,201,167)
#E0D5BB
(224,213,187)
#E7E1CF
(231,225,207)
#EEEDE3
(238,237,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8751B; }

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

This text font color is #A8751B.

Background Color

.myBgColor { background-color: #A8751B; }

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

This div background color is #A8751B.

Border color

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

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

This div border color is #A8751B.

Opacity

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

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

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

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

This text has shadow with #A8751B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8751B.

Preview

Color preview on black background

This text has color #A8751B on black background.


Color preview on white background

This text has color #A8751B on white background.


Black color preview on #A8751B background

This text has black color on #A8751B background.


White color preview on #A8751B background

This text has white color on #A8751B background.


Related colors

Complementary color

Complementary color for #hex is #578AE4.


I love getcolorcode.com

Triadic colors

1 #1BA875 and #751BA8 with #A8751B are triadic colors.

2 #1B75A8 and #75A81B with #A8751B are triadic colors.