COLOR #A6833C

HEX: #A6833C
RGB: (166,131,60)

Color info

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

RGB color model

#A6833C color RGB value is (166,131,60).

  • red value is 166;
  • green value is 131;
  • blue value is 60.
RGB:
(166,131,60)
(65%,51%,24%)

RGB channels and saturation

R 166 of 255 = 65%
G 131 of 255 = 51%
B 60 of 255 = 24%

166
131
60

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

Portions of RGB colors in percentages

R + G + B =
166 + 131 + 60 = 357 (100%)
R 166 of 357 ~ 46.5%
G 131 of 357 ~ 36.69%
B 60 of 357 ~ 16.81%

%46.5
%36.69
%16.81

CMYK color model

#A6833C color CMYK value is (0,21,64,35).

  • cyan value is 0.00%
  • magenta value is 21.08%
  • yellow value is 63.86%
  • key color value is 34.90%
CMYK:
(0,21,64,35)
C0M21Y64K35 
(0%,21%,64%,35%)
(0.00/0.21/0.64/0.35)	

CMYK percentages

%0
%21.08
%63.86
%34.9

Codes

Color #A6833C in popluar color models

A6833C
RGB16613160
HSL40°46.90%44.31%
HSB/HSV40°63.86%65.10%
CMYK0.00%21.08%63.86%
34.90%

Color #A6833C in popluar number systems.

HEXA6833C
Decimal16613160
Binary1010011010000011111100
Octal24620374

Shades and tints

Shades of #A6833C

#A6833C
(166,131,60)
#977837
(151,120,55)
#886D32
(136,109,50)
#79622D
(121,98,45)
#6A5728
(106,87,40)
#5B4C23
(91,76,35)
#4C411E
(76,65,30)
#3D3619
(61,54,25)
#2E2B14
(46,43,20)
#1F200F
(31,32,15)
#10150A
(16,21,10)
#000000
(0,0,0)

Tints of #A6833C

#A6833C
(166,131,60)
#AE8E4D
(174,142,77)
#B6995E
(182,153,94)
#BEA46F
(190,164,111)
#C6AF80
(198,175,128)
#CEBA91
(206,186,145)
#D6C5A2
(214,197,162)
#DED0B3
(222,208,179)
#E6DBC4
(230,219,196)
#EEE6D5
(238,230,213)
#F6F1E6
(246,241,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6833C color. Also use rgb(166,131,60) instead hex code.

Text Font Color

.myTextColor { color: #A6833C; }

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

This text font color is #A6833C.


Background Color

.myBgColor { background-color: #A6833C; }

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

This div background color is #A6833C.


Border color

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

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

This div border color is #A6833C.


Opacity

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

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

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

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

This text has shadow with #A6833C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6833C on black background.


Color preview on white background

This text has color #A6833C on white background.



Black color preview on #A6833C background

This text has black color on #A6833C background.


White color preview on #A6833C background

This text has white color on #A6833C background.