COLOR #AD5F30

HEX: #AD5F30 RGB: (173,95,48)

Color info

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

RGB color model

#AD5F30 color RGB value is (173,95,48).

RGB: (173,95,48) (68%, 37%, 19%)

RGB channels and saturation

R 173 of 255 = 68%
G 95 of 255 = 37%
B 48 of 255 = 19%

173
95
48

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

Portions of RGB colors in percentages

R + G + B = 173 + 95 + 48 = 316 (100%)
R 173 of 316 ~ 54.75%
G 95 of 316 ~ 30.06%
B 48 of 316 ~ 15.19'%

%54.75
%30.06
%15.19

CMYK color model

#AD5F30 color CMYK value is (0,45,72,32).

  • cyan value is 0.00%
  • magenta value is 45.09%
  • yellow value is 72.25%
  • key color value is 32.16%

CMYK: (0,45,72,32)
C0M45Y72K32 (0%, 45%, 72%, 32%)
(0.00 / 0.45 / 0.72 / 0.32)

CMYK percentages

%0
%45.09
%72.25
%32.16

Codes

Color #AD5F30 in popluar color models

AD 5F 30
RGB 173 95 48
HSL 23° 56.56% 43.33%
HSB/HSV 23° 72.25% 67.84%
CMYK 0.00% 45.09% 72.25%
32.16%

Color #AD5F30 in popluar number systems.

HEX AD 5F 30
Decimal 173 95 48
Binary 10101101 1011111 110000
Octal 255 137 60

Shades and tints

Shades of #AD5F30

#AD5F30
(173,95,48)
#9E572C
(158,87,44)
#8F4F28
(143,79,40)
#804724
(128,71,36)
#713F20
(113,63,32)
#62371C
(98,55,28)
#532F18
(83,47,24)
#442714
(68,39,20)
#351F10
(53,31,16)
#26170C
(38,23,12)
#170F08
(23,15,8)
#000000
(0,0,0)

Tints of #AD5F30

#AD5F30
(173,95,48)
#B46D42
(180,109,66)
#BB7B54
(187,123,84)
#C28966
(194,137,102)
#C99778
(201,151,120)
#D0A58A
(208,165,138)
#D7B39C
(215,179,156)
#DEC1AE
(222,193,174)
#E5CFC0
(229,207,192)
#ECDDD2
(236,221,210)
#F3EBE4
(243,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD5F30 color. Also use rgb(173,95,48) instead hex code.

Text Font Color

.myTextColor { color: #AD5F30; }

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

This text font color is #AD5F30.

Background Color

.myBgColor { background-color: #AD5F30; }

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

This div background color is #AD5F30.

Border color

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

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

This div border color is #AD5F30.

Opacity

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

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

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

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

This text has shadow with #AD5F30 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD5F30.

Preview

Color preview on black background

This text has color #AD5F30 on black background.


Color preview on white background

This text has color #AD5F30 on white background.


Black color preview on #AD5F30 background

This text has black color on #AD5F30 background.


White color preview on #AD5F30 background

This text has white color on #AD5F30 background.


Related colors

Complementary color

Complementary color for #hex is #52A0CF.


I love getcolorcode.com

Triadic colors

1 #30AD5F and #5F30AD with #AD5F30 are triadic colors.

2 #305FAD and #5FAD30 with #AD5F30 are triadic colors.