COLOR #AD7025

HEX: #AD7025 RGB: (173,112,37)

Color info

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

RGB color model

#AD7025 color RGB value is (173,112,37).

RGB: (173,112,37) (68%, 44%, 15%)

RGB channels and saturation

R 173 of 255 = 68%
G 112 of 255 = 44%
B 37 of 255 = 15%

173
112
37

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

Portions of RGB colors in percentages

R + G + B = 173 + 112 + 37 = 322 (100%)
R 173 of 322 ~ 53.73%
G 112 of 322 ~ 34.78%
B 37 of 322 ~ 11.49'%

%53.73
%34.78
%11.49

CMYK color model

#AD7025 color CMYK value is (0,35,79,32).

  • cyan value is 0.00%
  • magenta value is 35.26%
  • yellow value is 78.61%
  • key color value is 32.16%

CMYK: (0,35,79,32)
C0M35Y79K32 (0%, 35%, 79%, 32%)
(0.00 / 0.35 / 0.79 / 0.32)

CMYK percentages

%0
%35.26
%78.61
%32.16

Codes

Color #AD7025 in popluar color models

AD 70 25
RGB 173 112 37
HSL 33° 64.76% 41.18%
HSB/HSV 33° 78.61% 67.84%
CMYK 0.00% 35.26% 78.61%
32.16%

Color #AD7025 in popluar number systems.

HEX AD 70 25
Decimal 173 112 37
Binary 10101101 1110000 100101
Octal 255 160 45

Shades and tints

Shades of #AD7025

#AD7025
(173,112,37)
#9E6622
(158,102,34)
#8F5C1F
(143,92,31)
#80521C
(128,82,28)
#714819
(113,72,25)
#623E16
(98,62,22)
#533413
(83,52,19)
#442A10
(68,42,16)
#35200D
(53,32,13)
#26160A
(38,22,10)
#170C07
(23,12,7)
#000000
(0,0,0)

Tints of #AD7025

#AD7025
(173,112,37)
#B47D38
(180,125,56)
#BB8A4B
(187,138,75)
#C2975E
(194,151,94)
#C9A471
(201,164,113)
#D0B184
(208,177,132)
#D7BE97
(215,190,151)
#DECBAA
(222,203,170)
#E5D8BD
(229,216,189)
#ECE5D0
(236,229,208)
#F3F2E3
(243,242,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD7025 color. Also use rgb(173,112,37) instead hex code.

Text Font Color

.myTextColor { color: #AD7025; }

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

This text font color is #AD7025.

Background Color

.myBgColor { background-color: #AD7025; }

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

This div background color is #AD7025.

Border color

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

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

This div border color is #AD7025.

Opacity

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

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

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

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

This text has shadow with #AD7025 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD7025.

Preview

Color preview on black background

This text has color #AD7025 on black background.


Color preview on white background

This text has color #AD7025 on white background.


Black color preview on #AD7025 background

This text has black color on #AD7025 background.


White color preview on #AD7025 background

This text has white color on #AD7025 background.


Related colors

Complementary color

Complementary color for #hex is #528FDA.


I love getcolorcode.com

Triadic colors

1 #25AD70 and #7025AD with #AD7025 are triadic colors.

2 #2570AD and #70AD25 with #AD7025 are triadic colors.