COLOR #A6653A

HEX: #A6653A
RGB: (166,101,58)

Color info

#A6653A contains mainly red color. Web safe color of #A6653A is #996633 (or #963).

RGB color model

#A6653A color RGB value is (166,101,58).

  • red value is 166;
  • green value is 101;
  • blue value is 58.
RGB:
(166,101,58)
(65%,40%,23%)

RGB channels and saturation

R 166 of 255 = 65%
G 101 of 255 = 40%
B 58 of 255 = 23%

166
101
58

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

Portions of RGB colors in percentages

R + G + B =
166 + 101 + 58 = 325 (100%)
R 166 of 325 ~ 51.08%
G 101 of 325 ~ 31.08%
B 58 of 325 ~ 17.85%

%51.08
%31.08
%17.85

CMYK color model

#A6653A color CMYK value is (0,39,65,35).

  • cyan value is 0.00%
  • magenta value is 39.16%
  • yellow value is 65.06%
  • key color value is 34.90%
CMYK:
(0,39,65,35)
C0M39Y65K35 
(0%,39%,65%,35%)
(0.00/0.39/0.65/0.35)	

CMYK percentages

%0
%39.16
%65.06
%34.9

Codes

Color #A6653A in popluar color models

A6653A
RGB16610158
HSL24°48.21%43.92%
HSB/HSV24°65.06%65.10%
CMYK0.00%39.16%65.06%
34.90%

Color #A6653A in popluar number systems.

HEXA6653A
Decimal16610158
Binary101001101100101111010
Octal24614572

Shades and tints

Shades of #A6653A

#A6653A
(166,101,58)
#975C35
(151,92,53)
#885330
(136,83,48)
#794A2B
(121,74,43)
#6A4126
(106,65,38)
#5B3821
(91,56,33)
#4C2F1C
(76,47,28)
#3D2617
(61,38,23)
#2E1D12
(46,29,18)
#1F140D
(31,20,13)
#100B08
(16,11,8)
#000000
(0,0,0)

Tints of #A6653A

#A6653A
(166,101,58)
#AE734B
(174,115,75)
#B6815C
(182,129,92)
#BE8F6D
(190,143,109)
#C69D7E
(198,157,126)
#CEAB8F
(206,171,143)
#D6B9A0
(214,185,160)
#DEC7B1
(222,199,177)
#E6D5C2
(230,213,194)
#EEE3D3
(238,227,211)
#F6F1E4
(246,241,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6653A color. Also use rgb(166,101,58) instead hex code.

Text Font Color

.myTextColor { color: #A6653A; }

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

This text font color is #A6653A.


Background Color

.myBgColor { background-color: #A6653A; }

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

This div background color is #A6653A.


Border color

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

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

This div border color is #A6653A.


Opacity

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

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

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

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

This text has shadow with #A6653A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6653A on black background.


Color preview on white background

This text has color #A6653A on white background.



Black color preview on #A6653A background

This text has black color on #A6653A background.


White color preview on #A6653A background

This text has white color on #A6653A background.