COLOR #A88F67

HEX: #A88F67 RGB: (168,143,103)

Color info

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

RGB color model

#A88F67 color RGB value is (168,143,103).

RGB: (168,143,103) (66%, 56%, 40%)

RGB channels and saturation

R 168 of 255 = 66%
G 143 of 255 = 56%
B 103 of 255 = 40%

168
143
103

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

Portions of RGB colors in percentages

R + G + B = 168 + 143 + 103 = 414 (100%)
R 168 of 414 ~ 40.58%
G 143 of 414 ~ 34.54%
B 103 of 414 ~ 24.88'%

%40.58
%34.54
%24.88

CMYK color model

#A88F67 color CMYK value is (0,15,39,34).

  • cyan value is 0.00%
  • magenta value is 14.88%
  • yellow value is 38.69%
  • key color value is 34.12%

CMYK: (0,15,39,34)
C0M15Y39K34 (0%, 15%, 39%, 34%)
(0.00 / 0.15 / 0.39 / 0.34)

CMYK percentages

%0
%14.88
%38.69
%34.12

Codes

Color #A88F67 in popluar color models

A8 8F 67
RGB 168 143 103
HSL 37° 27.20% 53.14%
HSB/HSV 37° 38.69% 65.88%
CMYK 0.00% 14.88% 38.69%
34.12%

Color #A88F67 in popluar number systems.

HEX A8 8F 67
Decimal 168 143 103
Binary 10101000 10001111 1100111
Octal 250 217 147

Shades and tints

Shades of #A88F67

#A88F67
(168,143,103)
#99825E
(153,130,94)
#8A7555
(138,117,85)
#7B684C
(123,104,76)
#6C5B43
(108,91,67)
#5D4E3A
(93,78,58)
#4E4131
(78,65,49)
#3F3428
(63,52,40)
#30271F
(48,39,31)
#211A16
(33,26,22)
#120D0D
(18,13,13)
#000000
(0,0,0)

Tints of #A88F67

#A88F67
(168,143,103)
#AF9974
(175,153,116)
#B6A381
(182,163,129)
#BDAD8E
(189,173,142)
#C4B79B
(196,183,155)
#CBC1A8
(203,193,168)
#D2CBB5
(210,203,181)
#D9D5C2
(217,213,194)
#E0DFCF
(224,223,207)
#E7E9DC
(231,233,220)
#EEF3E9
(238,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A88F67 color. Also use rgb(168,143,103) instead hex code.

Text Font Color

.myTextColor { color: #A88F67; }

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

This text font color is #A88F67.

Background Color

.myBgColor { background-color: #A88F67; }

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

This div background color is #A88F67.

Border color

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

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

This div border color is #A88F67.

Opacity

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

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

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

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

This text has shadow with #A88F67 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A88F67.

Preview

Color preview on black background

This text has color #A88F67 on black background.


Color preview on white background

This text has color #A88F67 on white background.


Black color preview on #A88F67 background

This text has black color on #A88F67 background.


White color preview on #A88F67 background

This text has white color on #A88F67 background.


Related colors

Complementary color

Complementary color for #hex is #577098.


I love getcolorcode.com

Triadic colors

1 #67A88F and #8F67A8 with #A88F67 are triadic colors.

2 #678FA8 and #8FA867 with #A88F67 are triadic colors.