COLOR #A5814F

HEX: #A5814F RGB: (165,129,79)

Color info

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

RGB color model

#A5814F color RGB value is (165,129,79).

RGB: (165,129,79) (65%, 51%, 31%)

RGB channels and saturation

R 165 of 255 = 65%
G 129 of 255 = 51%
B 79 of 255 = 31%

165
129
79

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

Portions of RGB colors in percentages

R + G + B = 165 + 129 + 79 = 373 (100%)
R 165 of 373 ~ 44.24%
G 129 of 373 ~ 34.58%
B 79 of 373 ~ 21.18'%

%44.24
%34.58
%21.18

CMYK color model

#A5814F color CMYK value is (0,22,52,35).

  • cyan value is 0.00%
  • magenta value is 21.82%
  • yellow value is 52.12%
  • key color value is 35.29%
CMYK: (0,22,52,35) C0M22Y52K35 (0%,22%,52%,35%) (0.00/0.22/0.52/0.35) 

CMYK percentages

%0
%21.82
%52.12
%35.29

Codes

Color #A5814F in popluar color models

A5 81 4F
RGB 165 129 79
HSL 35° 35.25% 47.84%
HSB/HSV 35° 52.12% 64.71%
CMYK 0.00% 21.82% 52.12%
35.29%

Color #A5814F in popluar number systems.

HEX A5 81 4F
Decimal 165 129 79
Binary 10100101 10000001 1001111
Octal 245 201 117

Shades and tints

Shades of #A5814F

#A5814F
(165,129,79)
#967648
(150,118,72)
#876B41
(135,107,65)
#78603A
(120,96,58)
#695533
(105,85,51)
#5A4A2C
(90,74,44)
#4B3F25
(75,63,37)
#3C341E
(60,52,30)
#2D2917
(45,41,23)
#1E1E10
(30,30,16)
#0F1309
(15,19,9)
#000000
(0,0,0)

Tints of #A5814F

#A5814F
(165,129,79)
#AD8C5F
(173,140,95)
#B5976F
(181,151,111)
#BDA27F
(189,162,127)
#C5AD8F
(197,173,143)
#CDB89F
(205,184,159)
#D5C3AF
(213,195,175)
#DDCEBF
(221,206,191)
#E5D9CF
(229,217,207)
#EDE4DF
(237,228,223)
#F5EFEF
(245,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5814F color. Also use rgb(165,129,79) instead hex code.

Text Font Color

.myTextColor { color: #A5814F; }

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

This text font color is #A5814F.

Background Color

.myBgColor { background-color: #A5814F; }

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

This div background color is #A5814F.

Border color

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

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

This div border color is #A5814F.

Opacity

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

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

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

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

This text has shadow with #A5814F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5814F.

Preview

Color preview on black background

This text has color #A5814F on black background.


Color preview on white background

This text has color #A5814F on white background.


Black color preview on #A5814F background

This text has black color on #A5814F background.


White color preview on #A5814F background

This text has white color on #A5814F background.


Related colors

Complementary color

Complementary color for #hex is #5A7EB0.


I love getcolorcode.com

Triadic colors

1 #4FA581 and #814FA5 with #A5814F are triadic colors.

2 #4F81A5 and #81A54F with #A5814F are triadic colors.