#A9A498

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

Shades of Mountain Mist #A9A498

Tints of Mountain Mist #A9A498

Color information

#A9A498 (or 0xA9A498) is unknown color: approx Mountain Mist. HEX triplet: A9, A4 and 98. RGB value is (169,164,152). Sum of RGB (Red+Green+Blue) = 169+164+152=485 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.85% from 485); Green value is 164 (64.45% from 255 or 33.81% from 485); Blue value is 152 (59.77% from 255 or 31.34% from 485); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A498 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9A498 is #565B67. Grayscale: #A4A4A4. Windows color (decimal): -5659496 or 10003625. OLE color: 10003625.

HSL color Cylindrical-coordinate representation of color #A9A498: hue angle of 42.35º degrees, saturation: 0.09, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A9A498 is Cyan = 0, Magento = 0.03, Yellow = 0.10 and Black (K on CMYK) = 0.34.

Color convert

RGB169164152-
CMYK00.030.100.34
HSL42.35º8.99%62.94%-
HSV(B)42.35º10.06%66.27%-
XYZ35.3137.2535.04-
YUV164.13121.16131.48-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.85%
GREEN value IS 164 (64.45% from 255) = 33.81%
BLUE value IS 152 (59.77% from 255) = 31.34%
R=34.85%
G=33.81%
B=31.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.10
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16916415200.030.100.3442.358.9962.94
HexA9A49803A222a93f
Octal251244230031242521177
Binary10101001101001001001100001110101000101010101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9A498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9A498; }

 p { color: rgb(169,164,152); }

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

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

 a { background-color: rgb(169,164,152); }

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

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

 span { border-color: rgb(169,164,152); }

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