COLOR #A9633E

HEX: #A9633E RGB: (169,99,62)

Color info

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

RGB color model

#A9633E color RGB value is (169,99,62).

RGB: (169,99,62) (66%, 39%, 24%)

RGB channels and saturation

R 169 of 255 = 66%
G 99 of 255 = 39%
B 62 of 255 = 24%

169
99
62

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

Portions of RGB colors in percentages

R + G + B = 169 + 99 + 62 = 330 (100%)
R 169 of 330 ~ 51.21%
G 99 of 330 ~ 30%
B 62 of 330 ~ 18.79'%

%51.21
%30
%18.79

CMYK color model

#A9633E color CMYK value is (0,41,63,34).

  • cyan value is 0.00%
  • magenta value is 41.42%
  • yellow value is 63.31%
  • key color value is 33.73%
CMYK: (0,41,63,34) C0M41Y63K34 (0%,41%,63%,34%) (0.00/0.41/0.63/0.34) 

CMYK percentages

%0
%41.42
%63.31
%33.73

Codes

Color #A9633E in popluar color models

A9 63 3E
RGB 169 99 62
HSL 21° 46.32% 45.29%
HSB/HSV 21° 63.31% 66.27%
CMYK 0.00% 41.42% 63.31%
33.73%

Color #A9633E in popluar number systems.

HEX A9 63 3E
Decimal 169 99 62
Binary 10101001 1100011 111110
Octal 251 143 76

Shades and tints

Shades of #A9633E

#A9633E
(169,99,62)
#9A5A39
(154,90,57)
#8B5134
(139,81,52)
#7C482F
(124,72,47)
#6D3F2A
(109,63,42)
#5E3625
(94,54,37)
#4F2D20
(79,45,32)
#40241B
(64,36,27)
#311B16
(49,27,22)
#221211
(34,18,17)
#13090C
(19,9,12)
#000000
(0,0,0)

Tints of #A9633E

#A9633E
(169,99,62)
#B0714F
(176,113,79)
#B77F60
(183,127,96)
#BE8D71
(190,141,113)
#C59B82
(197,155,130)
#CCA993
(204,169,147)
#D3B7A4
(211,183,164)
#DAC5B5
(218,197,181)
#E1D3C6
(225,211,198)
#E8E1D7
(232,225,215)
#EFEFE8
(239,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9633E color. Also use rgb(169,99,62) instead hex code.

Text Font Color

.myTextColor { color: #A9633E; }

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

This text font color is #A9633E.

Background Color

.myBgColor { background-color: #A9633E; }

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

This div background color is #A9633E.

Border color

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

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

This div border color is #A9633E.

Opacity

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

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

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

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

This text has shadow with #A9633E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9633E.

Preview

Color preview on black background

This text has color #A9633E on black background.


Color preview on white background

This text has color #A9633E on white background.


Black color preview on #A9633E background

This text has black color on #A9633E background.


White color preview on #A9633E background

This text has white color on #A9633E background.


Related colors

Complementary color

Complementary color for #hex is #569CC1.


I love getcolorcode.com

Triadic colors

1 #3EA963 and #633EA9 with #A9633E are triadic colors.

2 #3E63A9 and #63A93E with #A9633E are triadic colors.