COLOR #A67308

HEX: #A67308
RGB: (166,115,8)

Color info

#A67308 contains mainly red and green colors. Web safe color of #A67308 is #996600 (or #960).

RGB color model

#A67308 color RGB value is (166,115,8).

  • red value is 166;
  • green value is 115;
  • blue value is 8.
RGB:
(166,115,8)
(65%,45%,3%)

RGB channels and saturation

R 166 of 255 = 65%
G 115 of 255 = 45%
B 8 of 255 = 3%

166
115
8

R + G + B ~ 38%. #A67308 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
166 + 115 + 8 = 289 (100%)
R 166 of 289 ~ 57.44%
G 115 of 289 ~ 39.79%
B 8 of 289 ~ 2.77%

%57.44
%39.79

CMYK color model

#A67308 color CMYK value is (0,31,95,35).

  • cyan value is 0.00%
  • magenta value is 30.72%
  • yellow value is 95.18%
  • key color value is 34.90%
CMYK:
(0,31,95,35)
C0M31Y95K35 
(0%,31%,95%,35%)
(0.00/0.31/0.95/0.35)	

CMYK percentages

%0
%30.72
%95.18
%34.9

Codes

Color #A67308 in popluar color models

A67308
RGB1661158
HSL41°90.80%34.12%
HSB/HSV41°95.18%65.10%
CMYK0.00%30.72%95.18%
34.90%

Color #A67308 in popluar number systems.

HEXA67308
Decimal1661158
Binary1010011011100111000
Octal24616310

Shades and tints

Shades of #A67308

#A67308
(166,115,8)
#976908
(151,105,8)
#885F08
(136,95,8)
#795508
(121,85,8)
#6A4B08
(106,75,8)
#5B4108
(91,65,8)
#4C3708
(76,55,8)
#3D2D08
(61,45,8)
#2E2308
(46,35,8)
#1F1908
(31,25,8)
#100F08
(16,15,8)
#000000
(0,0,0)

Tints of #A67308

#A67308
(166,115,8)
#AE7F1E
(174,127,30)
#B68B34
(182,139,52)
#BE974A
(190,151,74)
#C6A360
(198,163,96)
#CEAF76
(206,175,118)
#D6BB8C
(214,187,140)
#DEC7A2
(222,199,162)
#E6D3B8
(230,211,184)
#EEDFCE
(238,223,206)
#F6EBE4
(246,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A67308 color. Also use rgb(166,115,8) instead hex code.

Text Font Color

.myTextColor { color: #A67308; }

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

This text font color is #A67308.


Background Color

.myBgColor { background-color: #A67308; }

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

This div background color is #A67308.


Border color

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

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

This div border color is #A67308.


Opacity

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

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

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

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

This text has shadow with #A67308 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A67308 on black background.


Color preview on white background

This text has color #A67308 on white background.



Black color preview on #A67308 background

This text has black color on #A67308 background.


White color preview on #A67308 background

This text has white color on #A67308 background.