#A09F9D

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

Shades of Mountain Mist #A09F9D

Tints of Mountain Mist #A09F9D

Color information

#A09F9D (or 0xA09F9D) is unknown color: approx Mountain Mist. HEX triplet: A0, 9F and 9D. RGB value is (160,159,157). Sum of RGB (Red+Green+Blue) = 160+159+157=476 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.61% from 476); Green value is 159 (62.5% from 255 or 33.40% from 476); Blue value is 157 (61.72% from 255 or 32.98% from 476); Max value from RGB is 160 - color contains mainly: red. Hex color #A09F9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A09F9D is #5F6062. Grayscale: #9F9F9F. Windows color (decimal): -6250595 or 10330016. OLE color: 10330016.

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

Color convert

RGB160159157-
CMYK00.010.020.37
HSL40º1.55%62.16%-
HSV(B)40º1.88%62.75%-
XYZ32.9834.736.86-
YUV159.07126.83128.66-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.61%
GREEN value IS 159 (62.5% from 255) = 33.40%
BLUE value IS 157 (61.72% from 255) = 32.98%
R=33.61%
G=33.40%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.02
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16015915700.010.020.37401.5562.16
HexA09F9D012252823e
Octal2402372350124550276
Binary101000001001111110011101011010010110100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09F9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09F9D; }

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

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

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

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

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

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

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

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