COLOR #A8975D

HEX: #A8975D RGB: (168,151,93)

Color info

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

RGB color model

#A8975D color RGB value is (168,151,93).

RGB: (168,151,93) (66%, 59%, 36%)

RGB channels and saturation

R 168 of 255 = 66%
G 151 of 255 = 59%
B 93 of 255 = 36%

168
151
93

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

Portions of RGB colors in percentages

R + G + B = 168 + 151 + 93 = 412 (100%)
R 168 of 412 ~ 40.78%
G 151 of 412 ~ 36.65%
B 93 of 412 ~ 22.57'%

%40.78
%36.65
%22.57

CMYK color model

#A8975D color CMYK value is (0,10,45,34).

  • cyan value is 0.00%
  • magenta value is 10.12%
  • yellow value is 44.64%
  • key color value is 34.12%

CMYK: (0,10,45,34)
C0M10Y45K34 (0%, 10%, 45%, 34%)
(0.00 / 0.10 / 0.45 / 0.34)

CMYK percentages

%0
%10.12
%44.64
%34.12

Codes

Color #A8975D in popluar color models

A8 97 5D
RGB 168 151 93
HSL 46° 30.12% 51.18%
HSB/HSV 46° 44.64% 65.88%
CMYK 0.00% 10.12% 44.64%
34.12%

Color #A8975D in popluar number systems.

HEX A8 97 5D
Decimal 168 151 93
Binary 10101000 10010111 1011101
Octal 250 227 135

Shades and tints

Shades of #A8975D

#A8975D
(168,151,93)
#998A55
(153,138,85)
#8A7D4D
(138,125,77)
#7B7045
(123,112,69)
#6C633D
(108,99,61)
#5D5635
(93,86,53)
#4E492D
(78,73,45)
#3F3C25
(63,60,37)
#302F1D
(48,47,29)
#212215
(33,34,21)
#12150D
(18,21,13)
#000000
(0,0,0)

Tints of #A8975D

#A8975D
(168,151,93)
#AFA06B
(175,160,107)
#B6A979
(182,169,121)
#BDB287
(189,178,135)
#C4BB95
(196,187,149)
#CBC4A3
(203,196,163)
#D2CDB1
(210,205,177)
#D9D6BF
(217,214,191)
#E0DFCD
(224,223,205)
#E7E8DB
(231,232,219)
#EEF1E9
(238,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8975D color. Also use rgb(168,151,93) instead hex code.

Text Font Color

.myTextColor { color: #A8975D; }

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

This text font color is #A8975D.

Background Color

.myBgColor { background-color: #A8975D; }

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

This div background color is #A8975D.

Border color

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

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

This div border color is #A8975D.

Opacity

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

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

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

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

This text has shadow with #A8975D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8975D.

Preview

Color preview on black background

This text has color #A8975D on black background.


Color preview on white background

This text has color #A8975D on white background.


Black color preview on #A8975D background

This text has black color on #A8975D background.


White color preview on #A8975D background

This text has white color on #A8975D background.


Related colors

Complementary color

Complementary color for #hex is #5768A2.


I love getcolorcode.com

Triadic colors

1 #5DA897 and #975DA8 with #A8975D are triadic colors.

2 #5D97A8 and #97A85D with #A8975D are triadic colors.