COLOR #A68422

HEX: #A68422
RGB: (166,132,34)

Color info

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

RGB color model

#A68422 color RGB value is (166,132,34).

  • red value is 166;
  • green value is 132;
  • blue value is 34.
RGB:
(166,132,34)
(65%,52%,13%)

RGB channels and saturation

R 166 of 255 = 65%
G 132 of 255 = 52%
B 34 of 255 = 13%

166
132
34

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

Portions of RGB colors in percentages

R + G + B =
166 + 132 + 34 = 332 (100%)
R 166 of 332 ~ 50%
G 132 of 332 ~ 39.76%
B 34 of 332 ~ 10.24%

%50
%39.76
%10.24

CMYK color model

#A68422 color CMYK value is (0,20,80,35).

  • cyan value is 0.00%
  • magenta value is 20.48%
  • yellow value is 79.52%
  • key color value is 34.90%
CMYK:
(0,20,80,35)
C0M20Y80K35 
(0%,20%,80%,35%)
(0.00/0.20/0.80/0.35)	

CMYK percentages

%0
%20.48
%79.52
%34.9

Codes

Color #A68422 in popluar color models

A68422
RGB16613234
HSL45°66.00%39.22%
HSB/HSV45°79.52%65.10%
CMYK0.00%20.48%79.52%
34.90%

Color #A68422 in popluar number systems.

HEXA68422
Decimal16613234
Binary1010011010000100100010
Octal24620442

Shades and tints

Shades of #A68422

#A68422
(166,132,34)
#97781F
(151,120,31)
#886C1C
(136,108,28)
#796019
(121,96,25)
#6A5416
(106,84,22)
#5B4813
(91,72,19)
#4C3C10
(76,60,16)
#3D300D
(61,48,13)
#2E240A
(46,36,10)
#1F1807
(31,24,7)
#100C04
(16,12,4)
#000000
(0,0,0)

Tints of #A68422

#A68422
(166,132,34)
#AE8F36
(174,143,54)
#B69A4A
(182,154,74)
#BEA55E
(190,165,94)
#C6B072
(198,176,114)
#CEBB86
(206,187,134)
#D6C69A
(214,198,154)
#DED1AE
(222,209,174)
#E6DCC2
(230,220,194)
#EEE7D6
(238,231,214)
#F6F2EA
(246,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A68422 color. Also use rgb(166,132,34) instead hex code.

Text Font Color

.myTextColor { color: #A68422; }

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

This text font color is #A68422.


Background Color

.myBgColor { background-color: #A68422; }

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

This div background color is #A68422.


Border color

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

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

This div border color is #A68422.


Opacity

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

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

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

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

This text has shadow with #A68422 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A68422 on black background.


Color preview on white background

This text has color #A68422 on white background.



Black color preview on #A68422 background

This text has black color on #A68422 background.


White color preview on #A68422 background

This text has white color on #A68422 background.