#A1A09C

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

Shades of Mountain Mist #A1A09C

Tints of Mountain Mist #A1A09C

Color information

#A1A09C (or 0xA1A09C) is unknown color: approx Mountain Mist. HEX triplet: A1, A0 and 9C. RGB value is (161,160,156). Sum of RGB (Red+Green+Blue) = 161+160+156=477 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.75% from 477); Green value is 160 (62.89% from 255 or 33.54% from 477); Blue value is 156 (61.33% from 255 or 32.70% from 477); Max value from RGB is 161 - color contains mainly: red. Hex color #A1A09C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1A09C is #5E5F63. Grayscale: #9F9F9F. Windows color (decimal): -6184804 or 10264737. OLE color: 10264737.

HSL color Cylindrical-coordinate representation of color #A1A09C: 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 #A1A09C is Cyan = 0, Magento = 0.01, Yellow = 0.03 and Black (K on CMYK) = 0.37.

Color convert

RGB161160156-
CMYK00.010.030.37
HSL48º2.59%62.16%-
HSV(B)48º3.11%63.14%-
XYZ33.2735.1236.48-
YUV159.84125.83128.83-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.75%
GREEN value IS 160 (62.89% from 255) = 33.54%
BLUE value IS 156 (61.33% from 255) = 32.70%
R=33.75%
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
Decimal16116015600.010.030.37482.5962.16
HexA1A09C013253033e
Octal2412402340134560376
Binary101000011010000010011100011110010111000011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1A09C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1A09C; }

 p { color: rgb(161,160,156); }

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

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

 a { background-color: rgb(161,160,156); }

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

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

 span { border-color: rgb(161,160,156); }

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