COLOR #A88F37

HEX: #A88F37
RGB: (168,143,55)

Color info

#A88F37 contains mainly red and green colors. Web safe color of #A88F37 is #999933 (or #993).

RGB color model

#A88F37 color RGB value is (168,143,55).

  • red value is 168;
  • green value is 143;
  • blue value is 55.
RGB:
(168,143,55)
(66%,56%,22%)

RGB channels and saturation

R 168 of 255 = 66%
G 143 of 255 = 56%
B 55 of 255 = 22%

168
143
55

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

Portions of RGB colors in percentages

R + G + B =
168 + 143 + 55 = 366 (100%)
R 168 of 366 ~ 45.9%
G 143 of 366 ~ 39.07%
B 55 of 366 ~ 15.03%

%45.9
%39.07
%15.03

CMYK color model

#A88F37 color CMYK value is (0,15,67,34).

  • cyan value is 0.00%
  • magenta value is 14.88%
  • yellow value is 67.26%
  • key color value is 34.12%
CMYK:
(0,15,67,34)
C0M15Y67K34 
(0%,15%,67%,34%)
(0.00/0.15/0.67/0.34)	

CMYK percentages

%0
%14.88
%67.26
%34.12

Codes

Color #A88F37 in popluar color models

A88F37
RGB16814355
HSL47°50.67%43.73%
HSB/HSV47°67.26%65.88%
CMYK0.00%14.88%67.26%
34.12%

Color #A88F37 in popluar number systems.

HEXA88F37
Decimal16814355
Binary1010100010001111110111
Octal25021767

Shades and tints

Shades of #A88F37

#A88F37
(168,143,55)
#998232
(153,130,50)
#8A752D
(138,117,45)
#7B6828
(123,104,40)
#6C5B23
(108,91,35)
#5D4E1E
(93,78,30)
#4E4119
(78,65,25)
#3F3414
(63,52,20)
#30270F
(48,39,15)
#211A0A
(33,26,10)
#120D05
(18,13,5)
#000000
(0,0,0)

Tints of #A88F37

#A88F37
(168,143,55)
#AF9949
(175,153,73)
#B6A35B
(182,163,91)
#BDAD6D
(189,173,109)
#C4B77F
(196,183,127)
#CBC191
(203,193,145)
#D2CBA3
(210,203,163)
#D9D5B5
(217,213,181)
#E0DFC7
(224,223,199)
#E7E9D9
(231,233,217)
#EEF3EB
(238,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A88F37; }

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

This text font color is #A88F37.


Background Color

.myBgColor { background-color: #A88F37; }

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

This div background color is #A88F37.


Border color

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

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

This div border color is #A88F37.


Opacity

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

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

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

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

This text has shadow with #A88F37 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A88F37 on black background.


Color preview on white background

This text has color #A88F37 on white background.



Black color preview on #A88F37 background

This text has black color on #A88F37 background.


White color preview on #A88F37 background

This text has white color on #A88F37 background.