COLOR #A59251

HEX: #A59251 RGB: (165,146,81)

Color info

#A59251 contains mainly red and green colors. Web safe color of #A59251 is #999966 (or #996).

RGB color model

#A59251 color RGB value is (165,146,81).

RGB: (165,146,81) (65%, 57%, 32%)

RGB channels and saturation

R 165 of 255 = 65%
G 146 of 255 = 57%
B 81 of 255 = 32%

165
146
81

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

Portions of RGB colors in percentages

R + G + B = 165 + 146 + 81 = 392 (100%)
R 165 of 392 ~ 42.09%
G 146 of 392 ~ 37.24%
B 81 of 392 ~ 20.66'%

%42.09
%37.24
%20.66

CMYK color model

#A59251 color CMYK value is (0,12,51,35).

  • cyan value is 0.00%
  • magenta value is 11.52%
  • yellow value is 50.91%
  • key color value is 35.29%

CMYK: (0,12,51,35)
C0M12Y51K35 (0%, 12%, 51%, 35%)
(0.00 / 0.12 / 0.51 / 0.35)

CMYK percentages

%0
%11.52
%50.91
%35.29

Codes

Color #A59251 in popluar color models

A5 92 51
RGB 165 146 81
HSL 46° 34.15% 48.24%
HSB/HSV 46° 50.91% 64.71%
CMYK 0.00% 11.52% 50.91%
35.29%

Color #A59251 in popluar number systems.

HEX A5 92 51
Decimal 165 146 81
Binary 10100101 10010010 1010001
Octal 245 222 121

Shades and tints

Shades of #A59251

#A59251
(165,146,81)
#96854A
(150,133,74)
#877843
(135,120,67)
#786B3C
(120,107,60)
#695E35
(105,94,53)
#5A512E
(90,81,46)
#4B4427
(75,68,39)
#3C3720
(60,55,32)
#2D2A19
(45,42,25)
#1E1D12
(30,29,18)
#0F100B
(15,16,11)
#000000
(0,0,0)

Tints of #A59251

#A59251
(165,146,81)
#AD9B60
(173,155,96)
#B5A46F
(181,164,111)
#BDAD7E
(189,173,126)
#C5B68D
(197,182,141)
#CDBF9C
(205,191,156)
#D5C8AB
(213,200,171)
#DDD1BA
(221,209,186)
#E5DAC9
(229,218,201)
#EDE3D8
(237,227,216)
#F5ECE7
(245,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A59251 color. Also use rgb(165,146,81) instead hex code.

Text Font Color

.myTextColor { color: #A59251; }

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

This text font color is #A59251.

Background Color

.myBgColor { background-color: #A59251; }

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

This div background color is #A59251.

Border color

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

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

This div border color is #A59251.

Opacity

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

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

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

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

This text has shadow with #A59251 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A59251.

Preview

Color preview on black background

This text has color #A59251 on black background.


Color preview on white background

This text has color #A59251 on white background.


Black color preview on #A59251 background

This text has black color on #A59251 background.


White color preview on #A59251 background

This text has white color on #A59251 background.


Related colors

Complementary color

Complementary color for #hex is #5A6DAE.


I love getcolorcode.com

Triadic colors

1 #51A592 and #9251A5 with #A59251 are triadic colors.

2 #5192A5 and #92A551 with #A59251 are triadic colors.