COLOR #A0B09F

HEX: #A0B09F RGB: (160,176,159)

Color info

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

RGB color model

#A0B09F color RGB value is (160,176,159).

RGB: (160,176,159) (63%, 69%, 62%)

RGB channels and saturation

R 160 of 255 = 63%
G 176 of 255 = 69%
B 159 of 255 = 62%

160
176
159

R + G + B ~ 65%. #A0B09F is quite light color.

Portions of RGB colors in percentages

R + G + B = 160 + 176 + 159 = 495 (100%)
R 160 of 495 ~ 32.32%
G 176 of 495 ~ 35.56%
B 159 of 495 ~ 32.12'%

%32.32
%35.56
%32.12

CMYK color model

#A0B09F color CMYK value is (9,0,10,31).

  • cyan value is 9.09%
  • magenta value is 0.00%
  • yellow value is 9.66%
  • key color value is 30.98%
CMYK: (9,0,10,31) C9M0Y10K31 (9%,0%,10%,31%) (0.09/0.00/0.10/0.31) 

CMYK percentages

%9.09
%0
%9.66
%30.98

Codes

Color #A0B09F in popluar color models

A0 B0 9F
RGB 160 176 159
HSL 116° 9.71% 65.69%
HSB/HSV 116° 9.66% 69.02%
CMYK 9.09% 0.00% 9.66%
30.98%

Color #A0B09F in popluar number systems.

HEX A0 B0 9F
Decimal 160 176 159
Binary 10100000 10110000 10011111
Octal 240 260 237

Shades and tints

Shades of #A0B09F

#A0B09F
(160,176,159)
#92A091
(146,160,145)
#849083
(132,144,131)
#768075
(118,128,117)
#687067
(104,112,103)
#5A6059
(90,96,89)
#4C504B
(76,80,75)
#3E403D
(62,64,61)
#30302F
(48,48,47)
#222021
(34,32,33)
#141013
(20,16,19)
#000000
(0,0,0)

Tints of #A0B09F

#A0B09F
(160,176,159)
#A8B7A7
(168,183,167)
#B0BEAF
(176,190,175)
#B8C5B7
(184,197,183)
#C0CCBF
(192,204,191)
#C8D3C7
(200,211,199)
#D0DACF
(208,218,207)
#D8E1D7
(216,225,215)
#E0E8DF
(224,232,223)
#E8EFE7
(232,239,231)
#F0F6EF
(240,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0B09F color. Also use rgb(160,176,159) instead hex code.

Text Font Color

.myTextColor { color: #A0B09F; }

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

This text font color is #A0B09F.

Background Color

.myBgColor { background-color: #A0B09F; }

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

This div background color is #A0B09F.

Border color

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

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

This div border color is #A0B09F.

Opacity

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

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

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

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

This text has shadow with #A0B09F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A0B09F.

Preview

Color preview on black background

This text has color #A0B09F on black background.


Color preview on white background

This text has color #A0B09F on white background.


Black color preview on #A0B09F background

This text has black color on #A0B09F background.


White color preview on #A0B09F background

This text has white color on #A0B09F background.


Related colors

Complementary color

Complementary color for #hex is #5F4F60.


I love getcolorcode.com

Triadic colors

1 #9FA0B0 and #B09FA0 with #A0B09F are triadic colors.

2 #9FB0A0 and #B0A09F with #A0B09F are triadic colors.