COLOR #AD590A

HEX: #AD590A
RGB: (173,89,10)

Color info

#AD590A contains mainly red color. Web safe color of #AD590A is #996600 (or #960).

RGB color model

#AD590A color RGB value is (173,89,10).

  • red value is 173;
  • green value is 89;
  • blue value is 10.
RGB:
(173,89,10)
(68%,35%,4%)

RGB channels and saturation

R 173 of 255 = 68%
G 89 of 255 = 35%
B 10 of 255 = 4%

173
89
10

R + G + B ~ 36%. #AD590A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
173 + 89 + 10 = 272 (100%)
R 173 of 272 ~ 63.6%
G 89 of 272 ~ 32.72%
B 10 of 272 ~ 3.68%

%63.6
%32.72

CMYK color model

#AD590A color CMYK value is (0,49,94,32).

  • cyan value is 0.00%
  • magenta value is 48.55%
  • yellow value is 94.22%
  • key color value is 32.16%
CMYK:
(0,49,94,32)
C0M49Y94K32 
(0%,49%,94%,32%)
(0.00/0.49/0.94/0.32)	

CMYK percentages

%0
%48.55
%94.22
%32.16

Codes

Color #AD590A in popluar color models

AD590A
RGB1738910
HSL29°89.07%35.88%
HSB/HSV29°94.22%67.84%
CMYK0.00%48.55%94.22%
32.16%

Color #AD590A in popluar number systems.

HEXAD590A
Decimal1738910
Binary1010110110110011010
Octal25513112

Shades and tints

Shades of #AD590A

#AD590A
(173,89,10)
#9E510A
(158,81,10)
#8F490A
(143,73,10)
#80410A
(128,65,10)
#71390A
(113,57,10)
#62310A
(98,49,10)
#53290A
(83,41,10)
#44210A
(68,33,10)
#35190A
(53,25,10)
#26110A
(38,17,10)
#17090A
(23,9,10)
#000000
(0,0,0)

Tints of #AD590A

#AD590A
(173,89,10)
#B46820
(180,104,32)
#BB7736
(187,119,54)
#C2864C
(194,134,76)
#C99562
(201,149,98)
#D0A478
(208,164,120)
#D7B38E
(215,179,142)
#DEC2A4
(222,194,164)
#E5D1BA
(229,209,186)
#ECE0D0
(236,224,208)
#F3EFE6
(243,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD590A color. Also use rgb(173,89,10) instead hex code.

Text Font Color

.myTextColor { color: #AD590A; }

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

This text font color is #AD590A.


Background Color

.myBgColor { background-color: #AD590A; }

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

This div background color is #AD590A.


Border color

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

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

This div border color is #AD590A.


Opacity

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

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

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

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

This text has shadow with #AD590A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD590A on black background.


Color preview on white background

This text has color #AD590A on white background.



Black color preview on #AD590A background

This text has black color on #AD590A background.


White color preview on #AD590A background

This text has white color on #AD590A background.