#A09F9B

Color #A09F9B Mountain Mist (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mountain Mist #A09F9B

Tints of Mountain Mist #A09F9B

Color information

#A09F9B (or 0xA09F9B) is unknown color: approx Mountain Mist. HEX triplet: A0, 9F and 9B. RGB value is (160,159,155). Sum of RGB (Red+Green+Blue) = 160+159+155=474 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.76% from 474); Green value is 159 (62.5% from 255 or 33.54% from 474); Blue value is 155 (60.94% from 255 or 32.70% from 474); Max value from RGB is 160 - color contains mainly: red. Hex color #A09F9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A09F9B is #5F6064. Grayscale: #9E9E9E. Windows color (decimal): -6250597 or 10198944. OLE color: 10198944.

HSL color Cylindrical-coordinate representation of color #A09F9B: hue angle of 48º degrees, saturation: 0.03, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #A09F9B is Cyan = 0, Magento = 0.01, Yellow = 0.03 and Black (K on CMYK) = 0.37.

Color convert

RGB160159155-
CMYK00.010.030.37
HSL48º2.56%61.76%-
HSV(B)48º3.12%62.75%-
XYZ32.8134.6435.97-
YUV158.84125.83128.83-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 160 (62.89% from 255) = 33.76%
GREEN value IS 159 (62.5% from 255) = 33.54%
BLUE value IS 155 (60.94% from 255) = 32.70%
R=33.76%
G=33.54%
B=32.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.03
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16015915500.010.030.37482.5661.76
HexA09F9B013253033e
Octal2402372330134560376
Binary101000001001111110011011011110010111000011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09F9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09F9B; }

 p { color: rgb(160,159,155); }

 H1.HeaderClassName
 {
   color: #A09F9B;
 }
 .AnyTagClassName
 {
   color: #A09F9B;
 }
</style>
background-color css

<style>
 a { background-color: #A09F9B; }

 a { background-color: rgb(160,159,155); }

 div.DivClassName
 {
   background-color: #A09F9B;
 }
 .BgClassName
 {
   background-color: #A09F9B;
 }
</style>
border-color css

<style>
 span { border-color: #A09F9B; }

 span { border-color: rgb(160,159,155); }

 td.TdClassName
 {
   border-color: #A09F9B;
 }
 .TagClassName
 {
   border-color: #A09F9B;
 }
</style>