COLOR #A95F18

HEX: #A95F18 RGB: (169,95,24)

Color info

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

RGB color model

#A95F18 color RGB value is (169,95,24).

RGB: (169,95,24) (66%, 37%, 9%)

RGB channels and saturation

R 169 of 255 = 66%
G 95 of 255 = 37%
B 24 of 255 = 9%

169
95
24

R + G + B ~ 37%. #A95F18 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 169 + 95 + 24 = 288 (100%)
R 169 of 288 ~ 58.68%
G 95 of 288 ~ 32.99%
B 24 of 288 ~ 8.33'%

%58.68
%32.99

CMYK color model

#A95F18 color CMYK value is (0,44,86,34).

  • cyan value is 0.00%
  • magenta value is 43.79%
  • yellow value is 85.80%
  • key color value is 33.73%

CMYK: (0,44,86,34)
C0M44Y86K34 (0%, 44%, 86%, 34%)
(0.00 / 0.44 / 0.86 / 0.34)

CMYK percentages

%0
%43.79
%85.8
%33.73

Codes

Color #A95F18 in popluar color models

A9 5F 18
RGB 169 95 24
HSL 29° 75.13% 37.84%
HSB/HSV 29° 85.80% 66.27%
CMYK 0.00% 43.79% 85.80%
33.73%

Color #A95F18 in popluar number systems.

HEX A9 5F 18
Decimal 169 95 24
Binary 10101001 1011111 11000
Octal 251 137 30

Shades and tints

Shades of #A95F18

#A95F18
(169,95,24)
#9A5716
(154,87,22)
#8B4F14
(139,79,20)
#7C4712
(124,71,18)
#6D3F10
(109,63,16)
#5E370E
(94,55,14)
#4F2F0C
(79,47,12)
#40270A
(64,39,10)
#311F08
(49,31,8)
#221706
(34,23,6)
#130F04
(19,15,4)
#000000
(0,0,0)

Tints of #A95F18

#A95F18
(169,95,24)
#B06D2D
(176,109,45)
#B77B42
(183,123,66)
#BE8957
(190,137,87)
#C5976C
(197,151,108)
#CCA581
(204,165,129)
#D3B396
(211,179,150)
#DAC1AB
(218,193,171)
#E1CFC0
(225,207,192)
#E8DDD5
(232,221,213)
#EFEBEA
(239,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A95F18 color. Also use rgb(169,95,24) instead hex code.

Text Font Color

.myTextColor { color: #A95F18; }

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

This text font color is #A95F18.

Background Color

.myBgColor { background-color: #A95F18; }

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

This div background color is #A95F18.

Border color

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

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

This div border color is #A95F18.

Opacity

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

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

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

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

This text has shadow with #A95F18 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A95F18.

Preview

Color preview on black background

This text has color #A95F18 on black background.


Color preview on white background

This text has color #A95F18 on white background.


Black color preview on #A95F18 background

This text has black color on #A95F18 background.


White color preview on #A95F18 background

This text has white color on #A95F18 background.


Related colors

Complementary color

Complementary color for #hex is #56A0E7.


I love getcolorcode.com

Triadic colors

1 #18A95F and #5F18A9 with #A95F18 are triadic colors.

2 #185FA9 and #5FA918 with #A95F18 are triadic colors.