COLOR #A09290

HEX: #A09290 RGB: (160,146,144)

Color info

#A09290 contains red, green and blue colors in about the same proportion. Web safe color of #A09290 is #999999 (or #999).

RGB color model

#A09290 color RGB value is (160,146,144).

RGB: (160,146,144) (63%, 57%, 56%)

RGB channels and saturation

R 160 of 255 = 63%
G 146 of 255 = 57%
B 144 of 255 = 56%

160
146
144

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

Portions of RGB colors in percentages

R + G + B = 160 + 146 + 144 = 450 (100%)
R 160 of 450 ~ 35.56%
G 146 of 450 ~ 32.44%
B 144 of 450 ~ 32'%

%35.56
%32.44
%32

CMYK color model

#A09290 color CMYK value is (0,9,10,37).

  • cyan value is 0.00%
  • magenta value is 8.75%
  • yellow value is 10.00%
  • key color value is 37.25%

CMYK: (0,9,10,37)
C0M9Y10K37 (0%, 9%, 10%, 37%)
(0.00 / 0.09 / 0.10 / 0.37)

CMYK percentages

%0
%8.75
%10
%37.25

Codes

Color #A09290 in popluar color models

A0 92 90
RGB 160 146 144
HSL 7.77% 59.61%
HSB/HSV 10.00% 62.75%
CMYK 0.00% 8.75% 10.00%
37.25%

Color #A09290 in popluar number systems.

HEX A0 92 90
Decimal 160 146 144
Binary 10100000 10010010 10010000
Octal 240 222 220

Shades and tints

Shades of #A09290

#A09290
(160,146,144)
#928583
(146,133,131)
#847876
(132,120,118)
#766B69
(118,107,105)
#685E5C
(104,94,92)
#5A514F
(90,81,79)
#4C4442
(76,68,66)
#3E3735
(62,55,53)
#302A28
(48,42,40)
#221D1B
(34,29,27)
#14100E
(20,16,14)
#000000
(0,0,0)

Tints of #A09290

#A09290
(160,146,144)
#A89B9A
(168,155,154)
#B0A4A4
(176,164,164)
#B8ADAE
(184,173,174)
#C0B6B8
(192,182,184)
#C8BFC2
(200,191,194)
#D0C8CC
(208,200,204)
#D8D1D6
(216,209,214)
#E0DAE0
(224,218,224)
#E8E3EA
(232,227,234)
#F0ECF4
(240,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A09290; }

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

This text font color is #A09290.

Background Color

.myBgColor { background-color: #A09290; }

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

This div background color is #A09290.

Border color

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

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

This div border color is #A09290.

Opacity

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

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

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

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

This text has shadow with #A09290 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A09290.

Preview

Color preview on black background

This text has color #A09290 on black background.


Color preview on white background

This text has color #A09290 on white background.


Black color preview on #A09290 background

This text has black color on #A09290 background.


White color preview on #A09290 background

This text has white color on #A09290 background.


Related colors

Complementary color

Complementary color for #hex is #5F6D6F.


I love getcolorcode.com

Triadic colors

1 #90A092 and #9290A0 with #A09290 are triadic colors.

2 #9092A0 and #92A090 with #A09290 are triadic colors.