COLOR #A9825A

HEX: #A9825A
RGB: (169,130,90)

Color info

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

RGB color model

#A9825A color RGB value is (169,130,90).

  • red value is 169;
  • green value is 130;
  • blue value is 90.
RGB:
(169,130,90)
(66%,51%,35%)

RGB channels and saturation

R 169 of 255 = 66%
G 130 of 255 = 51%
B 90 of 255 = 35%

169
130
90

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

Portions of RGB colors in percentages

R + G + B =
169 + 130 + 90 = 389 (100%)
R 169 of 389 ~ 43.44%
G 130 of 389 ~ 33.42%
B 90 of 389 ~ 23.14%

%43.44
%33.42
%23.14

CMYK color model

#A9825A color CMYK value is (0,23,47,34).

  • cyan value is 0.00%
  • magenta value is 23.08%
  • yellow value is 46.75%
  • key color value is 33.73%
CMYK:
(0,23,47,34)
C0M23Y47K34 
(0%,23%,47%,34%)
(0.00/0.23/0.47/0.34)	

CMYK percentages

%0
%23.08
%46.75
%33.73

Codes

Color #A9825A in popluar color models

A9825A
RGB16913090
HSL30°31.47%50.78%
HSB/HSV30°46.75%66.27%
CMYK0.00%23.08%46.75%
33.73%

Color #A9825A in popluar number systems.

HEXA9825A
Decimal16913090
Binary10101001100000101011010
Octal251202132

Shades and tints

Shades of #A9825A

#A9825A
(169,130,90)
#9A7752
(154,119,82)
#8B6C4A
(139,108,74)
#7C6142
(124,97,66)
#6D563A
(109,86,58)
#5E4B32
(94,75,50)
#4F402A
(79,64,42)
#403522
(64,53,34)
#312A1A
(49,42,26)
#221F12
(34,31,18)
#13140A
(19,20,10)
#000000
(0,0,0)

Tints of #A9825A

#A9825A
(169,130,90)
#B08D69
(176,141,105)
#B79878
(183,152,120)
#BEA387
(190,163,135)
#C5AE96
(197,174,150)
#CCB9A5
(204,185,165)
#D3C4B4
(211,196,180)
#DACFC3
(218,207,195)
#E1DAD2
(225,218,210)
#E8E5E1
(232,229,225)
#EFF0F0
(239,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9825A color. Also use rgb(169,130,90) instead hex code.

Text Font Color

.myTextColor { color: #A9825A; }

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

This text font color is #A9825A.


Background Color

.myBgColor { background-color: #A9825A; }

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

This div background color is #A9825A.


Border color

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

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

This div border color is #A9825A.


Opacity

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

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

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

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

This text has shadow with #A9825A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9825A on black background.


Color preview on white background

This text has color #A9825A on white background.



Black color preview on #A9825A background

This text has black color on #A9825A background.


White color preview on #A9825A background

This text has white color on #A9825A background.