COLOR #A08F4B

HEX: #A08F4B
RGB: (160,143,75)

Color info

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

RGB color model

#A08F4B color RGB value is (160,143,75).

  • red value is 160;
  • green value is 143;
  • blue value is 75.
RGB:
(160,143,75)
(63%,56%,29%)

RGB channels and saturation

R 160 of 255 = 63%
G 143 of 255 = 56%
B 75 of 255 = 29%

160
143
75

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

Portions of RGB colors in percentages

R + G + B =
160 + 143 + 75 = 378 (100%)
R 160 of 378 ~ 42.33%
G 143 of 378 ~ 37.83%
B 75 of 378 ~ 19.84%

%42.33
%37.83
%19.84

CMYK color model

#A08F4B color CMYK value is (0,11,53,37).

  • cyan value is 0.00%
  • magenta value is 10.63%
  • yellow value is 53.13%
  • key color value is 37.25%
CMYK:
(0,11,53,37)
C0M11Y53K37 
(0%,11%,53%,37%)
(0.00/0.11/0.53/0.37)	

CMYK percentages

%0
%10.63
%53.13
%37.25

Codes

Color #A08F4B in popluar color models

A08F4B
RGB16014375
HSL48°36.17%46.08%
HSB/HSV48°53.13%62.75%
CMYK0.00%10.63%53.13%
37.25%

Color #A08F4B in popluar number systems.

HEXA08F4B
Decimal16014375
Binary10100000100011111001011
Octal240217113

Shades and tints

Shades of #A08F4B

#A08F4B
(160,143,75)
#928245
(146,130,69)
#84753F
(132,117,63)
#766839
(118,104,57)
#685B33
(104,91,51)
#5A4E2D
(90,78,45)
#4C4127
(76,65,39)
#3E3421
(62,52,33)
#30271B
(48,39,27)
#221A15
(34,26,21)
#140D0F
(20,13,15)
#000000
(0,0,0)

Tints of #A08F4B

#A08F4B
(160,143,75)
#A8995B
(168,153,91)
#B0A36B
(176,163,107)
#B8AD7B
(184,173,123)
#C0B78B
(192,183,139)
#C8C19B
(200,193,155)
#D0CBAB
(208,203,171)
#D8D5BB
(216,213,187)
#E0DFCB
(224,223,203)
#E8E9DB
(232,233,219)
#F0F3EB
(240,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A08F4B color. Also use rgb(160,143,75) instead hex code.

Text Font Color

.myTextColor { color: #A08F4B; }

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

This text font color is #A08F4B.


Background Color

.myBgColor { background-color: #A08F4B; }

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

This div background color is #A08F4B.


Border color

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

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

This div border color is #A08F4B.


Opacity

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

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

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

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

This text has shadow with #A08F4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A08F4B on black background.


Color preview on white background

This text has color #A08F4B on white background.



Black color preview on #A08F4B background

This text has black color on #A08F4B background.


White color preview on #A08F4B background

This text has white color on #A08F4B background.