COLOR #A09075

HEX: #A09075
RGB: (160,144,117)

Color info

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

RGB color model

#A09075 color RGB value is (160,144,117).

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

RGB channels and saturation

R 160 of 255 = 63%
G 144 of 255 = 56%
B 117 of 255 = 46%

160
144
117

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

Portions of RGB colors in percentages

R + G + B =
160 + 144 + 117 = 421 (100%)
R 160 of 421 ~ 38%
G 144 of 421 ~ 34.2%
B 117 of 421 ~ 27.79%

%38
%34.2
%27.79

CMYK color model

#A09075 color CMYK value is (0,10,27,37).

  • cyan value is 0.00%
  • magenta value is 10.00%
  • yellow value is 26.88%
  • key color value is 37.25%
CMYK:
(0,10,27,37)
C0M10Y27K37 
(0%,10%,27%,37%)
(0.00/0.10/0.27/0.37)	

CMYK percentages

%0
%10
%26.88
%37.25

Codes

Color #A09075 in popluar color models

A09075
RGB160144117
HSL38°18.45%54.31%
HSB/HSV38°26.88%62.75%
CMYK0.00%10.00%26.88%
37.25%

Color #A09075 in popluar number systems.

HEXA09075
Decimal160144117
Binary10100000100100001110101
Octal240220165

Shades and tints

Shades of #A09075

#A09075
(160,144,117)
#92836B
(146,131,107)
#847661
(132,118,97)
#766957
(118,105,87)
#685C4D
(104,92,77)
#5A4F43
(90,79,67)
#4C4239
(76,66,57)
#3E352F
(62,53,47)
#302825
(48,40,37)
#221B1B
(34,27,27)
#140E11
(20,14,17)
#000000
(0,0,0)

Tints of #A09075

#A09075
(160,144,117)
#A89A81
(168,154,129)
#B0A48D
(176,164,141)
#B8AE99
(184,174,153)
#C0B8A5
(192,184,165)
#C8C2B1
(200,194,177)
#D0CCBD
(208,204,189)
#D8D6C9
(216,214,201)
#E0E0D5
(224,224,213)
#E8EAE1
(232,234,225)
#F0F4ED
(240,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A09075; }

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

This text font color is #A09075.


Background Color

.myBgColor { background-color: #A09075; }

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

This div background color is #A09075.


Border color

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

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

This div border color is #A09075.


Opacity

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

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

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

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

This text has shadow with #A09075 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A09075 on black background.


Color preview on white background

This text has color #A09075 on white background.



Black color preview on #A09075 background

This text has black color on #A09075 background.


White color preview on #A09075 background

This text has white color on #A09075 background.