COLOR #A68433

HEX: #A68433
RGB: (166,132,51)

Color info

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

RGB color model

#A68433 color RGB value is (166,132,51).

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

RGB channels and saturation

R 166 of 255 = 65%
G 132 of 255 = 52%
B 51 of 255 = 20%

166
132
51

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

Portions of RGB colors in percentages

R + G + B =
166 + 132 + 51 = 349 (100%)
R 166 of 349 ~ 47.56%
G 132 of 349 ~ 37.82%
B 51 of 349 ~ 14.61%

%47.56
%37.82
%14.61

CMYK color model

#A68433 color CMYK value is (0,20,69,35).

  • cyan value is 0.00%
  • magenta value is 20.48%
  • yellow value is 69.28%
  • key color value is 34.90%
CMYK:
(0,20,69,35)
C0M20Y69K35 
(0%,20%,69%,35%)
(0.00/0.20/0.69/0.35)	

CMYK percentages

%0
%20.48
%69.28
%34.9

Codes

Color #A68433 in popluar color models

A68433
RGB16613251
HSL42°53.00%42.55%
HSB/HSV42°69.28%65.10%
CMYK0.00%20.48%69.28%
34.90%

Color #A68433 in popluar number systems.

HEXA68433
Decimal16613251
Binary1010011010000100110011
Octal24620463

Shades and tints

Shades of #A68433

#A68433
(166,132,51)
#97782F
(151,120,47)
#886C2B
(136,108,43)
#796027
(121,96,39)
#6A5423
(106,84,35)
#5B481F
(91,72,31)
#4C3C1B
(76,60,27)
#3D3017
(61,48,23)
#2E2413
(46,36,19)
#1F180F
(31,24,15)
#100C0B
(16,12,11)
#000000
(0,0,0)

Tints of #A68433

#A68433
(166,132,51)
#AE8F45
(174,143,69)
#B69A57
(182,154,87)
#BEA569
(190,165,105)
#C6B07B
(198,176,123)
#CEBB8D
(206,187,141)
#D6C69F
(214,198,159)
#DED1B1
(222,209,177)
#E6DCC3
(230,220,195)
#EEE7D5
(238,231,213)
#F6F2E7
(246,242,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A68433; }

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

This text font color is #A68433.


Background Color

.myBgColor { background-color: #A68433; }

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

This div background color is #A68433.


Border color

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

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

This div border color is #A68433.


Opacity

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

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

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

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

This text has shadow with #A68433 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A68433 on black background.


Color preview on white background

This text has color #A68433 on white background.



Black color preview on #A68433 background

This text has black color on #A68433 background.


White color preview on #A68433 background

This text has white color on #A68433 background.