COLOR #A09275

HEX: #A09275
RGB: (160,146,117)

Color info

#A09275 contains red, green and blue colors in about the same proportion. Web safe color of #A09275 is #999966 (or #996).

RGB color model

#A09275 color RGB value is (160,146,117).

  • red value is 160;
  • green value is 146;
  • blue value is 117.
RGB:
(160,146,117)
(63%,57%,46%)

RGB channels and saturation

R 160 of 255 = 63%
G 146 of 255 = 57%
B 117 of 255 = 46%

160
146
117

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

Portions of RGB colors in percentages

R + G + B =
160 + 146 + 117 = 423 (100%)
R 160 of 423 ~ 37.83%
G 146 of 423 ~ 34.52%
B 117 of 423 ~ 27.66%

%37.83
%34.52
%27.66

CMYK color model

#A09275 color CMYK value is (0,9,27,37).

  • cyan value is 0.00%
  • magenta value is 8.75%
  • yellow value is 26.88%
  • key color value is 37.25%
CMYK:
(0,9,27,37)
C0M9Y27K37 
(0%,9%,27%,37%)
(0.00/0.09/0.27/0.37)	

CMYK percentages

%0
%8.75
%26.88
%37.25

Codes

Color #A09275 in popluar color models

A09275
RGB160146117
HSL40°18.45%54.31%
HSB/HSV40°26.88%62.75%
CMYK0.00%8.75%26.88%
37.25%

Color #A09275 in popluar number systems.

HEXA09275
Decimal160146117
Binary10100000100100101110101
Octal240222165

Shades and tints

Shades of #A09275

#A09275
(160,146,117)
#92856B
(146,133,107)
#847861
(132,120,97)
#766B57
(118,107,87)
#685E4D
(104,94,77)
#5A5143
(90,81,67)
#4C4439
(76,68,57)
#3E372F
(62,55,47)
#302A25
(48,42,37)
#221D1B
(34,29,27)
#141011
(20,16,17)
#000000
(0,0,0)

Tints of #A09275

#A09275
(160,146,117)
#A89B81
(168,155,129)
#B0A48D
(176,164,141)
#B8AD99
(184,173,153)
#C0B6A5
(192,182,165)
#C8BFB1
(200,191,177)
#D0C8BD
(208,200,189)
#D8D1C9
(216,209,201)
#E0DAD5
(224,218,213)
#E8E3E1
(232,227,225)
#F0ECED
(240,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A09275 color. Also use rgb(160,146,117) instead hex code.

Text Font Color

.myTextColor { color: #A09275; }

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

This text font color is #A09275.


Background Color

.myBgColor { background-color: #A09275; }

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

This div background color is #A09275.


Border color

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

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

This div border color is #A09275.


Opacity

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

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

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

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

This text has shadow with #A09275 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A09275 on black background.


Color preview on white background

This text has color #A09275 on white background.



Black color preview on #A09275 background

This text has black color on #A09275 background.


White color preview on #A09275 background

This text has white color on #A09275 background.